Integration with DevStack

Note

Ubuntu 20.04 (Focal Fossa) is the most tested and typically offers the smoothest experience. Ubuntu 22.04, 24.04, and Rocky Linux 9 are also supported, but may require additional testing or adjustments.

  1. Download DevStack:

    # git clone https://opendev.org/openstack/devstack
    # 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
    
    1. 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:

    # ./stack.sh
    
  4. Visit the skyline UI with 9999 port