Merge "deploy-steps.j2: use ansible to bootstrap environment"
This commit is contained in:
commit
ce00019000
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user