summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-03-01 12:54:19 +0100
committerJan Chaloupka <jchaloup@redhat.com>2017-03-07 22:27:48 +0100
commit1a16667b6a2e99ca6dc6b83c5794fb9995501280 (patch)
tree3427f0f326a307bf2b63e16c8fb5c1f887731712 /playbooks/common/openshift-cluster/config.yml
parent6ecb86b2fcc36e3383d86395d3be0a443e12981e (diff)
downloadopenshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.gz
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.bz2
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.xz
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.zip
- update excluders to latest, in non-upgrade scenarios do not update
- check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index 113b401f9..82f711f40 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -27,6 +27,9 @@
when: openshift_docker_selinux_enabled is not defined
- include: disable_excluder.yml
+ vars:
+ # the excluders needs to be disabled no matter what status says
+ with_status_check: false
tags:
- always