summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-19 16:39:31 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-25 12:01:24 -0400
commit407dd1d28f06a3b66c2eeaa05a81279c7704779d (patch)
treee85d8b15e9795b66c7525379e2d1a37d97df39e0 /playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
parent7d36acbb53ab74d43539baca9a2e2b924778e960 (diff)
downloadopenshift-407dd1d28f06a3b66c2eeaa05a81279c7704779d.tar.gz
openshift-407dd1d28f06a3b66c2eeaa05a81279c7704779d.tar.bz2
openshift-407dd1d28f06a3b66c2eeaa05a81279c7704779d.tar.xz
openshift-407dd1d28f06a3b66c2eeaa05a81279c7704779d.zip
Pod must be recreated for the upgrade
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml14
1 files changed, 2 insertions, 12 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
index a5556d430..a28f7e9c1 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
@@ -88,23 +88,13 @@
###############################################################################
- name: Upgrade nodes
hosts: oo_nodes_to_config
+ serial: 1
roles:
- openshift_facts
handlers:
- include: ../../../../../roles/openshift_node/handlers/main.yml
tasks:
- - include: rpm_upgrade.yml
- vars:
- component: "node"
- openshift_version: "{{ openshift_pkg_version | default('') }}"
- when: not openshift.common.is_containerized | bool
-
- - include: containerized_upgrade.yml
- when: openshift.common.is_containerized | bool
-
- # This will restart the node
- - name: Restart openvswitch service
- service: name="{{ openshift.common.service_type }}-node" state=restarted
+ - include: node_upgrade.yml
- set_fact:
node_update_complete: True