From 3841d7af02bc62228e656b26b458ab5787cf25e5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 15 Jul 2022 14:18:35 -0400 Subject: [PATCH] ubi9: set ignore_absent_pulp_repos ODCS fails to compose because it cannot find the rhceph-6-tools-for-rhel-9-*-rpms repositories in Pulp yet. Revert this when release engineering has created these repositories. Signed-off-by: Ken Dreyer --- ceph-releases/ALL/ubi9/daemon-base/container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-releases/ALL/ubi9/daemon-base/container.yaml b/ceph-releases/ALL/ubi9/daemon-base/container.yaml index 04c50f67d..5c7a547df 100644 --- a/ceph-releases/ALL/ubi9/daemon-base/container.yaml +++ b/ceph-releases/ALL/ubi9/daemon-base/container.yaml @@ -4,3 +4,4 @@ compose: packages: [] pulp_repos: true + ignore_absent_pulp_repos: true