From 31dce842e58ff6ccde7d01684d65c54a355ed526 Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Wed, 13 Jan 2016 10:22:43 -0500 Subject: v3_0_to_v3_1_upgrade: Install storage packages Include the existing storage plugin configuration during an upgrade. --- playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playbooks') diff --git a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml index 68df2153d..39b5c80ca 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml @@ -398,6 +398,9 @@ - name: Ensure node service enabled service: name="{{ openshift.common.service_type }}-node" state=started enabled=yes + - name: Additional storage plugin configuration + include: ../../../../../roles/openshift_node/tasks/storage_plugins/main.yml + - set_fact: node_update_complete: True -- cgit v1.2.3