summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja')
-rw-r--r--glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja6
1 files changed, 6 insertions, 0 deletions
diff --git a/glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja b/glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja
new file mode 100644
index 000000000..f42017880
--- /dev/null
+++ b/glustolibs-gluster/gdeploy_configs/teardown_nfs_ganesha_cluster.jinja
@@ -0,0 +1,6 @@
+[hosts]{% for server in servers %}
+{{server}}{% endfor %}
+
+[nfs-ganesha]
+action=destroy-cluster
+cluster-nodes={{ servers|join(',') }}