From 9c2b0cbe9714be28a79d4d12a3c69f7a29957ebe Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Tue, 12 Jul 2022 12:22:24 -0300 Subject: [PATCH] Enable container_ceph_updates for ceph nightly This patch enables standalone_container_ceph_updates flag in ceph nightly jobs. It was working before [1] because consumer jobs were able to define different ceph tags and namespaces in standalone role [2], but after [1], we restricted that only to jobs that have that flag enabled. Closes-Bug: #1981329 [1] https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846231 [2] https://opendev.org/openstack/tripleo-quickstart-extras/src/commit/7482df1efe87428b264fdea9b72ee4c7d383dbd2/roles/standalone/tasks/containers.yml#L128 Change-Id: I1cb85435d58f17bb8157a2dc01a9ba021b669959 Signed-off-by: Douglas Viroel --- zuul.d/standalone-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 65dc9c347..d8e2925ce 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -899,6 +899,7 @@ parent: tripleo-ci-centos-9-scenario001-standalone files: *scen1_files vars: &ceph_nightly_vars + standalone_container_ceph_updates: true docker_ceph_namespace: quay.io/ceph docker_ceph_image: daemon docker_ceph_tag: latest-pacific-devel