Merge "Support deploy_steps_tasks step 0"

This commit is contained in:
Zuul 2018-04-10 03:54:20 +00:00 committed by Gerrit Code Review
commit 6f8322b52f
1 changed files with 15 additions and 0 deletions

View File

@ -410,6 +410,21 @@ outputs:
- tripleo-ssh-known-hosts
tags:
- common_roles
- hosts: overcloud
name: Overcloud deploy step tasks for step 0
gather_facts: no
any_errors_fatal: yes
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
step: 0
tasks:
{%- for role in roles %}
- include: {{role.name}}/deploy_steps_tasks.yaml
when: role_name == '{{role.name}}'
{%- endfor %}
tags:
- overcloud
- deploy_steps
- hosts: overcloud
name: Server deployments
gather_facts: no