Update used cirros images

As cirros 0.5.1 has been released, we should use it by default for
testing.

Change-Id: Ie85f231229fbbe1ced2729096d85603b05c9118e
This commit is contained in:
Dmitriy Rabotyagov 2020-04-06 14:51:54 +03:00
parent 6db97829c3
commit 4d0510bcfd
2 changed files with 5 additions and 5 deletions

View File

@ -16,9 +16,9 @@
# (c) 2018, Jean-Philippe Evrard <jean-philippe@evrard.me>
#ansible_python_interpreter: "{{ ansible_playbook_python }}"
glance_images:
- url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
dest: "/tmp/cirros-0.3.5.img"
checksum: "sha256:e137062a4dfbb4c225971b67781bc52183d14517170e16a3841d16f962ae7470"
- url: "https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img"
dest: "/tmp/cirros-0.5.1.img"
checksum: "sha256:c4110030e2edf06db87f5b6e4efc27300977683d53f040996d15dcc0ad49bb5a"
format: "qcow2"
name: "cirros-healthcheck"

View File

@ -55,8 +55,8 @@ tempest_tempest_conf_overrides:
image_password: manila
tempest_images:
- url: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
checksum: "sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8"
- url: "https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img"
checksum: "sha256:c4110030e2edf06db87f5b6e4efc27300977683d53f040996d15dcc0ad49bb5a"
format: "qcow2"
name: "cirros"
- url: "http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2"