From cb177f040033dc594857ebf685ccf07673fc2ee8 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 7 Apr 2022 15:23:34 -0500 Subject: [PATCH] Remove unsupported values overrides - horizon The horizon chart contains several values overrides for openstack releases that are no longer supported by openstack-helm. This change removes those files from the chart. Change-Id: Id8f90f8765b7d58011890d47a6cbaab8ded18d6f --- horizon/Chart.yaml | 2 +- .../values_overrides/ocata-ubuntu_xenial.yaml | 8 ------ horizon/values_overrides/opensuse_15.yaml | 25 ------------------- .../values_overrides/pike-ubuntu_xenial.yaml | 8 ------ .../queens-ubuntu_xenial.yaml | 8 ------ .../values_overrides/rocky-opensuse_15.yaml | 8 ------ .../values_overrides/rocky-ubuntu_bionic.yaml | 8 ------ .../values_overrides/rocky-ubuntu_xenial.yaml | 8 ------ .../values_overrides/stein-ubuntu_bionic.yaml | 8 ------ releasenotes/notes/horizon.yaml | 1 + 10 files changed, 2 insertions(+), 82 deletions(-) delete mode 100644 horizon/values_overrides/ocata-ubuntu_xenial.yaml delete mode 100644 horizon/values_overrides/opensuse_15.yaml delete mode 100644 horizon/values_overrides/pike-ubuntu_xenial.yaml delete mode 100644 horizon/values_overrides/queens-ubuntu_xenial.yaml delete mode 100644 horizon/values_overrides/rocky-opensuse_15.yaml delete mode 100644 horizon/values_overrides/rocky-ubuntu_bionic.yaml delete mode 100644 horizon/values_overrides/rocky-ubuntu_xenial.yaml delete mode 100644 horizon/values_overrides/stein-ubuntu_bionic.yaml diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index bda3a43196..33abb86d44 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.2.18 +version: 0.2.19 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: diff --git a/horizon/values_overrides/ocata-ubuntu_xenial.yaml b/horizon/values_overrides/ocata-ubuntu_xenial.yaml deleted file mode 100644 index fb01f981d4..0000000000 --- a/horizon/values_overrides/ocata-ubuntu_xenial.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - horizon_db_sync: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial - horizon: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial -... diff --git a/horizon/values_overrides/opensuse_15.yaml b/horizon/values_overrides/opensuse_15.yaml deleted file mode 100644 index 9f8eec1abd..0000000000 --- a/horizon/values_overrides/opensuse_15.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -conf: - software: - apache2: - binary: apache2ctl - start_parameters: -DFOREGROUND -k start - site_dir: /etc/apache2/vhosts.d - conf_dir: /etc/apache2/conf.d - a2enmod: - - rewrite - - version - horizon: - security: | - - Options Indexes FollowSymLinks - AllowOverride All - - Require all granted - - - Order allow,deny - Allow from all - - -... diff --git a/horizon/values_overrides/pike-ubuntu_xenial.yaml b/horizon/values_overrides/pike-ubuntu_xenial.yaml deleted file mode 100644 index 9d0d65ae15..0000000000 --- a/horizon/values_overrides/pike-ubuntu_xenial.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:pike-ubuntu_xenial - db_drop: docker.io/openstackhelm/heat:pike-ubuntu_xenial - horizon_db_sync: docker.io/openstackhelm/horizon:pike-ubuntu_xenial - horizon: docker.io/openstackhelm/horizon:pike-ubuntu_xenial -... diff --git a/horizon/values_overrides/queens-ubuntu_xenial.yaml b/horizon/values_overrides/queens-ubuntu_xenial.yaml deleted file mode 100644 index 52a5468c21..0000000000 --- a/horizon/values_overrides/queens-ubuntu_xenial.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:queens-ubuntu_xenial - db_drop: docker.io/openstackhelm/heat:queens-ubuntu_xenial - horizon_db_sync: docker.io/openstackhelm/horizon:queens-ubuntu_xenial - horizon: docker.io/openstackhelm/horizon:queens-ubuntu_xenial -... diff --git a/horizon/values_overrides/rocky-opensuse_15.yaml b/horizon/values_overrides/rocky-opensuse_15.yaml deleted file mode 100644 index 9d59dcb4d8..0000000000 --- a/horizon/values_overrides/rocky-opensuse_15.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:rocky-opensuse_15 - db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15 - horizon_db_sync: docker.io/openstackhelm/horizon:rocky-opensuse_15 - horizon: docker.io/openstackhelm/horizon:rocky-opensuse_15 -... diff --git a/horizon/values_overrides/rocky-ubuntu_bionic.yaml b/horizon/values_overrides/rocky-ubuntu_bionic.yaml deleted file mode 100644 index 86fd7291f2..0000000000 --- a/horizon/values_overrides/rocky-ubuntu_bionic.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:rocky-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_bionic - horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic - horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic -... diff --git a/horizon/values_overrides/rocky-ubuntu_xenial.yaml b/horizon/values_overrides/rocky-ubuntu_xenial.yaml deleted file mode 100644 index 03e25bc714..0000000000 --- a/horizon/values_overrides/rocky-ubuntu_xenial.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:rocky-ubuntu_xenial - db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial - horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial - horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial -... diff --git a/horizon/values_overrides/stein-ubuntu_bionic.yaml b/horizon/values_overrides/stein-ubuntu_bionic.yaml deleted file mode 100644 index b83c2ea179..0000000000 --- a/horizon/values_overrides/stein-ubuntu_bionic.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -images: - tags: - db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic - db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic - horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic - horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic -... diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 9f6dedfa72..d9002c908e 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -28,4 +28,5 @@ horizon: - 0.2.16 Fix container-infra value - 0.2.17 Add custom logo - 0.2.18 Enable taint toleration for Openstack services + - 0.2.19 Remove unsupported value overrides ...