diff options
author | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-04-14 14:49:26 -0600 |
---|---|---|
committer | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | 2022-04-14 14:52:07 -0600 |
commit | 1c6404a0ac9f54abf9f8314b2790bca5c0f48079 (patch) | |
tree | f67a7afbbd1e8878c83156e492240675dd5e53a6 /jenkins-config/clouds/openstack | |
parent | c4761781e78ec7b04f115e1c62b28ddc741d7fd1 (diff) |
Chore: Revert changes 128583 and 127823
Images introduced in these changes break Vexxhost stability
as per they are qcow2 type and they require a volume convertion
that takes long time and block instances from getting into
ACTIVE state. Rolling back to RAW type images.
Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I646d204d62165cfadb80354337534871c119b41f
Diffstat (limited to 'jenkins-config/clouds/openstack')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/centos7-redis-4c-4g.cfg | 2 | ||||
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/ubuntu1804-helm-2c-1g.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/centos7-redis-4c-4g.cfg b/jenkins-config/clouds/openstack/cattle/centos7-redis-4c-4g.cfg index deb6a440a..f72d6cc77 100644 --- a/jenkins-config/clouds/openstack/cattle/centos7-redis-4c-4g.cfg +++ b/jenkins-config/clouds/openstack/cattle/centos7-redis-4c-4g.cfg @@ -1,3 +1,3 @@ -IMAGE_NAME=CentOS 7 - redis - - 150380303-3006 +IMAGE_NAME=CentOS 7 - redis - - 50880808-8011 LABELS=centos7-redis-4c-4g HARDWARE_ID=v3-standard-4 diff --git a/jenkins-config/clouds/openstack/cattle/ubuntu1804-helm-2c-1g.cfg b/jenkins-config/clouds/openstack/cattle/ubuntu1804-helm-2c-1g.cfg index 829f8d1a7..26892ac78 100644 --- a/jenkins-config/clouds/openstack/cattle/ubuntu1804-helm-2c-1g.cfg +++ b/jenkins-config/clouds/openstack/cattle/ubuntu1804-helm-2c-1g.cfg @@ -1,4 +1,4 @@ -IMAGE_NAME=ZZCI - Ubuntu 18.04 - helm - - 20220412-140603.676 +IMAGE_NAME=ZZCI - Ubuntu 18.04 - helm - - 20210318-054700.866 LABELS=ubuntu1804-helm-2c-1g HARDWARE_ID=v3-standard-2 VOLUME_SIZE=50 |