Merge "deploy-steps.j2: use ansible to bootstrap environment"
This commit is contained in:
commit
ce00019000
@ -395,6 +395,14 @@ outputs:
|
|||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
tags:
|
tags:
|
||||||
- facts
|
- facts
|
||||||
|
- hosts: overcloud
|
||||||
|
name: Bootstrap TripleO servers
|
||||||
|
gather_facts: no
|
||||||
|
any_errors_fatal: yes
|
||||||
|
roles:
|
||||||
|
- tripleo-bootstrap
|
||||||
|
tags:
|
||||||
|
- bootstrap
|
||||||
- hosts: overcloud
|
- hosts: overcloud
|
||||||
name: Server deployments
|
name: Server deployments
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user