Merge "Add tags to OpenShift external tasks to allow upgrading it separately"

This commit is contained in:
Zuul 2018-08-13 19:46:11 +00:00 committed by Gerrit Code Review
commit 5760fedacb
2 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,7 @@ outputs:
external_deploy_tasks:
- name: openshift_master step 2
when: step == '2'
tags: openshift
block:
- name: create openshift temp dirs
file:
@ -382,5 +383,6 @@ outputs:
external_upgrade_tasks:
- name: set OpenShift upgrade facts
tags: openshift
set_fact:
openshift_upgrade: true

View File

@ -59,6 +59,7 @@ outputs:
external_deploy_tasks:
- name: openshift_worker step 1
when: step == '1'
tags: openshift
block:
- name: create openshift temp dirs
file: