summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-10 20:15:32 -0500
committerGitHub <noreply@github.com>2018-01-10 20:15:32 -0500
commite45ef801051202f9d79a0dc814d4a3e056b257d2 (patch)
tree7a7057831dc91ec3683115e99605fcf647f65a12 /playbooks/common/openshift-cluster/upgrades/v3_7
parent1bede283af9ab2e057942b65c946c548bcd212a2 (diff)
parentb95953299e96e0e1bcd20ea02627fa14b8b0fc6f (diff)
downloadopenshift-e45ef801051202f9d79a0dc814d4a3e056b257d2.tar.gz
openshift-e45ef801051202f9d79a0dc814d4a3e056b257d2.tar.bz2
openshift-e45ef801051202f9d79a0dc814d4a3e056b257d2.tar.xz
openshift-e45ef801051202f9d79a0dc814d4a3e056b257d2.zip
Merge pull request #6666 from sdodson/fix_client_binary
Ensure that openshift_facts role is imported whenever we rely on
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