Do not install Skyline with os-infra_hosts

A lot of deployments might have os-infra_hosts defined in their o_u_c
which would result in creation of Skyline containers and replacing
Horizon with Skyline on upgrade. Such behaviour migh be unwanted
during upgrades, so we remove os-infra_hosts from Skyline env.d
defenition.

Change-Id: I4d3b4af4b7a9ddd86b0f53d64714a724413c0207
This commit is contained in:
Dmitriy Rabotyagov 2024-08-09 17:28:50 +02:00
parent 80c1433305
commit e1964865ea
2 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,6 @@ container_skel:
skyline_container:
belongs_to:
- skyline_dashboard_containers
- os-infra_containers
contains:
- skyline

View File

@ -0,0 +1,11 @@
---
fixes:
- |
Skyline is not getting installed anymore by default as part of
``os-infra_hosts``, which might result in unwanted dashboard changes
during OpenStack upgrade process.
other:
- |
Skyline was removed from being assigned to ``os-infra_hosts``. If you want
to install Skyline as your dashboard, you need to define
``skyline_dashboard_hosts`` explicitly.