validator.yml 513 B

123456789101112
  1. ---
  2. ###############################################################################
  3. # Pre upgrade checks for known data problems, if this playbook fails you should
  4. # contact support. If you're not supported contact users@lists.openshift.com
  5. ###############################################################################
  6. - name: Verify 3.6 specific upgrade checks
  7. hosts: oo_first_master
  8. roles:
  9. - { role: lib_openshift }
  10. tasks:
  11. - name: Check for invalid namespaces and SDN errors
  12. oc_objectvalidator: