skyline-apiserver/devstack
Boxiang Zhu 95e1c13f74 fix: Fix the devstack for python3.8 and version in requirements
When the os is ubuntu, then we only need to make
sure that python exists.
Update the version in requirements.

Change-Id: I100fce84d94f2af5f07d68c5675a02ae05403110
2022-11-22 13:41:58 +08:00
..
plugin.sh fix: Fix the devstack for python3.8 and version in requirements 2022-11-22 13:41:58 +08:00
README.rst fix: Update .zuul.yaml 2022-03-10 19:10:57 +08:00
settings feat: Add log_file config into skyline.yaml.sample 2022-10-19 17:29:14 +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