Add CephAdmDebug parameter
This change adds the cephadm debug parameter to allow operators to set the debug related config-key and see a more verbose output. Depends-On: Ic2e54e537b50cb92b1650e78f1af61703e877763 Change-Id: I9c3a38b828404b559ca4858e1d4e1297aa668301
This commit is contained in:
parent
5ba7f0817e
commit
cf0b6a161c
@ -360,6 +360,12 @@ parameters:
|
||||
class: hdd
|
||||
default: true
|
||||
default: []
|
||||
CephAdmDebug:
|
||||
type: boolean
|
||||
default: false
|
||||
description: |
|
||||
If this parameter is true, then cephadm sets the debug related mgr
|
||||
config-key and produces a more verbose output.
|
||||
|
||||
parameter_groups:
|
||||
- label: deprecated
|
||||
@ -458,6 +464,7 @@ resources:
|
||||
tripleo_cephadm_container_image: {get_attr: [ContainerImageUrlParts, value, image]}
|
||||
tripleo_cephadm_container_tag: {get_attr: [ContainerImageUrlParts, value, image_tag]}
|
||||
tripleo_cephadm_crush_rules: {get_param: CephCrushRules}
|
||||
tripleo_cephadm_debug: {get_param: CephAdmDebug}
|
||||
ceph_container_registry_auth:
|
||||
if:
|
||||
- ceph_authenticated_registry
|
||||
|
Loading…
Reference in New Issue
Block a user