skyline-apiserver/devstack
zhu.boxiang 6949568886 chore: Remove invalid folder from libs
1. remove skyline-log from libs
2. remove skyline-config from libs
3. remove skyline-policy-manager from libs
4. remove skyline-nginx from libs

Change-Id: I26ffdd75384a1949388b1bfc0129245065a04346
2022-05-18 11:14:31 +08:00
..
inc feat: Support to deploy skyline with devstack 2021-09-08 18:16:06 +08:00
plugin.sh chore: Remove invalid folder from libs 2022-05-18 11:14:31 +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