skyline-apiserver/devstack
Boxiang Zhu fb1d6d8d4b feat: Add log_file config into skyline.yaml.sample
Add log_file config. Now log path of skyline is log_dir
with log_file, no other hardcode path.

Change-Id: Ieb1fd567e02110238568840fe3641770def0994d
2022-10-19 17:29:14 +08:00
..
plugin.sh feat: Add log_file config into skyline.yaml.sample 2022-10-19 17:29:14 +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