From ac79510e6246ae449a5d957e29b862a1df59d7c5 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 31 May 2019 13:51:58 +0530 Subject: [PATCH] Update cirros image to 0.4.0 In DevStack CI, cirros-0.4.0 is already used and older cirros images has issue and is causing flaky issues while running network basic ops tests. Updating the cirros image to 0.4.0 fixes the issue. Change-Id: I60ec95632b4ec7fe0b7927992d025d82dd0690f3 Signed-off-by: Chandan Kumar (raukadah) --- vars/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/main.yml b/vars/main.yml index e153bbd5..3c8cac65 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -21,12 +21,12 @@ # properties: a dict of custom properties to attach to the image in glance tempest_images_map: x86_64: - - url: "http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img" - checksum: "sha256:72d301384d45cf396c82fd767ff4bf948c94335bbbee46b94946e85c422fa1bd" + - url: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img" + checksum: "sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8" format: "qcow2" name: "cirros" - - url: "http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img" - checksum: "sha256:72d301384d45cf396c82fd767ff4bf948c94335bbbee46b94946e85c422fa1bd" + - url: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img" + checksum: "sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8" format: "qcow2" name: "cirros" aarch64: