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
This commit is contained in:
1 changed files with 21 additions and 0 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.