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:
parent
b3003411ee
commit
5f91818e75
@ -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
|
||||
|
@ -87,4 +87,3 @@ parameter_defaults:
|
||||
ManilaCephFSCephFSProtocolHelperType: 'NFS'
|
||||
DisableCephadm: true
|
||||
CephConfigPath: "/etc/ceph"
|
||||
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
||||
|
@ -68,4 +68,3 @@ parameter_defaults:
|
||||
- tty6
|
||||
ContainerCli: podman
|
||||
CephConfigPath: "/etc/ceph"
|
||||
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user