Merge "Run tasks on primary role first"

This commit is contained in:
Zuul 2018-05-03 07:53:51 +00:00 committed by Gerrit Code Review
commit ddfe6a1d81
1 changed files with 6 additions and 6 deletions

View File

@ -414,7 +414,7 @@ outputs:
tags:
- common_roles
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Overcloud deploy step tasks for step 0
gather_facts: no
any_errors_fatal: yes
@ -429,7 +429,7 @@ outputs:
tags:
- overcloud
- deploy_steps
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Server deployments
gather_facts: no
any_errors_fatal: yes
@ -445,7 +445,7 @@ outputs:
- overcloud
- pre_deploy_steps
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Host prep steps
gather_facts: no
any_errors_fatal: yes
@ -476,7 +476,7 @@ outputs:
- external
- external_deploy_steps
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Overcloud deploy step tasks for {{step}}
gather_facts: no
any_errors_fatal: yes
@ -495,7 +495,7 @@ outputs:
- overcloud
- deploy_steps
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Overcloud common deploy step tasks {{step}}
gather_facts: no
any_errors_fatal: yes
@ -509,7 +509,7 @@ outputs:
- deploy_steps
{%- endfor %}
- hosts: overcloud
- hosts: {{primary_role_name}}:overcloud
name: Server Post Deployments
gather_facts: no
any_errors_fatal: yes