Do not override CephClientConfigVars in standalone scenarios

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

Change-Id: I6fe456fe153d10a9958230bd7dcc6f25e350da53
(cherry picked from commit 4f791902ae)
This commit is contained in:
Giulio Fidente 2022-07-13 23:39:42 +02:00 committed by Francesco Pantano
parent b3003411ee
commit 5f91818e75
3 changed files with 0 additions and 3 deletions

View File

@ -188,7 +188,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

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

View File

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