From b3af63ef469144e3ffa5ad5369d97d3cd2954550 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 6 Nov 2025 08:40:06 +1000 Subject: [PATCH] Chore: Update missing CentOS7 image in config The CentOS7 image has been removed without verifying if its used in the config, so change this to CentOS7 docker image which is essentially the same. Issue-ID: CIMAN-33 Change-Id: I1369954e4c3b38a126c21a48d7d16f199e96453a Signed-off-by: Anil Belur --- jenkins-config/clouds/openstack/cattle/cloud.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-config/clouds/openstack/cattle/cloud.cfg b/jenkins-config/clouds/openstack/cattle/cloud.cfg index f0e69cdc9..68c9f11ff 100644 --- a/jenkins-config/clouds/openstack/cattle/cloud.cfg +++ b/jenkins-config/clouds/openstack/cattle/cloud.cfg @@ -5,7 +5,7 @@ CLOUD_IGNORE_SSL=false CLOUD_ZONE=ca-ymq-1 # Default Template Configuration -IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20211001-132245.747 +IMAGE_NAME=ZZCI - CentOS 7 - docker - x86_64 - 20220919-201912.261 HARDWARE_ID=v3-standard-2 NETWORK_ID=bd089be9-e846-4afe-905b-8bb6c7c90faf USER_DATA_ID=jenkins-init-script -- 2.16.6