Downgrade Rook to the 1.12.4 release

Roll back Rook in the openstack-support-rook Zuul job to the 1.12.4
release to work around a problem with ceph-rook-exporter resource
conflicts while the issue is investigated further.

Change-Id: Idabc1814e9b8665c0ce63e2efd5ad94bf193f97a
This commit is contained in:
Stephen Taylor 2023-10-20 09:13:07 -06:00 committed by Sergiy Markin
parent f9b0360418
commit cdfb3ce6a4

View File

@ -15,7 +15,7 @@
set -xe set -xe
# Specify the Rook release tag to use for the Rook operator here # Specify the Rook release tag to use for the Rook operator here
ROOK_RELEASE=v1.12.5 ROOK_RELEASE=v1.12.4
# setup loopback devices for ceph # setup loopback devices for ceph
free_loop_devices=( $(ls -1 /dev/loop[0-7] | while read loopdev; do losetup | grep -q $loopdev || echo $loopdev; done) ) free_loop_devices=( $(ls -1 /dev/loop[0-7] | while read loopdev; do losetup | grep -q $loopdev || echo $loopdev; done) )
@ -350,9 +350,6 @@ discoverDaemonUdev:
imagePullSecrets: imagePullSecrets:
enableOBCWatchOperatorNamespace: true enableOBCWatchOperatorNamespace: true
admissionController: admissionController:
monitoring:
enabled: false
metricsDisabled: true
EOF EOF
helm repo add rook-release https://charts.rook.io/release helm repo add rook-release https://charts.rook.io/release
@ -385,6 +382,7 @@ toolbox:
priorityClassName: priorityClassName:
monitoring: monitoring:
enabled: false enabled: false
metricsDisabled: true
createPrometheusRules: false createPrometheusRules: false
rulesNamespaceOverride: rulesNamespaceOverride:
prometheusRule: prometheusRule: