From 04b106cb97aea0a5a09d6fcddc5e42a42a543e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Tue, 6 Aug 2019 10:05:58 +0200 Subject: [PATCH] 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 --- workbooks/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workbooks/deployment.yaml b/workbooks/deployment.yaml index ebc85f9d8..68a15e717 100644 --- a/workbooks/deployment.yaml +++ b/workbooks/deployment.yaml @@ -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