diff --git a/inventory/env.d/skyline.yml b/inventory/env.d/skyline.yml index bfcf7b7b2f..6940d37459 100644 --- a/inventory/env.d/skyline.yml +++ b/inventory/env.d/skyline.yml @@ -8,7 +8,6 @@ container_skel: skyline_container: belongs_to: - skyline_dashboard_containers - - os-infra_containers contains: - skyline diff --git a/releasenotes/notes/skyline_not_infra_hosts-58190dad1c43ed9a.yaml b/releasenotes/notes/skyline_not_infra_hosts-58190dad1c43ed9a.yaml new file mode 100644 index 0000000000..0445184463 --- /dev/null +++ b/releasenotes/notes/skyline_not_infra_hosts-58190dad1c43ed9a.yaml @@ -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.