mirror of https://github.com/ceph/ceph-ansible.git
stable-2.2: Drop remaining ceph_nfs_rgw_* variables
With all references to the nfs-ganesha RGW FSAL removed from this branch, the remaining ceph_nfs_rgw_* are no longer used anywhere. Remove them in order to avoid potential user confusion.pull/1935/head
parent
b278d7cbcd
commit
23c42939cd
|
@ -25,8 +25,6 @@ dummy:
|
|||
#######################
|
||||
# Enable NFS File access
|
||||
#nfs_file_gw: true
|
||||
# Enable NFS Object access
|
||||
#nfs_obj_gw: false
|
||||
|
||||
######################
|
||||
# NFS Ganesha Config #
|
||||
|
@ -46,19 +44,6 @@ dummy:
|
|||
#ceph_nfs_ceph_access_type: "RW"
|
||||
#ceph_nfs_ceph_user: "admin"
|
||||
|
||||
###################
|
||||
# FSAL RGW Config #
|
||||
###################
|
||||
#ceph_nfs_rgw_export_id: 20134
|
||||
#ceph_nfs_rgw_pseudo_path: "/ceph"
|
||||
#ceph_nfs_rgw_protocols: "3,4"
|
||||
#ceph_nfs_rgw_access_type: "RW"
|
||||
#ceph_nfs_rgw_user: "cephnfs"
|
||||
# Note: keys are optional and can be generated, but not on containerized, where
|
||||
# they must be configered.
|
||||
#ceph_nfs_rgw_access_key: "QFAMEDSJP5DEKJO0DDXY"
|
||||
#ceph_nfs_rgw_secret_key: "iaSFLDVvDdQt6lkNzHyW4fPLZugBAI1g17LO0+87[MAC[M#C"
|
||||
|
||||
|
||||
###################
|
||||
# CONFIG OVERRIDE #
|
||||
|
|
|
@ -36,19 +36,6 @@ ceph_nfs_ceph_protocols: "3,4"
|
|||
ceph_nfs_ceph_access_type: "RW"
|
||||
ceph_nfs_ceph_user: "admin"
|
||||
|
||||
###################
|
||||
# FSAL RGW Config #
|
||||
###################
|
||||
ceph_nfs_rgw_export_id: 20134
|
||||
ceph_nfs_rgw_pseudo_path: "/ceph"
|
||||
ceph_nfs_rgw_protocols: "3,4"
|
||||
ceph_nfs_rgw_access_type: "RW"
|
||||
ceph_nfs_rgw_user: "cephnfs"
|
||||
# Note: keys are optional and can be generated, but not on containerized, where
|
||||
# they must be configered.
|
||||
#ceph_nfs_rgw_access_key: "QFAMEDSJP5DEKJO0DDXY"
|
||||
#ceph_nfs_rgw_secret_key: "iaSFLDVvDdQt6lkNzHyW4fPLZugBAI1g17LO0+87[MAC[M#C"
|
||||
|
||||
|
||||
###################
|
||||
# CONFIG OVERRIDE #
|
||||
|
|
Loading…
Reference in New Issue