Merge "Do not override CephClientConfigVars in standalone scenarios" into stable/wallaby

This commit is contained in:
Zuul 2022-08-08 17:23:44 +00:00 committed by Gerrit Code Review
commit 3c3e582ba7
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"