Merge "Use the infra-cached cirros image"
This commit is contained in:
commit
4dbaa6c28c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user