|
@@ -11,23 +11,29 @@
|
|
|
status: "In Progress"
|
|
|
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
|
|
|
|
|
|
-- name: Open firewall ports for GlusterFS nodes
|
|
|
+- name: Configure GlusterFS hosts
|
|
|
hosts: glusterfs
|
|
|
tasks:
|
|
|
- import_role:
|
|
|
name: openshift_storage_glusterfs
|
|
|
tasks_from: firewall.yml
|
|
|
- when:
|
|
|
- - openshift_storage_glusterfs_is_native | default(True) | bool
|
|
|
+ when: openshift_storage_glusterfs_is_native | default(True) | bool
|
|
|
+ - import_role:
|
|
|
+ name: openshift_storage_glusterfs
|
|
|
+ tasks_from: host_services.yml
|
|
|
+ when: openshift_storage_glusterfs_is_native | default(True) | bool
|
|
|
|
|
|
-- name: Open firewall ports for GlusterFS registry nodes
|
|
|
+- name: Configure GlusterFS registry hosts
|
|
|
hosts: glusterfs_registry
|
|
|
tasks:
|
|
|
- import_role:
|
|
|
name: openshift_storage_glusterfs
|
|
|
tasks_from: firewall.yml
|
|
|
- when:
|
|
|
- - openshift_storage_glusterfs_registry_is_native | default(True) | bool
|
|
|
+ when: openshift_storage_glusterfs_registry_is_native | default(True) | bool
|
|
|
+ - import_role:
|
|
|
+ name: openshift_storage_glusterfs
|
|
|
+ tasks_from: host_services.yml
|
|
|
+ when: openshift_storage_glusterfs_registry_is_native | default(True) | bool
|
|
|
|
|
|
- name: Load kernel modules for nodes
|
|
|
hosts: oo_nodes_to_config
|
|
@@ -35,8 +41,7 @@
|
|
|
- import_role:
|
|
|
name: openshift_storage_glusterfs
|
|
|
tasks_from: kernel_modules.yml
|
|
|
- when:
|
|
|
- - openshift_storage_glusterfs_registry_is_native | default(True) | bool
|
|
|
+ when: openshift_storage_glusterfs_registry_is_native | default(True) | bool
|
|
|
|
|
|
- name: Configure GlusterFS
|
|
|
hosts: oo_first_master
|