summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-04-28 11:50:22 -0400
committerJason DeTiberus <detiber@gmail.com>2016-04-28 11:50:22 -0400
commite5045e8356449ba99363252351cb09a8e5f4d0b2 (patch)
treed55eabe406b91b72aacd01472c7d9cd5e2a234f6
parentb83f4c2b907f1a4967e7a95af01795009801aa79 (diff)
parent16cda4987bb79b2d142dbf992d23687de1a117f2 (diff)
downloadopenshift-e5045e8356449ba99363252351cb09a8e5f4d0b2.tar.gz
openshift-e5045e8356449ba99363252351cb09a8e5f4d0b2.tar.bz2
openshift-e5045e8356449ba99363252351cb09a8e5f4d0b2.tar.xz
openshift-e5045e8356449ba99363252351cb09a8e5f4d0b2.zip
Merge pull request #1831 from sdodson/update-repos-on-upgrade
Update repos per inventory before upgrading
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml3
1 files changed, 2 insertions, 1 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 6f0af31b8..1dd47dc15 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,11 @@
###############################################################################
# Evaluate host groups and gather facts
###############################################################################
-- name: Load openshift_facts
+- name: Load openshift_facts and 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
hosts: localhost