From fa808100461a981489e043f26c5934922811741b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 31 Oct 2019 16:25:17 +0100 Subject: [PATCH] Use the infra-cached cirros image Change-Id: I4a0b866a422414baf9e0992edb99e60f8721a914 --- playbooks/test-bifrost.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/test-bifrost.yaml b/playbooks/test-bifrost.yaml index 45da6f555..36163c7eb 100644 --- a/playbooks/test-bifrost.yaml +++ b/playbooks/test-bifrost.yaml @@ -65,6 +65,10 @@ - name: "Collect list of listening network sockets if running in a CI system" shell: netstat -apn|grep LISTEN when: ci_testing is defined + - name: "Use a cached cirros image" + set_fact: + cirros_deploy_image_upstream_url: file:///opt/cache/files/cirros-0.3.4-x86_64-disk.img + when: ci_testing is defined roles: - role: bifrost-keystone-install - role: bifrost-ironic-install