From eb6fd5354916f279ac980514ecedfd3ac9ca5618 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 1 Nov 2019 08:51:41 -0600 Subject: [PATCH] Honor Debug for container image prepare We were never using Debug if ContainerImagePrepareDebug was not set. This change adds the Debug param and updates ContainerImagePrepareDebug to be '' by default. This makes it honor the Debug setting if ContainerImagePrepareDebug is not configured. Change-Id: I09b3b112d7654fed5270c0b1148b57b91b4a3215 Related-Bug: #1850934 (cherry picked from commit f70ba4bfa467d5622dc4d781a4d3b108064de6ae) --- .../container-image-prepare-baremetal-ansible.j2.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml b/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml index 670180a16c..e22833ccc8 100644 --- a/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml +++ b/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml @@ -57,8 +57,12 @@ parameters: description: Optional. Mirror to use for registry docker.io default: '' type: string - ContainerImagePrepareDebug: + Debug: default: false + description: Set to True to enable debugging on all services. + type: boolean + ContainerImagePrepareDebug: + default: '' description: Whether or not we want to activate --debug in tripleo container image prepare. type: string constraints: