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
commit 3b2e8ec088
1 changed files with 9 additions and 0 deletions

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