summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-15 09:16:56 -0400
committerScott Dodson <sdodson@redhat.com>2017-05-15 09:21:56 -0400
commitac63e2f68437f2c26be863a1cf898df0bf651a17 (patch)
tree905ef4cc19ecbf3a4d2eb9d0d501ccce7551cbf9 /playbooks
parentf20bf5310aa6d1b8ca6fb418485b3a90750f9ee9 (diff)
downloadopenshift-ac63e2f68437f2c26be863a1cf898df0bf651a17.tar.gz
openshift-ac63e2f68437f2c26be863a1cf898df0bf651a17.tar.bz2
openshift-ac63e2f68437f2c26be863a1cf898df0bf651a17.tar.xz
openshift-ac63e2f68437f2c26be863a1cf898df0bf651a17.zip
Include object validation in 3.6 upgrades
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1428934
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml b/playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml
index ac5704f69..78c1767b8 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml
@@ -7,4 +7,6 @@
hosts: oo_first_master
roles:
- { role: lib_openshift }
- tasks: []
+ tasks:
+ - name: Check for invalid namespaces and SDN errors
+ oc_objectvalidator: