1. add skyline-functional-devstack which inherits from devstack 2. add skyline-functional-devstack into check and gate job 3. add playbook to integrate with devstack for zuul 4. change the port from 8080 to 9999 because the 8080 is used for s3api 5. rename functional-py38 as unittest-py38 6. add install extra tools ready for skyline-console's e2e test Change-Id: I7f4b549bec6573661e62dd2bd9a3355253afd47d
28 lines
764 B
ReStructuredText
28 lines
764 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/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
|