]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
stable-2.2: Drop remaining ceph_nfs_rgw_* variables 1935/head
authorFlorian Haas <florian@hastexo.com>
Thu, 21 Sep 2017 18:34:14 +0000 (20:34 +0200)
committerFlorian Haas <florian@hastexo.com>
Thu, 21 Sep 2017 20:59:49 +0000 (22:59 +0200)
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.

group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml

index 91dc917efbbecc1a904e99bc7ece57fe9e6f5097..0c388c9c2190e9d15bddd9e0e4fadb734d1654c6 100644 (file)
@@ -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 #
index 31fb56a3d16fc69a8ef77237f14e232faf347eb3..f4c6fdc1dfac53d57097326b0b3b2930b851c546 100644 (file)
@@ -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 #