summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-04-27 17:31:38 -0400
committerScott Dodson <sdodson@redhat.com>2016-04-27 22:13:41 -0400
commit16cda4987bb79b2d142dbf992d23687de1a117f2 (patch)
tree0297d5191cb55dcbc925123842d21da0b12632a7
parent7f67d5dbe872d40afbd00dcaab7f85f41a06910e (diff)
downloadopenshift-16cda4987bb79b2d142dbf992d23687de1a117f2.tar.gz
openshift-16cda4987bb79b2d142dbf992d23687de1a117f2.tar.bz2
openshift-16cda4987bb79b2d142dbf992d23687de1a117f2.tar.xz
openshift-16cda4987bb79b2d142dbf992d23687de1a117f2.zip
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