Allows to disable in-flight validations

This patches adds the possibility to deactivate in-flight validations by
skipping the "opendev-validation" ansible tag.

It does it in a generic way, meaning we might pass other tags to skip.

Change-Id: I6f3e4fb279146a0f292818929092d1aeb1d3fced
This commit is contained in:
Cédric Jeanneret 2019-08-06 10:05:58 +02:00
parent a1bd494fc7
commit 04b106cb97
1 changed files with 2 additions and 0 deletions

View File

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