diff --git a/deployment/cephadm/ceph-nfs.yaml b/deployment/cephadm/ceph-nfs.yaml index d31f0bbfe3..4a5e5e0d6a 100644 --- a/deployment/cephadm/ceph-nfs.yaml +++ b/deployment/cephadm/ceph-nfs.yaml @@ -40,6 +40,11 @@ parameters: type: json description: Extra config settings to dump into idmap.conf default: {} + CephConfigPath: + type: string + default: "/var/lib/tripleo-config/ceph" + description: | + The path where the Ceph Cluster config files are stored on the host. resources: CephBase: @@ -123,6 +128,7 @@ outputs: - name: set tripleo-ansible group vars set_fact: ceph_nfs_vars: + tripleo_ceph_client_config_home: {get_param: CephConfigPath} tripleo_cephadm_ceph_nfs_bind_addr: {get_param: [EndpointMap, GaneshaInternal, host_nobrackets]} tripleo_cephadm_ceph_nfs_enable_service: false tripleo_cephadm_ceph_nfs_use_pacemaker: true