Merge "Add common_deploy_steps to post_upgrade_steps."

This commit is contained in:
Zuul 2020-05-18 20:55:45 +00:00 committed by Gerrit Code Review
commit bbe30ee095
1 changed files with 4 additions and 0 deletions

View File

@ -1063,6 +1063,10 @@ outputs:
post_upgrade_steps_playbook:
{{ self.deploy_steps_str_replace_params() }}
template: |
- import_playbook: common_deploy_steps_playbooks.yaml
vars:
deploy_source_host: "DEPLOY_SOURCE_HOST"
deploy_target_host: "DEPLOY_TARGET_HOST"
- hosts: DEPLOY_TARGET_HOST
any_errors_fatal: yes
tasks: