Browse Source

Include object validation in 3.6 upgrades

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1428934
Scott Dodson 8 years ago
parent
commit
ac63e2f684
1 changed files with 3 additions and 1 deletions
  1. 3 1
      playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml

+ 3 - 1
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: