Merge "Correct log location in container environment for Fluentd"
This commit is contained in:
commit
1dd654cda7
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerCeilometerConfigImage:
|
DockerCeilometerConfigImage:
|
||||||
description: The container image to use for the ceilometer config_volume
|
description: The container image to use for the ceilometer config_volume
|
||||||
type: string
|
type: string
|
||||||
|
CeilometerAgentCentralLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.ceilometer.agent.central
|
||||||
|
path: /var/log/containers/ceilometer/central.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -64,7 +69,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [CeilometerAgentCentralBase, role_data, config_settings]}
|
config_settings: {get_attr: [CeilometerAgentCentralBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [CeilometerAgentCentralBase, role_data, logging_source]}
|
logging_source: {get_attr: [CeilometerAgentCentralBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CeilometerAgentCentralBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CeilometerAgentCentralBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CeilometerAgentCentralBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CeilometerAgentCentralBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_ceilometer_agent_central:
|
||||||
|
- ceilometer
|
||||||
|
tripleo_fluentd_sources_ceilometer_agent_central:
|
||||||
|
- {get_param: CeilometerAgentCentralLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: ceilometer
|
config_volume: ceilometer
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerCeilometerConfigImage:
|
DockerCeilometerConfigImage:
|
||||||
description: The container image to use for the ceilometer config_volume
|
description: The container image to use for the ceilometer config_volume
|
||||||
type: string
|
type: string
|
||||||
|
CeilometerAgentIpmiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.ceilometer.agent.ipmi
|
||||||
|
path: /var/log/containers/ceilometer/ipmi.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -64,7 +69,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [CeilometerAgentIpmiBase, role_data, config_settings]}
|
config_settings: {get_attr: [CeilometerAgentIpmiBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [CeilometerAgentIpmiBase, role_data, logging_source]}
|
logging_source: {get_attr: [CeilometerAgentIpmiBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CeilometerAgentIpmiBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CeilometerAgentIpmiBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CeilometerAgentIpmiBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CeilometerAgentIpmiBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_ceilometer_agent_ipmi:
|
||||||
|
- ceilometer
|
||||||
|
tripleo_fluentd_sources_ceilometer_agent_ipmi:
|
||||||
|
- {get_param: CeilometerAgentIpmiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: ceilometer
|
config_volume: ceilometer
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerCeilometerConfigImage:
|
DockerCeilometerConfigImage:
|
||||||
description: The container image to use for the ceilometer config_volume
|
description: The container image to use for the ceilometer config_volume
|
||||||
type: string
|
type: string
|
||||||
|
CeilometerAgentNotificationLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.ceilometer.agent.notification
|
||||||
|
path: /var/log/containers/ceilometer/agent-notification.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -64,7 +69,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [CeilometerAgentNotificationBase, role_data, config_settings]}
|
config_settings: {get_attr: [CeilometerAgentNotificationBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [CeilometerAgentNotificationBase, role_data, logging_source]}
|
logging_source: {get_attr: [CeilometerAgentNotificationBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CeilometerAgentNotificationBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CeilometerAgentNotificationBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CeilometerAgentNotificationBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CeilometerAgentNotificationBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_ceilometer_agent_notification:
|
||||||
|
- ceilometer
|
||||||
|
tripleo_fluentd_sources_ceilometer_agent_notification:
|
||||||
|
- {get_param: CeilometerAgentNotificationLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: ceilometer
|
config_volume: ceilometer
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerCinderConfigImage:
|
DockerCinderConfigImage:
|
||||||
description: The container image to use for the cinder config_volume
|
description: The container image to use for the cinder config_volume
|
||||||
type: string
|
type: string
|
||||||
|
CinderApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.cinder.api
|
||||||
|
path: /var/log/containers/cinder/cinder-api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -74,7 +79,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [CinderBase, role_data, config_settings]}
|
config_settings: {get_attr: [CinderBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CinderBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CinderBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_cinder_api:
|
||||||
|
- cinder
|
||||||
|
tripleo_fluentd_sources_cinder_api:
|
||||||
|
- {get_param: CinderApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: cinder
|
config_volume: cinder
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerCinderConfigImage:
|
DockerCinderConfigImage:
|
||||||
description: The container image to use for the cinder config_volume
|
description: The container image to use for the cinder config_volume
|
||||||
type: string
|
type: string
|
||||||
|
CinderSchedulerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.cinder.scheduler
|
||||||
|
path: /var/log/containers/cinder/cinder-scheduler.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -67,7 +72,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [CinderBase, role_data, config_settings]}
|
config_settings: {get_attr: [CinderBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CinderBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CinderBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_cinder_scheduler:
|
||||||
|
- cinder
|
||||||
|
tripleo_fluentd_sources_cinder_scheduler:
|
||||||
|
- {get_param: CinderSchedulerLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: cinder
|
config_volume: cinder
|
||||||
|
@ -14,6 +14,11 @@ parameters:
|
|||||||
default: ['nofile=131072']
|
default: ['nofile=131072']
|
||||||
description: ulimit for Cinder Volume Container
|
description: ulimit for Cinder Volume Container
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
|
CinderVolumeLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.cinder.volume
|
||||||
|
path: /var/log/containers/cinder/cinder-volume.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -98,7 +103,14 @@ outputs:
|
|||||||
- tripleo::profile::base::lvm::enable_udev: false
|
- tripleo::profile::base::lvm::enable_udev: false
|
||||||
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [CinderBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [CinderBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_cinder_volume:
|
||||||
|
- cinder
|
||||||
|
tripleo_fluentd_sources_cinder_volume:
|
||||||
|
- {get_param: CinderVolumeLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: cinder
|
config_volume: cinder
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerDesignateConfigImage:
|
DockerDesignateConfigImage:
|
||||||
description: The container image to use for the designate config_volume
|
description: The container image to use for the designate config_volume
|
||||||
type: string
|
type: string
|
||||||
|
DesignateProducerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.designate.producer
|
||||||
|
path: /var/log/containers/designate/designate-producer.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerDesignateConfigImage:
|
DockerDesignateConfigImage:
|
||||||
description: The container image to use for the designate config_volume
|
description: The container image to use for the designate config_volume
|
||||||
type: string
|
type: string
|
||||||
|
DesignateSinkLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.designate.sink
|
||||||
|
path: /var/log/containers/designate/designate-sink.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
|
@ -13,6 +13,11 @@ parameters:
|
|||||||
DockerDesignateConfigImage:
|
DockerDesignateConfigImage:
|
||||||
description: The container image to use for the designate config_volume
|
description: The container image to use for the designate config_volume
|
||||||
type: string
|
type: string
|
||||||
|
DesignateWorkerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.designate.worker
|
||||||
|
path: /var/log/containers/designate/designate-worker.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerEc2ApiConfigImage:
|
DockerEc2ApiConfigImage:
|
||||||
description: The container image to use for the ec2_api config_volume
|
description: The container image to use for the ec2_api config_volume
|
||||||
type: string
|
type: string
|
||||||
|
Ec2ApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.ec2.api
|
||||||
|
path: /var/log/containers/ec2api/ec2api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -69,7 +74,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [Ec2ApiPuppetBase, role_data, config_settings]}
|
config_settings: {get_attr: [Ec2ApiPuppetBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [Ec2ApiPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [Ec2ApiPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [Ec2ApiPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [Ec2ApiPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [Ec2ApiPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [Ec2ApiPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_ec2_api:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_ec2_api:
|
||||||
|
- {get_param: Ec2ApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: ec2_api
|
config_volume: ec2_api
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerGlanceApiConfigImage:
|
DockerGlanceApiConfigImage:
|
||||||
description: The container image to use for the glance_api config_volume
|
description: The container image to use for the glance_api config_volume
|
||||||
type: string
|
type: string
|
||||||
|
GlanceApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.glance.api
|
||||||
|
path: /var/log/containers/glance/api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -130,7 +135,14 @@ outputs:
|
|||||||
- tripleo::glance::nfs_mount::edit_fstab: false
|
- tripleo::glance::nfs_mount::edit_fstab: false
|
||||||
logging_source: {get_attr: [GlanceApiPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [GlanceApiPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [GlanceApiPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [GlanceApiPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [GlanceApiPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [GlanceApiPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_glance_api:
|
||||||
|
- glance
|
||||||
|
tripleo_fluentd_sources_glance_api:
|
||||||
|
- {get_param: GlanceApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: glance_api
|
config_volume: glance_api
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerGnocchiConfigImage:
|
DockerGnocchiConfigImage:
|
||||||
description: The container image to use for the gnocchi config_volume
|
description: The container image to use for the gnocchi config_volume
|
||||||
type: string
|
type: string
|
||||||
|
GnocchiApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.gnocchi.api
|
||||||
|
path: /var/log/containers/gnocchi/app.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -85,7 +90,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [GnocchiApiPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [GnocchiApiPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [GnocchiApiPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [GnocchiApiPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [GnocchiApiPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [GnocchiApiPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_gnocchi_api:
|
||||||
|
- gnocchi
|
||||||
|
tripleo_fluentd_sources_gnocchi_api:
|
||||||
|
- {get_param: GnocchiApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: gnocchi
|
config_volume: gnocchi
|
||||||
|
@ -11,6 +11,11 @@ parameters:
|
|||||||
DockerHeatApiCfnConfigImage:
|
DockerHeatApiCfnConfigImage:
|
||||||
description: The container image to use for the heat_api_cfn config_volume
|
description: The container image to use for the heat_api_cfn config_volume
|
||||||
type: string
|
type: string
|
||||||
|
HeatApiCfnLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.heat.api.cfn
|
||||||
|
path: /var/log/containers/heat/heat-api-cfn.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -75,7 +80,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [HeatBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [HeatBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_heat_api_cfn:
|
||||||
|
- heat
|
||||||
|
tripleo_fluentd_sources_heat_api_cfn:
|
||||||
|
- {get_param: HeatApiCfnLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: heat_api_cfn
|
config_volume: heat_api_cfn
|
||||||
|
@ -11,6 +11,11 @@ parameters:
|
|||||||
DockerHeatApiConfigImage:
|
DockerHeatApiConfigImage:
|
||||||
description: The container image to use for the heat_api config_volume
|
description: The container image to use for the heat_api config_volume
|
||||||
type: string
|
type: string
|
||||||
|
HeatApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.heat.api
|
||||||
|
path: /var/log/containers/heat/heat-api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -83,7 +88,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [HeatBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [HeatBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_heat_api:
|
||||||
|
- heat
|
||||||
|
tripleo_fluentd_sources_heat_api:
|
||||||
|
- {get_param: HeatApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: heat_api
|
config_volume: heat_api
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerHeatConfigImage:
|
DockerHeatConfigImage:
|
||||||
description: The container image to use for the heat config_volume
|
description: The container image to use for the heat config_volume
|
||||||
type: string
|
type: string
|
||||||
|
HeatEngineLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.heat.engine
|
||||||
|
path: /var/log/containers/heat/heat-engine.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -69,7 +74,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
logging_source: {get_attr: [HeatBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [HeatBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [HeatBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [HeatBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_heat_engine:
|
||||||
|
- heat
|
||||||
|
tripleo_fluentd_sources_heat_engine:
|
||||||
|
- {get_param: HeatEngineLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: heat
|
config_volume: heat
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerKeystoneConfigImage:
|
DockerKeystoneConfigImage:
|
||||||
description: The container image to use for the keystone config_volume
|
description: The container image to use for the keystone config_volume
|
||||||
type: string
|
type: string
|
||||||
|
KeystoneLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.keystone
|
||||||
|
path: /var/log/containers/keystone/keystone.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -87,7 +92,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [KeystoneBase, role_data, logging_source]}
|
logging_source: {get_attr: [KeystoneBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [KeystoneBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [KeystoneBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [KeystoneBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [KeystoneBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_keystone:
|
||||||
|
- keystone
|
||||||
|
tripleo_fluentd_sources_keystone:
|
||||||
|
- {get_param: KeystoneLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: keystone
|
config_volume: keystone
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNeutronConfigImage:
|
DockerNeutronConfigImage:
|
||||||
description: The container image to use for the neutron config_volume
|
description: The container image to use for the neutron config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NeutronApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.api
|
||||||
|
path: /var/log/containers/neutron/server.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -90,7 +95,14 @@ outputs:
|
|||||||
map_merge:
|
map_merge:
|
||||||
- get_attr: [NeutronBase, role_data, config_settings]
|
- get_attr: [NeutronBase, role_data, config_settings]
|
||||||
- get_attr: [NeutronLogging, config_settings]
|
- get_attr: [NeutronLogging, config_settings]
|
||||||
service_config_settings: {get_attr: [NeutronBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NeutronBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_neutron_api:
|
||||||
|
- neutron
|
||||||
|
tripleo_fluentd_sources_neutron_api:
|
||||||
|
- {get_param: NeutronApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: neutron
|
config_volume: neutron
|
||||||
|
@ -23,6 +23,11 @@ parameters:
|
|||||||
description: Generate a wrapper script so neutron launches haproxy in a separate container.
|
description: Generate a wrapper script so neutron launches haproxy in a separate container.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
NeutronDhcpAgentLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.agent.dhcp
|
||||||
|
path: /var/log/neutron/dhcp-agent.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -105,7 +110,14 @@ outputs:
|
|||||||
tripleo::profile::base::neutron::dhcp_agent_wrappers::haproxy_image: {get_param: DockerNeutronDHCPImage}
|
tripleo::profile::base::neutron::dhcp_agent_wrappers::haproxy_image: {get_param: DockerNeutronDHCPImage}
|
||||||
logging_source: {get_attr: [NeutronBase, role_data, logging_source]}
|
logging_source: {get_attr: [NeutronBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NeutronBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NeutronBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NeutronBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NeutronBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_neutron_dhcp:
|
||||||
|
- neutron
|
||||||
|
tripleo_fluentd_sources_neutron_dhcp:
|
||||||
|
- {get_param: NeutronDhcpAgentLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: neutron
|
config_volume: neutron
|
||||||
|
@ -14,6 +14,11 @@ parameters:
|
|||||||
default: ['nofile=1024']
|
default: ['nofile=1024']
|
||||||
description: ulimit for Neutron L3 Agent Container
|
description: ulimit for Neutron L3 Agent Container
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
|
NeutronL3AgentLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.agent.l3
|
||||||
|
path: /var/log/containers/neutron/l3-agent.log
|
||||||
NeutronEnableKeepalivedWrapper:
|
NeutronEnableKeepalivedWrapper:
|
||||||
description: Generate a wrapper script so neutron launches keepalived processes in a
|
description: Generate a wrapper script so neutron launches keepalived processes in a
|
||||||
separate container.
|
separate container.
|
||||||
@ -114,7 +119,14 @@ outputs:
|
|||||||
|
|
||||||
logging_source: {get_attr: [NeutronL3Base, role_data, logging_source]}
|
logging_source: {get_attr: [NeutronL3Base, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NeutronL3Base, role_data, logging_groups]}
|
logging_groups: {get_attr: [NeutronL3Base, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NeutronL3Base, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NeutronL3Base, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_neutron_l3:
|
||||||
|
- neutron
|
||||||
|
tripleo_fluentd_sources_neutron_l3:
|
||||||
|
- {get_param: NeutronL3AgentLoggingSource}
|
||||||
puppet_config:
|
puppet_config:
|
||||||
puppet_tags: neutron_config,neutron_l3_agent_config
|
puppet_tags: neutron_config,neutron_l3_agent_config
|
||||||
config_volume: neutron
|
config_volume: neutron
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNeutronConfigImage:
|
DockerNeutronConfigImage:
|
||||||
description: The container image to use for the neutron config_volume
|
description: The container image to use for the neutron config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NeutronMetadataAgentLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.agent.metadata
|
||||||
|
path: /var/log/containers/neutron/metadata-agent.log
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
description: Dictionary packing service data
|
description: Dictionary packing service data
|
||||||
@ -68,7 +73,14 @@ outputs:
|
|||||||
- get_attr: [NeutronLogging, config_settings]
|
- get_attr: [NeutronLogging, config_settings]
|
||||||
logging_source: {get_attr: [NeutronMetadataBase, role_data, logging_source]}
|
logging_source: {get_attr: [NeutronMetadataBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NeutronMetadataBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NeutronMetadataBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NeutronMetadataBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NeutronMetadataBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_neutron_metadata:
|
||||||
|
- neutron
|
||||||
|
tripleo_fluentd_sources_neutron_metadata:
|
||||||
|
- {get_param: NeutronMetadataAgentLoggingSource}
|
||||||
puppet_config:
|
puppet_config:
|
||||||
puppet_tags: neutron_config,neutron_metadata_agent_config
|
puppet_tags: neutron_config,neutron_metadata_agent_config
|
||||||
config_volume: neutron
|
config_volume: neutron
|
||||||
|
@ -14,6 +14,11 @@ parameters:
|
|||||||
default: ['nofile=1024']
|
default: ['nofile=1024']
|
||||||
description: ulimit for Openvswitch Container
|
description: ulimit for Openvswitch Container
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
|
NeutronOpenVswitchAgentLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.agent.openvswitch
|
||||||
|
path: /var/log/containers/neutron/openvswitch-agent.log
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
description: Dictionary packing service data
|
description: Dictionary packing service data
|
||||||
@ -76,7 +81,14 @@ outputs:
|
|||||||
- get_attr: [NeutronLogging, config_settings]
|
- get_attr: [NeutronLogging, config_settings]
|
||||||
logging_source: {get_attr: [NeutronOvsAgentBase, role_data, logging_source]}
|
logging_source: {get_attr: [NeutronOvsAgentBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NeutronOvsAgentBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NeutronOvsAgentBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NeutronOvsAgentBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NeutronOvsAgentBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_neutron_ovs_agent:
|
||||||
|
- neutron
|
||||||
|
tripleo_fluentd_sources_neutron_ovs_agent:
|
||||||
|
- {get_param: NeutronOpenVswitchAgentLoggingSource}
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: neutron
|
config_volume: neutron
|
||||||
puppet_tags: neutron_config,neutron_agent_ovs,neutron_plugin_ml2
|
puppet_tags: neutron_config,neutron_agent_ovs,neutron_plugin_ml2
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.api
|
||||||
|
path: /var/log/containers/nova/nova-api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -95,7 +100,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [NovaApiBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaApiBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaApiBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaApiBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaApiBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaApiBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_api:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_api:
|
||||||
|
- {get_param: NovaApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -14,6 +14,11 @@ parameters:
|
|||||||
default: ['nofile=1024']
|
default: ['nofile=1024']
|
||||||
description: ulimit for Nova Compute Container
|
description: ulimit for Nova Compute Container
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
|
NovaComputeLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.compute
|
||||||
|
path: /var/log/containers/nova/nova-compute.log
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
description: Dictionary packing service data
|
description: Dictionary packing service data
|
||||||
@ -119,7 +124,14 @@ outputs:
|
|||||||
- get_attr: [NovaLogging, config_settings]
|
- get_attr: [NovaLogging, config_settings]
|
||||||
logging_source: {get_attr: [NovaComputeBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaComputeBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaComputeBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaComputeBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaComputeBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaComputeBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_compute:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_compute:
|
||||||
|
- {get_param: NovaComputeLoggingSource}
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova_libvirt
|
config_volume: nova_libvirt
|
||||||
puppet_tags: nova_config,nova_paste_api_ini
|
puppet_tags: nova_config,nova_paste_api_ini
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaConductorLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.conductor
|
||||||
|
path: /var/log/containers/nova/nova-conductor.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -81,7 +86,14 @@ outputs:
|
|||||||
- {get_attr: [NovaLogging, config_settings]}
|
- {get_attr: [NovaLogging, config_settings]}
|
||||||
logging_source: {get_attr: [NovaConductorBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaConductorBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaConductorBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaConductorBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaConductorBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaConductorBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_conductor:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_conductor:
|
||||||
|
- {get_param: NovaConductorLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaConsoleauthLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.consoleauth
|
||||||
|
path: /var/log/containers/nova/nova-consoleauth.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -76,7 +81,14 @@ outputs:
|
|||||||
- {get_attr: [NovaLogging, config_settings]}
|
- {get_attr: [NovaLogging, config_settings]}
|
||||||
logging_source: {get_attr: [NovaConsoleauthPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaConsoleauthPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaConsoleauthPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaConsoleauthPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaConsoleauthPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaConsoleauthPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_consoleauth:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_consoleauth:
|
||||||
|
- {get_param: NovaConsoleauthLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaMetadataLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.api.metadata
|
||||||
|
path: /var/log/containers/nova/nova-api-metadata.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -69,7 +74,14 @@ outputs:
|
|||||||
- {get_attr: [NovaLogging, config_settings]}
|
- {get_attr: [NovaLogging, config_settings]}
|
||||||
logging_source: {get_attr: [NovaMetadataBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaMetadataBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaMetadataBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaMetadataBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaMetadataBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaMetadataBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_metadata:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_metadata:
|
||||||
|
- {get_param: NovaMetadataLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaPlacementConfigImage:
|
DockerNovaPlacementConfigImage:
|
||||||
description: The container image to use for the nova_placement config_volume
|
description: The container image to use for the nova_placement config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaPlacementLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.placement
|
||||||
|
path: /var/log/containers/httpd/nova_placement_wsgi_error_ssl.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -81,7 +86,14 @@ outputs:
|
|||||||
- apache::default_vhost: false
|
- apache::default_vhost: false
|
||||||
logging_source: {get_attr: [NovaPlacementBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaPlacementBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaPlacementBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaPlacementBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaPlacementBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaPlacementBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_placement:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_placement:
|
||||||
|
- {get_param: NovaPlacementLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova_placement
|
config_volume: nova_placement
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaSchedulerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.scheduler
|
||||||
|
path: /var/log/containers/nova/nova-scheduler.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -76,7 +81,14 @@ outputs:
|
|||||||
- {get_attr: [NovaLogging, config_settings]}
|
- {get_attr: [NovaLogging, config_settings]}
|
||||||
logging_source: {get_attr: [NovaSchedulerBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaSchedulerBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaSchedulerBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaSchedulerBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaSchedulerBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaSchedulerBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_scheduler:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_scheduler:
|
||||||
|
- {get_param: NovaSchedulerLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNovaConfigImage:
|
DockerNovaConfigImage:
|
||||||
description: The container image to use for the nova config_volume
|
description: The container image to use for the nova config_volume
|
||||||
type: string
|
type: string
|
||||||
|
NovaVncproxyLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.nova.vncproxy
|
||||||
|
path: /var/log/containers/nova/nova-vncproxy.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -116,7 +121,14 @@ outputs:
|
|||||||
- {get_attr: [NovaLogging, config_settings]}
|
- {get_attr: [NovaLogging, config_settings]}
|
||||||
logging_source: {get_attr: [NovaVncProxyPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [NovaVncProxyPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [NovaVncProxyPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [NovaVncProxyPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [NovaVncProxyPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [NovaVncProxyPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_nova_vnc_proxy:
|
||||||
|
- nova
|
||||||
|
tripleo_fluentd_sources_nova_vnc_proxy:
|
||||||
|
- {get_param: NovaVncproxyLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: nova
|
config_volume: nova
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerOctaviaConfigImage:
|
DockerOctaviaConfigImage:
|
||||||
description: The container image to use for the octavia config_volume
|
description: The container image to use for the octavia config_volume
|
||||||
type: string
|
type: string
|
||||||
|
OctaviaApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.octavia.api
|
||||||
|
path: /var/log/containers/octavia/api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -71,7 +76,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [OctaviaApiPuppetBase, role_data, config_settings]}
|
config_settings: {get_attr: [OctaviaApiPuppetBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [OctaviaApiPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [OctaviaApiPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [OctaviaApiPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [OctaviaApiPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [OctaviaApiPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [OctaviaApiPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_octavia_api:
|
||||||
|
- octavia
|
||||||
|
tripleo_fluentd_sources_octavia_api:
|
||||||
|
- {get_param: OctaviaApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: octavia
|
config_volume: octavia
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerOctaviaConfigImage:
|
DockerOctaviaConfigImage:
|
||||||
description: The container image to use for the octavia config_volume
|
description: The container image to use for the octavia config_volume
|
||||||
type: string
|
type: string
|
||||||
|
OctaviaHealthManagerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.octavia.health-manager
|
||||||
|
path: /var/log/containers/octavia/health-manager.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -64,7 +69,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, config_settings]}
|
config_settings: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [OctaviaHealthManagerPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [OctaviaHealthManagerPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_octavia_health_manager:
|
||||||
|
- octavia
|
||||||
|
tripleo_fluentd_sources_octavia_health_manager:
|
||||||
|
- {get_param: OctaviaHealthManagerLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: octavia
|
config_volume: octavia
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerOctaviaConfigImage:
|
DockerOctaviaConfigImage:
|
||||||
description: The container image to use for the octavia config_volume
|
description: The container image to use for the octavia config_volume
|
||||||
type: string
|
type: string
|
||||||
|
OctaviaHousekeepingLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.octavia.housekeeping
|
||||||
|
path: /var/log/containers/octavia/housekeeping.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -60,7 +65,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, config_settings]}
|
config_settings: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [OctaviaHousekeepingPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [OctaviaHousekeepingPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_octavia_housekeeping:
|
||||||
|
- octavia
|
||||||
|
tripleo_fluentd_sources_octavia_housekeeping:
|
||||||
|
- {get_param: OctaviaHousekeepingLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: octavia
|
config_volume: octavia
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerOctaviaConfigImage:
|
DockerOctaviaConfigImage:
|
||||||
description: The container image to use for the octavia config_volume
|
description: The container image to use for the octavia config_volume
|
||||||
type: string
|
type: string
|
||||||
|
OctaviaWorkerLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.octavia.worker
|
||||||
|
path: /var/log/containers/octavia/worker.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -64,7 +69,14 @@ outputs:
|
|||||||
config_settings: {get_attr: [OctaviaWorkerPuppetBase, role_data, config_settings]}
|
config_settings: {get_attr: [OctaviaWorkerPuppetBase, role_data, config_settings]}
|
||||||
logging_source: {get_attr: [OctaviaWorkerPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [OctaviaWorkerPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [OctaviaWorkerPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [OctaviaWorkerPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [OctaviaWorkerPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [OctaviaWorkerPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_octavia_worker:
|
||||||
|
- octavia
|
||||||
|
tripleo_fluentd_sources_octavia_worker:
|
||||||
|
- {get_param: OctaviaWorkerLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: octavia
|
config_volume: octavia
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerNeutronConfigImage:
|
DockerNeutronConfigImage:
|
||||||
description: The container image to use for the neutron config_volume
|
description: The container image to use for the neutron config_volume
|
||||||
type: string
|
type: string
|
||||||
|
OvnMetadataAgentLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.neutron.agent.ovn-metadata
|
||||||
|
path: /var/log/containers/neutron/networking-ovn-metadata-agent.log
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
description: Dictionary packing service data
|
description: Dictionary packing service data
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerSaharaConfigImage:
|
DockerSaharaConfigImage:
|
||||||
description: The container image to use for the sahara config_volume
|
description: The container image to use for the sahara config_volume
|
||||||
type: string
|
type: string
|
||||||
|
SaharaApiLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.sahara.api
|
||||||
|
path: /var/log/containers/sahara/sahara-api.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -68,7 +73,14 @@ outputs:
|
|||||||
- sahara::sync_db: false
|
- sahara::sync_db: false
|
||||||
logging_source: {get_attr: [SaharaApiPuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [SaharaApiPuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [SaharaApiPuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [SaharaApiPuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [SaharaApiPuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [SaharaApiPuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_sahara_api:
|
||||||
|
- sahara
|
||||||
|
tripleo_fluentd_sources_sahara_api:
|
||||||
|
- {get_param: SaharaApiLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: sahara
|
config_volume: sahara
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerSaharaConfigImage:
|
DockerSaharaConfigImage:
|
||||||
description: The container image to use for the sahara config_volume
|
description: The container image to use for the sahara config_volume
|
||||||
type: string
|
type: string
|
||||||
|
SaharaEngineLoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.sahara.engine
|
||||||
|
path: /var/log/containers/sahara/sahara-engine.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
@ -68,7 +73,14 @@ outputs:
|
|||||||
- sahara::sync_db: false
|
- sahara::sync_db: false
|
||||||
logging_source: {get_attr: [SaharaEnginePuppetBase, role_data, logging_source]}
|
logging_source: {get_attr: [SaharaEnginePuppetBase, role_data, logging_source]}
|
||||||
logging_groups: {get_attr: [SaharaEnginePuppetBase, role_data, logging_groups]}
|
logging_groups: {get_attr: [SaharaEnginePuppetBase, role_data, logging_groups]}
|
||||||
service_config_settings: {get_attr: [SaharaEnginePuppetBase, role_data, service_config_settings]}
|
service_config_settings:
|
||||||
|
map_merge:
|
||||||
|
- get_attr: [SaharaEnginePuppetBase, role_data, service_config_settings]
|
||||||
|
- fluentd:
|
||||||
|
tripleo_fluentd_groups_sahara_engine:
|
||||||
|
- sahara
|
||||||
|
tripleo_fluentd_sources_sahara_engine:
|
||||||
|
- {get_param: SaharaEngineLoggingSource}
|
||||||
# BEGIN DOCKER SETTINGS #
|
# BEGIN DOCKER SETTINGS #
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: sahara
|
config_volume: sahara
|
||||||
|
@ -10,6 +10,11 @@ parameters:
|
|||||||
DockerTripleoUIConfigImage:
|
DockerTripleoUIConfigImage:
|
||||||
description: The container image to use for the tripleo-ui config_volume
|
description: The container image to use for the tripleo-ui config_volume
|
||||||
type: string
|
type: string
|
||||||
|
TripleoUILoggingSource:
|
||||||
|
type: json
|
||||||
|
default:
|
||||||
|
tag: openstack.tripleo.ui
|
||||||
|
path: /var/log/containers/httpd/tripleo-ui/ui.log
|
||||||
EndpointMap:
|
EndpointMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
|
@ -104,6 +104,47 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description',
|
|||||||
'InternalApiAllocationPools': ['default'],
|
'InternalApiAllocationPools': ['default'],
|
||||||
'UpdateIdentifier': ['description'],
|
'UpdateIdentifier': ['description'],
|
||||||
'key_name': ['default'],
|
'key_name': ['default'],
|
||||||
|
'CeilometerAgentCentralLoggingSource': ['default'],
|
||||||
|
'CeilometerAgentIpmiLoggingSource': ['default'],
|
||||||
|
'CeilometerAgentNotificationLoggingSource': ['default'],
|
||||||
|
'CinderApiLoggingSource': ['default'],
|
||||||
|
'CinderSchedulerLoggingSource': ['default'],
|
||||||
|
'CinderVolumeLoggingSource': ['default'],
|
||||||
|
'DesignateApiLoggingSource': ['default'],
|
||||||
|
'DesignateCentralLoggingSource': ['default'],
|
||||||
|
'DesignateMiniDNSLoggingSource': ['default'],
|
||||||
|
'DesignateProducerLoggingSource': ['default'],
|
||||||
|
'DesignateSinkLoggingSource': ['default'],
|
||||||
|
'DesignateWorkerLoggingSource': ['default'],
|
||||||
|
'Ec2ApiLoggingSource': ['default'],
|
||||||
|
'GlanceApiLoggingSource': ['default'],
|
||||||
|
'GnocchiApiLoggingSource': ['default'],
|
||||||
|
'HeatApiCfnLoggingSource': ['default'],
|
||||||
|
'HeatApiLoggingSource': ['default'],
|
||||||
|
'HeatEngineLoggingSource': ['default'],
|
||||||
|
'KeystoneLoggingSource': ['default'],
|
||||||
|
'MongoDbLoggingSource': ['default'],
|
||||||
|
'NeutronApiLoggingSource': ['default'],
|
||||||
|
'NeutronDhcpAgentLoggingSource': ['default'],
|
||||||
|
'NeutronL3AgentLoggingSource': ['default'],
|
||||||
|
'NeutronMetadataAgentLoggingSource': ['default'],
|
||||||
|
'NeutronOpenVswitchAgentLoggingSource': ['default'],
|
||||||
|
'NovaApiLoggingSource': ['default'],
|
||||||
|
'NovaComputeLoggingSource': ['default'],
|
||||||
|
'NovaConductorLoggingSource': ['default'],
|
||||||
|
'NovaConsoleauthLoggingSource': ['default'],
|
||||||
|
'NovaMetadataLoggingSource': ['default'],
|
||||||
|
'NovaPlacementLoggingSource': ['default'],
|
||||||
|
'NovaSchedulerLoggingSource': ['default'],
|
||||||
|
'NovaVncproxyLoggingSource': ['default'],
|
||||||
|
'OctaviaApiLoggingSource': ['default'],
|
||||||
|
'OctaviaHealthManagerLoggingSource': ['default'],
|
||||||
|
'OctaviaHousekeepingLoggingSource': ['default'],
|
||||||
|
'OctaviaWorkerLoggingSource': ['default'],
|
||||||
|
'OvnMetadataAgentLoggingSource': ['default'],
|
||||||
|
'SaharaApiLoggingSource': ['default'],
|
||||||
|
'SaharaEngineLoggingSource': ['default'],
|
||||||
|
'TripleoUILoggingSource': ['default'],
|
||||||
# There's one template that defines this
|
# There's one template that defines this
|
||||||
# differently, and I'm not sure if we can
|
# differently, and I'm not sure if we can
|
||||||
# safely change it.
|
# safely change it.
|
||||||
|
Loading…
Reference in New Issue
Block a user