Do not override CephClientConfigVars in standalone scenarios

I7717f2ce9f668e9fd77c9b49e2433d729ed3c836 will ensure
CephClientConfigVars is set for deployed ceph standalone
scenarios.

Change-Id: I6fe456fe153d10a9958230bd7dcc6f25e350da53
This commit is contained in:
Giulio Fidente 2022-07-13 23:39:42 +02:00 committed by John Fulton
parent 0590dd4b9d
commit 4f791902ae
3 changed files with 0 additions and 3 deletions

View File

@ -193,7 +193,6 @@ parameter_defaults:
globalkey: globalvalue
osd:
osdkey: osdvalue
foo: bar
mon:
mon_warn_on_pool_no_redundancy: false
mon_warn_on_insecure_global_id_reclaim_allowed: false

View File

@ -84,4 +84,3 @@ parameter_defaults:
ManilaCephFSCephFSProtocolHelperType: 'NFS'
DisableCephadm: true
CephConfigPath: "/etc/ceph"
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"

View File

@ -67,4 +67,3 @@ parameter_defaults:
- tty6
ContainerCli: podman
CephConfigPath: "/etc/ceph"
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"