Merge "Wire up --skip-tags to the overcloud upgrade cli" into stable/queens

This commit is contained in:
Zuul 2018-03-16 13:42:16 +00:00 committed by Gerrit Code Review
commit a5141ea08c
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ workflows:
ANSIBLE_HOST_KEY_CHECKING: 'False'
- verbosity: 1
- work_dir: /var/lib/mistral
- skip_tags: ''
tags:
- tripleo-common-managed
@ -144,6 +145,7 @@ workflows:
module_path: <% $.module_path %>
queue_name: <% $.ansible_queue_name %>
execution_id: <% execution().id %>
skip_tags: <% $.skip_tags %>
on-success:
- node_update_passed: <% task().result.returncode = 0 %>
- node_update_failed: <% task().result.returncode != 0 %>