commit | 84db473bc164bed4df449fea2abb74ba968d6239 | [log] [tgz] |
---|---|---|
author | Alexandr Lovtsov <alovtsov@mirantis.com> | Tue May 07 11:10:46 2019 +0300 |
committer | alovtsov <alovtsov@mirantis.com> | Tue May 07 08:14:05 2019 +0000 |
tree | 6eaf1f2f01f8c3b841ed6f9107f70903054ce95a | |
parent | 15104535a24ac658e0c2ccf4b27f2907377e71df [diff] [blame] |
Add options auth.allow and auth.reject to all glusterfs volumes Default behavior is allow all. Change-Id: I3c332a4053024cc530eaa18f3309f516b4577d54 Prod-Related: PROD-25019
diff --git a/defaults/glusterfs.yml b/defaults/glusterfs.yml new file mode 100644 index 0000000..72a68da --- /dev/null +++ b/defaults/glusterfs.yml
@@ -0,0 +1,4 @@ +parameters: + _param: + glusterfs_allow_ips: '*' + glusterfs_reject_ips: none