From 710acdec96e3f12fdddb7750ac6c40d07317c1b6 Mon Sep 17 00:00:00 2001 From: Arthy Loganathan Date: Thu, 1 Jun 2017 15:16:39 +0530 Subject: Added gdeploy configuration files ad jinja templates for nfs ganesha operations Change-Id: I30f8b464d2193909a0d83daff7ea695b97fb3863 Signed-off-by: Arthy Loganathan --- .../gdeploy_configs/nfs_ganesha_update_export_file.jinja | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 glustolibs-gluster/gdeploy_configs/nfs_ganesha_update_export_file.jinja (limited to 'glustolibs-gluster/gdeploy_configs/nfs_ganesha_update_export_file.jinja') diff --git a/glustolibs-gluster/gdeploy_configs/nfs_ganesha_update_export_file.jinja b/glustolibs-gluster/gdeploy_configs/nfs_ganesha_update_export_file.jinja new file mode 100644 index 000000000..477125abc --- /dev/null +++ b/glustolibs-gluster/gdeploy_configs/nfs_ganesha_update_export_file.jinja @@ -0,0 +1,7 @@ +[hosts] +{{ server }} + +[nfs-ganesha] +action=refresh-config +update_config_lines={{ config_to_update }} +volname={{ volname }} -- cgit