skyline-apiserver/devstack
zhu.boxiang 047f197844 refactor: Remove skyline-console submodule
1. Remove libs/skyline-console submodule
2. Delete .gitmodules file
3. Update the dependencies
4. Update the Dockerfile

Change-Id: I80eae423ba3c308bb7f4d817f9142d9877855e7a
2022-01-06 13:43:46 +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 feat: Support devstack integrated functional test 2021-09-16 13:31:55 +08:00
settings refactor: Remove skyline-console submodule 2022-01-06 13:43:46 +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/skyline/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/skyline/skyline-apiserver master

3. Run ``stack.sh``

4. Visit the skyline UI with 9999 port