]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Introduce ceph_nfs_ceph_user 1911/head
authorFlorian Haas <florian@hastexo.com>
Fri, 15 Sep 2017 15:38:19 +0000 (17:38 +0200)
committerFlorian Haas <florian@hastexo.com>
Tue, 19 Sep 2017 07:07:28 +0000 (09:07 +0200)
commitada2f147f5c6537cf51171c995009b0b3288c027
treee3a6758a8f89441e663b0c1aab634a89d90baae8
parent7fedc8ebf4565a9efb28a8f2e24a3f7a41932c49
Introduce ceph_nfs_ceph_user

In analogy to ceph_nfs_rgw_user, we should be able to define a user
with which the nfs-ganesha Ceph FSAL connects to the cluster.

Introduce a ceph_nfs_ceph_user variable, setting its default to
"admin" (which preserves the prior behavior of always connecting as
client.admin).

Fixes #1910.
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml
roles/ceph-nfs/templates/ganesha.conf.j2