diff options
author | Samuel Munilla <smunilla@redhat.com> | 2016-01-13 10:22:43 -0500 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2016-01-13 10:22:43 -0500 |
commit | 31dce842e58ff6ccde7d01684d65c54a355ed526 (patch) | |
tree | 9ed99e708c9fd294cd6a50561eb02e3f6c32c825 /playbooks/common/openshift-cluster | |
parent | 85c657669a202735bf6d4b96b02cbe7518b88485 (diff) | |
download | openshift-31dce842e58ff6ccde7d01684d65c54a355ed526.tar.gz openshift-31dce842e58ff6ccde7d01684d65c54a355ed526.tar.bz2 openshift-31dce842e58ff6ccde7d01684d65c54a355ed526.tar.xz openshift-31dce842e58ff6ccde7d01684d65c54a355ed526.zip |
v3_0_to_v3_1_upgrade: Install storage packages
Include the existing storage plugin configuration during an upgrade.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |