Switch debug to use logging classes

The puppet openstack modules have switched the debug setting to a
logging class in the modules. They are starting to remove the base debug
option so we need to switch our usages to use the logging classes

Change-Id: I690448db2de341ec428181f19364c93a3273b565
Needed-By: https://review.openstack.org/#/c/619379/
This commit is contained in:
Alex Schultz 2018-11-27 10:30:04 -07:00
parent dbc66fd451
commit ec8cc54df4
19 changed files with 19 additions and 19 deletions

View File

@ -95,7 +95,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
aodh::debug:
aodh::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -134,7 +134,7 @@ outputs:
value:
service_name: ceilometer_base
config_settings:
ceilometer::debug:
ceilometer::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -130,7 +130,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
cinder::debug:
cinder::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -97,7 +97,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
congress::debug:
congress::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -76,7 +76,7 @@ outputs:
value:
service_name: designate_base
config_settings:
designate::debug:
designate::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -245,7 +245,7 @@ outputs:
glance::api::enable_v2_api: true
glance::api::authtoken::password: {get_param: GlancePassword}
glance::api::enable_proxy_headers_parsing: true
glance::api::debug:
glance::api::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -114,7 +114,7 @@ outputs:
config_settings:
#Gnocchi engine
gnocchi_redis_password: {get_param: RedisPassword}
gnocchi::debug:
gnocchi::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -153,7 +153,7 @@ outputs:
heat::rabbit_password: {get_param: RpcPassword}
heat::rabbit_use_ssl: {get_param: RpcUseSSL}
heat::rabbit_port: {get_param: RpcPort}
heat::debug:
heat::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -89,7 +89,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
ironic::debug:
ironic::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -161,7 +161,7 @@ outputs:
ironic::inspector::dnsmasq_dhcp_hostsdir: /var/lib/ironic-inspector/dhcp-hostsdir
ironic::inspector::pxe_filter::dnsmasq::purge_dhcp_hostsdir: false
ironic::inspector::pxe_filter::driver: dnsmasq
ironic::inspector::debug: {get_param: Debug}
ironic::inspector::logging::debug: {get_param: Debug}
ironic::inspector::always_store_ramdisk_logs: {get_param: Debug}
ironic::inspector::authtoken::www_authenticate_uri: {get_param: [EndpointMap, KeystoneInternal, uri] }
ironic::inspector::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}

View File

@ -400,7 +400,7 @@ outputs:
content: {get_param: KeystoneCredential1}
keystone::fernet_keys: {get_param: KeystoneFernetKeys}
keystone::fernet_replace_keys: {get_param: ManageKeystoneFernetKeys}
keystone::debug:
keystone::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -87,7 +87,7 @@ outputs:
manila::rabbit_password: {get_param: RpcPassword}
manila::rabbit_use_ssl: {get_param: RpcUseSSL}
manila::rabbit_port: {get_param: RpcPort}
manila::debug:
manila::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -97,7 +97,7 @@ outputs:
mistral::rabbit_password: {get_param: RpcPassword}
mistral::rabbit_use_ssl: {get_param: RpcUseSSL}
mistral::rabbit_port: {get_param: RpcPort}
mistral::debug:
mistral::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -141,7 +141,7 @@ outputs:
neutron::rabbit_port: {get_param: RpcPort}
neutron::core_plugin: {get_param: NeutronCorePlugin}
neutron::service_plugins: {get_param: NeutronServicePlugins}
neutron::debug:
neutron::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -300,7 +300,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
nova::debug:
nova::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -119,7 +119,7 @@ outputs:
config_settings:
map_merge:
- octavia::debug:
- octavia::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -98,7 +98,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
panko::debug:
panko::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -96,7 +96,7 @@ outputs:
sahara::rabbit_user: {get_param: RpcUserName}
sahara::rabbit_use_ssl: {get_param: RpcUseSSL}
sahara::rabbit_port: {get_param: RpcPort}
sahara::debug:
sahara::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }

View File

@ -98,7 +98,7 @@ outputs:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
tacker::debug:
tacker::logging::debug:
if:
- service_debug_unset
- {get_param: Debug }