Merge "Allows to disable in-flight validations"

This commit is contained in:
Zuul 2019-08-07 21:06:14 +00:00 committed by Gerrit Code Review
commit d9412384b9

View File

@ -391,6 +391,7 @@ workflows:
- nodes: [] - nodes: []
- playbook_name: deploy_steps_playbook.yaml - playbook_name: deploy_steps_playbook.yaml
- deployment_options: {} - deployment_options: {}
- skip_tags: ""
tags: tags:
- tripleo-common-managed - tripleo-common-managed
@ -554,6 +555,7 @@ workflows:
command_timeout: <% $.config_download_timeout %> command_timeout: <% $.config_download_timeout %>
execution_id: <% execution().id %> execution_id: <% execution().id %>
limit_hosts: <% $.nodes and list(task(uuids_to_names).result.instance_info.display_name).join(',') or false %> limit_hosts: <% $.nodes and list(task(uuids_to_names).result.instance_info.display_name).join(',') or false %>
skip_tags: <% $.skip_tags %>
publish: publish:
log_path: <% task().result.get('log_path') %> log_path: <% task().result.get('log_path') %>
deployment_status: DEPLOY_SUCCESS deployment_status: DEPLOY_SUCCESS