From b31d6efb21cfec92fed899a1eec1cb5de30c737b Mon Sep 17 00:00:00 2001 From: silvacarloss Date: 2022年6月15日 16:16:21 -0300 Subject: [PATCH] Pin Ubuntu Focal to manila-service-image on stable branches Due to some test constraints, we decided to migrate the manila-service-image to Jammy Jellyfish [1]. In order to have the jobs passing, we needed to grant more resources to the service VMs, but it would not be ideal to backport those changes to the stable branches. We decided we would pin the manila-service-image to a ubuntu Focal image in the stable branch, and with that we would not need to backport the other changes we merged in order to switch the image. [1] https://review.opendev.org/c/openstack/manila-image-elements/+/841264 Change-Id: I74f81e92297ad58ebd4266511bb62b5fe24f7cb5 --- zuul.d/manila-tempest-stable-jobs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/zuul.d/manila-tempest-stable-jobs.yaml b/zuul.d/manila-tempest-stable-jobs.yaml index 37a237e6..6c4d8d90 100644 --- a/zuul.d/manila-tempest-stable-jobs.yaml +++ b/zuul.d/manila-tempest-stable-jobs.yaml @@ -9,6 +9,13 @@ # NOTE(gouthamr): Disabled until https://launchpad.net/bugs/1940324 is # fixed. tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" + devstack_localrc: + MANILA_SERVICE_IMAGE_ENABLED: True + # NOTE(carloss): Pinning manila service image to a Focal version, + # since on Zed we moved to Ubuntu Jammy (22), and it requires more + # VM resources. + MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 + MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835 - job: name: manila-tempest-plugin-lvm-xena @@ -19,6 +26,13 @@ # NOTE(gouthamr): Disabled until https://launchpad.net/bugs/1940324 is # fixed. tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" + devstack_localrc: + # NOTE(carloss): Pinning manila service image to a Focal version, + # since on Zed we moved to Ubuntu Jammy (22), and it requires more + # VM resources. + MANILA_SERVICE_IMAGE_ENABLED: True + MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 + MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835 - job: name: manila-tempest-plugin-lvm-wallaby @@ -27,3 +41,10 @@ nodeset: openstack-single-node-focal vars: tempest_exclude_regex: '' + devstack_localrc: + # NOTE(carloss): Pinning manila service image to a Focal version, + # since on Zed we moved to Ubuntu Jammy (22), and it requires more + # VM resources. + MANILA_SERVICE_IMAGE_ENABLED: True + MANILA_SERVICE_IMAGE_URL: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-1.3.0-76-ga216835.qcow2 + MANILA_SERVICE_IMAGE_NAME: manila-service-image-1.3.0-76-ga216835

AltStyle によって変換されたページ (->オリジナル) /