From cf0b6a161c7425a149b453705b33f9f79fd08e87 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Mon, 19 Jul 2021 18:03:27 +0200 Subject: [PATCH] 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 --- deployment/cephadm/ceph-base.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deployment/cephadm/ceph-base.yaml b/deployment/cephadm/ceph-base.yaml index d0ffc3a310..69178cf259 100644 --- a/deployment/cephadm/ceph-base.yaml +++ b/deployment/cephadm/ceph-base.yaml @@ -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