summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2016-01-14 15:18:23 -0500
committerSamuel Munilla <smunilla@redhat.com>2016-01-14 15:18:23 -0500
commit59fc7a8c816c162d8ea80d2c0dac2b960714c770 (patch)
tree3dcf12af23535aa41f7f4ba6ced837a58e8dcd24 /playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
parentce5a1411de5ba7efd88f68404faf45183d81002c (diff)
downloadopenshift-59fc7a8c816c162d8ea80d2c0dac2b960714c770.tar.gz
openshift-59fc7a8c816c162d8ea80d2c0dac2b960714c770.tar.bz2
openshift-59fc7a8c816c162d8ea80d2c0dac2b960714c770.tar.xz
openshift-59fc7a8c816c162d8ea80d2c0dac2b960714c770.zip
v3_0_to_v3_1_upgrade: Remove is_atomic check for upgrades
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml2
1 files changed, 0 insertions, 2 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 6142c0167..938834ade 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
@@ -400,11 +400,9 @@
- name: Install Ceph storage plugin dependencies
action: "{{ ansible_pkg_mgr }} name=ceph-common state=present"
- when: not openshift.common.is_atomic | bool
- name: Install GlusterFS storage plugin dependencies
action: "{{ ansible_pkg_mgr }} name=glusterfs-fuse state=present"
- when: not openshift.common.is_atomic | bool
- name: Set sebooleans to allow gluster storage plugin access from containers
seboolean: