From 7817bd4be7b84d42e55b444128a593d30e25be1f Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 21 Jan 2025 09:01:12 +0000 Subject: [PATCH] Switch from focal to jammy based amphora image for CI testing Change-Id: I202e1b64f796a9af83663f5fa1e9d2a2290d3f34 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 4f23c04c..6819f99c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -313,7 +313,7 @@ octavia_amp_image_owner_id: # Note: The default is the Octavia test image so don't use that in prod octavia_download_artefact: True # The URL to download from -octavia_artefact_url: http://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2 +octavia_artefact_url: http://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-jammy.qcow2 # Set the directory where the downloaded image will be stored # on the octavia_service_setup_host host. If the host is localhost, # then the user running the playbook must have access to it.