diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-05-15 09:16:56 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-05-15 09:21:56 -0400 |
commit | ac63e2f68437f2c26be863a1cf898df0bf651a17 (patch) | |
tree | 905ef4cc19ecbf3a4d2eb9d0d501ccce7551cbf9 /playbooks | |
parent | f20bf5310aa6d1b8ca6fb418485b3a90750f9ee9 (diff) | |
download | openshift-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.yml | 4 |
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: |