From d6619931ebcfa8230e313f13d0ad6f35dff0f811 Mon Sep 17 00:00:00 2001 From: Delfino Curado Date: Tue, 22 Feb 2022 09:08:00 -0500 Subject: [PATCH] Change ceph-helper-config to a version compatible with Nautilus Use docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223 instead of docker.io/starlingx/ceph-config-helper:v1.15.0. With this, we align the ceph client version with the cluster and also go back to the upstream versions. Test plan: Build armada app Clean all pools and apply platform-integ-apps After applying, verify that there are 3 new pools created Check if kube-cephfs is configured Inspect pods yaml to check images used Check if ceph-pools-audit job is running successfully Story: 2009867 Task: 44555 Signed-off-by: Delfino Curado Change-Id: If73ab5666d1c6694f718f498e72ad84c522d1ab6 --- .../stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml | 2 +- .../helm-charts/cephfs-provisioner/values.yaml | 2 +- .../stx-platform-helm/helm-charts/rbd-provisioner/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml index fbbae8b..b6c5f5c 100644 --- a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml +++ b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml @@ -26,7 +26,7 @@ conf: images: tags: - ceph_config_helper: docker.io/starlingx/ceph-config-helper:v1.15.0 + ceph_config_helper: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223 pullPolicy: "IfNotPresent" local_registry: active: false diff --git a/stx-platform-helm/stx-platform-helm/helm-charts/cephfs-provisioner/values.yaml b/stx-platform-helm/stx-platform-helm/helm-charts/cephfs-provisioner/values.yaml index 69db6b5..7e309c6 100644 --- a/stx-platform-helm/stx-platform-helm/helm-charts/cephfs-provisioner/values.yaml +++ b/stx-platform-helm/stx-platform-helm/helm-charts/cephfs-provisioner/values.yaml @@ -116,7 +116,7 @@ classes: images: tags: cephfs_provisioner: quay.io/external_storage/cephfs-provisioner:v2.1.0-k8s1.11 - cephfs_provisioner_storage_init: docker.io/starlingx/ceph-config-helper:v1.15.0 + cephfs_provisioner_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223 pull_policy: "IfNotPresent" local_registry: active: false diff --git a/stx-platform-helm/stx-platform-helm/helm-charts/rbd-provisioner/values.yaml b/stx-platform-helm/stx-platform-helm/helm-charts/rbd-provisioner/values.yaml index d90d9f7..44014cd 100644 --- a/stx-platform-helm/stx-platform-helm/helm-charts/rbd-provisioner/values.yaml +++ b/stx-platform-helm/stx-platform-helm/helm-charts/rbd-provisioner/values.yaml @@ -173,7 +173,7 @@ ephemeral_pools: images: tags: rbd_provisioner: quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 - rbd_provisioner_storage_init: docker.io/starlingx/ceph-config-helper:v1.15.0 + rbd_provisioner_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223 pull_policy: "IfNotPresent" local_registry: active: false