Merge "Default CephClientConfigVars within --working-dir"
This commit is contained in:
@@ -186,7 +186,6 @@ parameter_defaults:
|
||||
CephMsgrSecureMode: true
|
||||
CephAnsibleSkipClient: false
|
||||
CephConfigPath: "/etc/ceph"
|
||||
CephClientConfigVars: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
||||
LVMFilterEnabled: true
|
||||
LVMFilterAllowlist:
|
||||
- /dev/loop2
|
||||
|
||||
@@ -298,7 +298,7 @@ parameters:
|
||||
type: boolean
|
||||
default: false
|
||||
CephClientConfigVars:
|
||||
default: "/home/stack/ceph_client.yml"
|
||||
default: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
||||
type: string
|
||||
description: The undercloud path where cephadm exports the Ceph Client configuration.
|
||||
CephAnsibleSkipClient:
|
||||
|
||||
@@ -64,7 +64,7 @@ parameters:
|
||||
description: |
|
||||
The path where the Ceph Cluster config files are stored on the host.
|
||||
CephClientConfigVars:
|
||||
default: "/home/stack/ceph_client.yml"
|
||||
default: "{{ playbook_dir }}/cephadm/ceph_client.yml"
|
||||
type: string
|
||||
description: The undercloud path where cephadm exports the Ceph Client configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user