Merge "Do not override CephClientConfigVars in standalone scenarios"

This commit is contained in:
Zuul 2022-07-28 00:44:43 +00:00 committed by Gerrit Code Review
commit 7401aae83c
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"