summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-09 09:42:31 -0500
committerScott Dodson <sdodson@redhat.com>2018-01-09 10:30:33 -0500
commitb95953299e96e0e1bcd20ea02627fa14b8b0fc6f (patch)
tree9d07c3dd9051b802a1161873809fdc77e730717f /playbooks/common/openshift-cluster/upgrades/v3_7
parentb144534935e3bcfadd7af34fa0eb18f4cbac8d8b (diff)
downloadopenshift-b95953299e96e0e1bcd20ea02627fa14b8b0fc6f.tar.gz
openshift-b95953299e96e0e1bcd20ea02627fa14b8b0fc6f.tar.bz2
openshift-b95953299e96e0e1bcd20ea02627fa14b8b0fc6f.tar.xz
openshift-b95953299e96e0e1bcd20ea02627fa14b8b0fc6f.zip
Ensure that openshift_facts role is imported whenever we rely on
openshift_client_binary
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml
index 49e691352..9c7688981 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml
@@ -7,6 +7,7 @@
hosts: oo_first_master
roles:
- { role: lib_openshift }
+ - { role: openshift_facts }
tasks:
- name: Check for invalid namespaces and SDN errors