babe6fe563
fix: Update .zuul.yaml Change-Id: I8bc5bdefcfc56c0e91b2b6ff6125e6b9f9b44996
28 lines
768 B
ReStructuredText
28 lines
768 B
ReStructuredText
============================
|
|
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
|