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
|
globalkey: globalvalue
|
||||||
osd:
|
osd:
|
||||||
osdkey: osdvalue
|
osdkey: osdvalue
|
||||||
foo: bar
|
|
||||||
mon:
|
mon:
|
||||||
mon_warn_on_pool_no_redundancy: false
|
mon_warn_on_pool_no_redundancy: false
|
||||||
mon_warn_on_insecure_global_id_reclaim_allowed: false
|
mon_warn_on_insecure_global_id_reclaim_allowed: false
|
||||||
|
@ -84,4 +84,3 @@ parameter_defaults:
|
|||||||
ManilaCephFSCephFSProtocolHelperType: 'NFS'
|
ManilaCephFSCephFSProtocolHelperType: 'NFS'
|
||||||
DisableCephadm: true
|
DisableCephadm: true
|
||||||
CephConfigPath: "/etc/ceph"
|
CephConfigPath: "/etc/ceph"
|
||||||
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
|
||||||
|
@ -67,4 +67,3 @@ parameter_defaults:
|
|||||||
- tty6
|
- tty6
|
||||||
ContainerCli: podman
|
ContainerCli: podman
|
||||||
CephConfigPath: "/etc/ceph"
|
CephConfigPath: "/etc/ceph"
|
||||||
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user