commit | 8c04c85cb67c1e39dc2f30fb910f97a90f38a158 | [log] [tgz] |
---|---|---|
author | Alexandr Lovtsov <alovtsov@mirantis.com> | Tue May 07 11:10:46 2019 +0300 |
committer | Alexandr Lovtsov <alovtsov@mirantis.com> | Tue May 21 17:00:01 2019 +0300 |
tree | b8d98b38ba2e34b233c8429833a1c6a90ae53362 | |
parent | dc8a469cfa07dabb30f09673a0f83fe5f0c126a5 [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