summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja')
-rw-r--r--glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja20
1 files changed, 20 insertions, 0 deletions
diff --git a/glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja b/glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja
new file mode 100644
index 000000000..01bd3f053
--- /dev/null
+++ b/glustolibs-gluster/gdeploy_configs/create_nfs_ganesha_cluster.jinja
@@ -0,0 +1,20 @@
+[hosts]{% for server in servers %}
+{{server}}{% endfor %}
+
+[peer]
+action=probe
+
+#Enabling firewall ports
+[firewalld]
+action=add
+ports=111/tcp,2049/tcp,54321/tcp,5900/tcp,5900-6923/tcp,5666/tcp,16514/tcp
+services=glusterfs,nlm,nfs,rpc-bind,high-availability,mountd,rquota
+permanent=true
+zone=public
+
+#Creating a high availability cluster and exporting the volume
+[nfs-ganesha]
+action=create-cluster
+ha-name=ganesha-ha-360
+cluster-nodes={{ servers|join(',') }}
+vip={{ vips|join(',') }}