From e1964865eaba1e364063bb652de176b1057793a2 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 9 Aug 2024 17:28:50 +0200 Subject: [PATCH] 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 --- inventory/env.d/skyline.yml | 1 - .../skyline_not_infra_hosts-58190dad1c43ed9a.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/skyline_not_infra_hosts-58190dad1c43ed9a.yaml 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.