Merge "Add ability to build images to baremetal playbook"
This commit is contained in:
@@ -23,6 +23,15 @@
|
|||||||
- { role: tripleo-validations,
|
- { role: tripleo-validations,
|
||||||
when: run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool}
|
when: run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool}
|
||||||
|
|
||||||
|
- name: Build images for quickstart
|
||||||
|
hosts: undercloud
|
||||||
|
gather_facts: no
|
||||||
|
roles:
|
||||||
|
- { role: build-images, when: to_build|default(false)|bool }
|
||||||
|
tags:
|
||||||
|
- get-images
|
||||||
|
- images
|
||||||
|
|
||||||
- name: copy over config files
|
- name: copy over config files
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
Reference in New Issue
Block a user