skyline-apiserver/devstack
zhu.boxiang 1a050ec2c4 chore: Remove poetry
1. remove poetry dependency
2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg
3. add more env into tox.ini
4. remove some command from Makefile
5. cleanup the dependencies
6. change some commands of README
7. update the devstack

Depends-On: https://review.opendev.org/c/openstack/skyline-console/+/843257

Change-Id: I4cefc4cfdaadf7b3ba03ffe8441e9ae760772349
2022-05-25 22:26:42 +08:00
..
plugin.sh chore: Remove poetry 2022-05-25 22:26:42 +08:00
README.rst fix: Update .zuul.yaml 2022-03-10 19:10:57 +08:00
settings fix: Fix the log_dir 2022-03-14 10:22:24 +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