Revert "standalone: enable ConfigDebug by default"

This reverts commit 334271d8a3411c733ea328816b35dd4cc1d151b3.

This also enables puppet debug which is excessively verbose
leading to really large and consumable logs. I think this
should only be used when we're hitting problems and not on
by default.

Change-Id: Ibdb85f11cc9c1381b25092f54e946eff7118bcfd
This commit is contained in:
Alex Schultz 2020-04-01 23:22:32 +00:00
parent 334271d8a3
commit 9aaf74bf71
2 changed files with 0 additions and 2 deletions
roles
standalone-upgrade/templates
standalone/templates

@ -5,7 +5,6 @@ parameter_defaults:
ContainerImagePrepareDebug: true
ControlPlaneStaticRoutes: []
Debug: true
ConfigDebug: true
DeploymentUser: {{ undercloud_user }}
DnsServers: {{ undercloud_undercloud_nameservers }}
DockerInsecureRegistryAddress:

@ -5,7 +5,6 @@ parameter_defaults:
ContainerImagePrepareDebug: true
ControlPlaneStaticRoutes: []
Debug: true
ConfigDebug: true
DeploymentUser: {{ undercloud_user }}
DnsServers: {{ undercloud_undercloud_nameservers | to_json }}
{% if standalone_container_prep_updates is defined and standalone_container_prep_updates %}