summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_6/validator.yml
blob: ac5704f692bb5496c9244b6064ab5f065e7d8929 (plain)
1
2
3
4
5
6
7
8
9
10
---
###############################################################################
# Pre upgrade checks for known data problems, if this playbook fails you should
# contact support. If you're not supported contact users@lists.openshift.com
###############################################################################
- name: Verify 3.6 specific upgrade checks
  hosts: oo_first_master
  roles:
  - { role: lib_openshift }
  tasks: []