Merge "Add ability to build images to baremetal playbook"

This commit is contained in:
Zuul
2017-11-20 14:37:33 +00:00
committed by Gerrit Code Review

View File

@@ -23,6 +23,15 @@
- { role: tripleo-validations,
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
hosts: undercloud
gather_facts: no