summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-06-21 13:37:42 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-06-21 13:37:42 -0300
commitb5f5b88221d5976d71c0a0a70e73fd353c7419a9 (patch)
treed4e0b4e9baaed1d9cf0240aa2167cfa4145a9273
parent50c5e7ac797313537dd31a528f187063b54a903f (diff)
downloadopenshift-b5f5b88221d5976d71c0a0a70e73fd353c7419a9.tar.gz
openshift-b5f5b88221d5976d71c0a0a70e73fd353c7419a9.tar.bz2
openshift-b5f5b88221d5976d71c0a0a70e73fd353c7419a9.tar.xz
openshift-b5f5b88221d5976d71c0a0a70e73fd353c7419a9.zip
Use common fact initialization include in upgrade.
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
index d8d04470c..cdc691829 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
@@ -2,10 +2,12 @@
###############################################################################
# Evaluate host groups and gather facts
###############################################################################
-- name: Load openshift_facts and update repos
+
+- include: ../../common/openshift-cluster/initialize_facts.yml
+
+- name: Update repos
hosts: oo_masters_to_config:oo_nodes_to_config:oo_etcd_to_config:oo_lb_to_config
roles:
- - openshift_facts
- openshift_repos
- name: Evaluate additional groups for upgrade