skyline-apiserver/devstack
Boxiang Zhu 2ceaa1e3ed fix: Add GLOBAL_VENV into skyline devstack plugin script
The devstack project has added GLOBAL_VENV env to adjust
the python env. So skyline needs to adjust the same check.

Change-Id: I5f5c3d40dc706cca2f2a91b48db50de67cb140e3
2023-08-18 13:12:31 +08:00
..
README.rst fix: Update .zuul.yaml 2022-03-10 19:10:57 +08:00
plugin.sh fix: Add GLOBAL_VENV into skyline devstack plugin script 2023-08-18 13:12:31 +08:00
settings feat: Add log_file config into skyline.yaml.sample 2022-10-19 17:29:14 +08:00

README.rst

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