From 5ae65923e44e14ffde169f88380adeed1beb89fa Mon Sep 17 00:00:00 2001 From: "Singh, Jasvinder (js581j)" Date: Thu, 19 Mar 2020 17:38:04 -0400 Subject: [PATCH] Fixing deployment issue in aiab This patchset is to fix the deployment failure of aiab and other sites. During the deployment, the airship-glance-test fails because the cirros image URL i.e. "https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img" has multiple redirects while downloading the image. The rally test for the glance never completes leading to deployment failure. This patch set uses an alternative URL to fix this issue. Change-Id: Icae3bc60a2c83b779f51299f272f15cc6db19c8d --- global/software/config/versions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global/software/config/versions.yaml b/global/software/config/versions.yaml index 0e3a988ed..7c92dfd15 100644 --- a/global/software/config/versions.yaml +++ b/global/software/config/versions.yaml @@ -765,7 +765,8 @@ data: test: docker.io/xrally/xrally-openstack:1.3.0 glance: bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial - cirros_image: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + # The cirros_image url is replaced to avoid rally failures due to redirects(302) while downloading the image.refer https://review.opendev.org/#/c/713992/ + cirros_image: https://raw.githubusercontent.com/jasvinder1107/cirros-mirror/master/0.3.5/cirros-0.3.5-x86_64-disk.img db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0