Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Set ganesha idmap.conf file path and overrides
Browse files Browse the repository at this point in the history
This patch is a follow up of [1], which added two additional
parameters with the purpose of defining the idmap.conf location
and some potential overrides that can be applied via [2].

[1] https://review.opendev.org/773999
[2] https://review.opendev.org/795233

Depends-On: I2b118e6e2184e70d5bccb4ab3cdb7e868ac731e2
Change-Id: I7aa97142224f040abe6123450ef13ec5959a9c5d
  • Loading branch information
fmount committed Jun 8, 2021
1 parent 7f36a91 commit 00f9300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/cephadm/ceph-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ outputs:
tripleo_cephadm_ceph_nfs_rados_backend: true
tripleo_cephadm_ceph_nfs_disable_caching: true
tripleo_cephadm_ceph_nfs_ceph_user: {get_param: ManilaCephFSCephFSAuthId}
tripleo_cephadm_idmap_conf: {get_param: ManilaCephFSNFSIdmapConf}
tripleo_cephadm_idmap_overrides: {get_param: ManilaCephFSNFSIdmapOverrides}
tripleo_cephadm_ganesha_address_block:
list_join:
- ','
Expand Down

0 comments on commit 00f9300

Please sign in to comment.