skyline-apiserver/devstack
zhu.boxiang 8cb60f0833 chore: Move skyline_apiserver out of libs
1. move skyline_apiserver out of libs
2. remove libs folder
3. remove old skyline folder
4. adjust zull, devstack and dockerfile

Change-Id: I27a4babd3df077d1dfc7555f67a6ea618d4b2966
2022-05-18 17:21:00 +08:00
..
inc feat: Support to deploy skyline with devstack 2021-09-08 18:16:06 +08:00
plugin.sh chore: Move skyline_apiserver out of libs 2022-05-18 17:21:00 +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