skyline-apiserver/devstack
zhu.boxiang 6494ff6a46 fix: Fix the log_dir
If the log_dir is /var/log/kolla, and when we
deploy with devstack, we only chown the permission
for /var/log/kolla/skyline with stack user.
But the permission for /var/log/kolla is still root.
So it can not be access by stack user.
We will both change the log_dir in skyline-console
project.

Change-Id: I852c44cda2f9879aa8d8e405bb39bba13f35b8ca
2022-03-14 10:22:24 +08:00
..
inc feat: Support to deploy skyline with devstack 2021-09-08 18:16:06 +08:00
plugin.sh refactor: Remove skyline-console submodule 2022-01-06 13:43:46 +08:00
README.rst fix: Update .zuul.yaml 2022-03-10 19:10:57 +08:00
settings fix: Fix the log_dir 2022-03-14 10:22:24 +08:00

============================
Enabling Skyline in Devstack
============================

.. note::

    Ubuntu 20.04 (Focal Fossa) is the most tested, and will probably go the smoothest.

1. Download DevStack::

    git clone https://github.com/openstack-dev/devstack.git
    cd devstack

2. Add this repo as an external repository in ``local.conf`` file::

    > cat local.conf
    [[local|localrc]]
    enable_plugin skyline-apiserver https://opendev.org/openstack/skyline-apiserver

    To use stable branches, make sure devstack is on that branch, and specify
    the branch name to enable_plugin, for example::

    enable_plugin skyline-apiserver https://opendev.org/openstack/skyline-apiserver master

3. Run ``stack.sh``

4. Visit the skyline UI with 9999 port