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