2c06a65a75
This change adds Skyline deployment options to OSA. New files have been added / integrated into the normal deployment process to support the use of skyline. Co-Authored-By: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk> Signed-off-by: Kevin Carter <kevin@cloudnull.com> Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/912333 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/914439 Change-Id: Ia5c8c60fb152e3eb27e2719f6d7032ca62690601
21 lines
805 B
YAML
21 lines
805 B
YAML
---
|
|
prelude: >
|
|
Added support to deploy Skyline dashboard.
|
|
|
|
features:
|
|
- |
|
|
OpenStack-Ansible can now be used to deploy Skyline, an alternantive
|
|
dashboard. New example files have been added to `env.d` and `conf.d`
|
|
to support the Skyline infrastructure, and a playbook named
|
|
`os-skyline-install.yml` has been added to deploy the API and console
|
|
service.
|
|
other:
|
|
- |
|
|
When Skyline is deployed with the built-in HAProxy server it will, by
|
|
default, listen on port 80 when ssl is disabled and port 443 when ssl
|
|
is enabled. Skyline backend in it's term will listen on port 9999.
|
|
|
|
When Skyline is attempted to be deployed with Horizon, Skyline will
|
|
take precedence by serving on port 80/443. In the meanwhile Horizon
|
|
will be available in "subdirectory" ``/horizon``.
|