From 743c6b87fe03cc236269f812f6c7b2e1fad79e9b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 15 May 2024 11:48:04 +0200 Subject: [PATCH] Update cirros image for manila tempest Format of cirros image defenition is incompatible with openstack_resources role, which makes tempest step fail. We update cirros image version along with alinging expected SHA format. Change-Id: I43b7f783874f5e24028b33067b65bb19c3c1a94a --- .../bootstrap-host/templates/user_variables_manila.yml.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index d7de5809df..e2a10da4a4 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -54,13 +54,17 @@ tempest_tempest_conf_overrides_manila: endpoint_type: internalURL tempest_images: - - url: "https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img" - checksum: "sha256:c4110030e2edf06db87f5b6e4efc27300977683d53f040996d15dcc0ad49bb5a" + - url: "https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" + checksum: "c8fc807773e5354afe61636071771906" format: "qcow2" name: "cirros" + visibility: community + tags: + - managed_by_tempest - url: "http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2" format: "qcow2" name: "manila-service-image" + visibility: public nova_console_type: disabled