From 4d0510bcfd1f53a11dd568b3995f4ecab0d1b5bf Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 6 Apr 2020 14:51:54 +0300 Subject: [PATCH] Update used cirros images As cirros 0.5.1 has been released, we should use it by default for testing. Change-Id: Ie85f231229fbbe1ced2729096d85603b05c9118e --- playbooks/defaults/healthchecks-vars.yml | 6 +++--- .../bootstrap-host/templates/user_variables_manila.yml.j2 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/defaults/healthchecks-vars.yml b/playbooks/defaults/healthchecks-vars.yml index 25caceeccb..210db06e82 100644 --- a/playbooks/defaults/healthchecks-vars.yml +++ b/playbooks/defaults/healthchecks-vars.yml @@ -16,9 +16,9 @@ # (c) 2018, Jean-Philippe Evrard #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" 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 7341b3f610..fb1d555ce5 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -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"