Bump advance image to Ubuntu Jammy 22.04

NOTE: ubuntu-22.04-minimal image is not used in
``neutron-tempest-plugin-ovn``  due to an issue with the IGMP
messages; see LP bug [1]. Once fixed, it would be recommended to
move to this image.

[1]https://bugs.launchpad.net/cloud-images/+bug/2110520

Closes-Bug: #2110191
Change-Id: I63eaf6ee0c5d0319362204565ae648758a30ee85
This commit is contained in:
Rodolfo Alonso Hernandez
2025-05-08 09:45:12 +00:00
parent f7b95975e8
commit 33130eae27
2 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
other:
- |
The testing advanced image used in some jobs has been bumped from Ubuntu
Focal 20.04 to Ubuntu Jammy 22.04.

View File

@ -26,11 +26,11 @@
USE_PYTHON3: true
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
PHYSICAL_NETWORK: public
IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
CIRROS_VERSION: 0.6.3
DEFAULT_IMAGE_NAME: cirros-0.6.3-x86_64-uec
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.3-x86_64-uec.tar.gz
ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
ADVANCED_IMAGE_NAME: ubuntu-22.04-minimal-cloudimg-amd64
ADVANCED_INSTANCE_TYPE: ntp_image_256M
ADVANCED_INSTANCE_USER: ubuntu
CUSTOMIZE_IMAGE: true
@ -610,6 +610,10 @@
OVN_DBS_LOG_LEVEL: dbg
ENABLE_TLS: True
OVN_IGMP_SNOOPING_ENABLE: True
# NOTE(ralonsoh): ubuntu-22.04-minimal is not used due to an issue with
# the IGMP messages. See https://bugs.launchpad.net/cloud-images/+bug/2110520
IMAGE_URLS: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
ADVANCED_IMAGE_NAME: jammy-server-cloudimg-amd64
devstack_services:
br-ex-tcpdump: true
br-int-flows: true
@ -778,8 +782,8 @@
CIRROS_VERSION: 0.6.3
DEFAULT_IMAGE_NAME: cirros-0.6.3-x86_64-uec
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.3-x86_64-uec.tar.gz
IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
ADVANCED_IMAGE_NAME: ubuntu-22.04-minimal-cloudimg-amd64
ADVANCED_INSTANCE_TYPE: ntp_image_256M
ADVANCED_INSTANCE_USER: ubuntu
CUSTOMIZE_IMAGE: true