diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index c740854618..4b25a16089 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -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