diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-10-18 20:11:46 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-10-18 20:11:46 -0700 |
commit | 6b92c20b2feb9dbac7f816bae73d23b868d6f6fe (patch) | |
tree | 2df3744368546a4cda198c4781a807a9ce16b3ea /jenkins-config/clouds | |
parent | 759aa50c7b595da463d7270abf130ff6543dbd2e (diff) |
Chore: Fix default hardware ID
Use v3-standard-2 as a default hardware ID.
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I57eee27be730856fe01444e5fad5968c1d780f63
Diffstat (limited to 'jenkins-config/clouds')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/cloud.cfg b/jenkins-config/clouds/openstack/cattle/cloud.cfg index 575fee614..f0e69cdc9 100644 --- a/jenkins-config/clouds/openstack/cattle/cloud.cfg +++ b/jenkins-config/clouds/openstack/cattle/cloud.cfg @@ -6,7 +6,7 @@ CLOUD_ZONE=ca-ymq-1 # Default Template Configuration IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20211001-132245.747 -HARDWARE_ID=v3-standard-1 +HARDWARE_ID=v3-standard-2 NETWORK_ID=bd089be9-e846-4afe-905b-8bb6c7c90faf USER_DATA_ID=jenkins-init-script INSTANCE_CAP=75 |