Use the infra-cached cirros image

Change-Id: I4a0b866a422414baf9e0992edb99e60f8721a914
This commit is contained in:
Dmitry Tantsur 2019-10-31 16:25:17 +01:00
parent 0a8a9b0353
commit fa80810046

View File

@ -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