Merge "deploy-steps.j2: use ansible to bootstrap environment"

This commit is contained in:
Zuul 2017-12-07 07:34:28 +00:00 committed by Gerrit Code Review
commit ce00019000
1 changed files with 8 additions and 0 deletions

View File

@ -395,6 +395,14 @@ outputs:
gather_facts: yes
tags:
- facts
- hosts: overcloud
name: Bootstrap TripleO servers
gather_facts: no
any_errors_fatal: yes
roles:
- tripleo-bootstrap
tags:
- bootstrap
- hosts: overcloud
name: Server deployments
gather_facts: no