summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-10 17:27:56 -0400
committerScott Dodson <sdodson@redhat.com>2017-10-30 09:25:45 -0400
commitbbafaeb918a2ffbd591595bb5fb2a99eb900721d (patch)
tree4ec82db8913eb79ce03e4dd552936aa9d1769d62 /playbooks
parentb0ba3dc4b11199c5ccae37bdc452e3e35e225edc (diff)
downloadopenshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.gz
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.bz2
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.tar.xz
openshift-bbafaeb918a2ffbd591595bb5fb2a99eb900721d.zip
Add dm_thin_pool for gluster use
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-glusterfs/config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/common/openshift-glusterfs/config.yml b/playbooks/common/openshift-glusterfs/config.yml
index 80cda9e21..c2ae5f313 100644
--- a/playbooks/common/openshift-glusterfs/config.yml
+++ b/playbooks/common/openshift-glusterfs/config.yml
@@ -17,6 +17,11 @@
tasks_from: firewall.yml
when:
- openshift_storage_glusterfs_is_native | default(True) | bool
+ - include_role:
+ name: openshift_storage_glusterfs
+ tasks_from: kernel_modules.yml
+ when:
+ - openshift_storage_glusterfs_is_native | default(True) | bool
- name: Open firewall ports for GlusterFS registry nodes
hosts: glusterfs_registry
@@ -26,6 +31,11 @@
tasks_from: firewall.yml
when:
- openshift_storage_glusterfs_registry_is_native | default(True) | bool
+ - include_role:
+ name: openshift_storage_glusterfs
+ tasks_from: kernel_modules.yml
+ when:
+ - openshift_storage_glusterfs_registry_is_native | default(True) | bool
- name: Configure GlusterFS
hosts: oo_first_master