Merge "Rename pre/post deployments host vars" into stable/stein

This commit is contained in:
Zuul 2019-09-10 16:24:52 +00:00 committed by Gerrit Code Review
commit 2a862a8fea
1 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ outputs:
- include_tasks: deployments.yaml
vars:
force: false
with_items: "{{ '{{' }} lookup('vars', tripleo_role_name + '_pre_deployments')|default([]) {{ '}}' }}"
with_items: "{{ '{{' }} lookup('vars', 'pre_deployments_' + tripleo_role_name)|default([]) {{ '}}' }}"
- name: Hiera symlink
file:
@ -471,7 +471,7 @@ outputs:
- include_tasks: deployments.yaml
vars:
force: false
with_items: "{{ '{{' }} lookup('vars', tripleo_role_name + '_post_deployments')|default([]) {{ '}}' }}"
with_items: "{{ '{{' }} lookup('vars', 'post_deployments_' + tripleo_role_name)|default([]) {{ '}}' }}"
tags:
- overcloud
- post_deploy_steps