Merge "Use the infra-cached cirros image"

This commit is contained in:
Zuul 2019-11-04 15:09:27 +00:00 committed by Gerrit Code Review
commit 4dbaa6c28c

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