tripleo-heat-templates/environments/enable-stf.yaml
Emma Foley 9a30798b3e [collectd] Fix CollectdAmqpSendQueueLimit references
The option CollectdAmqpSendQueueLimit was introduced in [1]
to limit the memory usage of the collectd-amqp1 plugin.

The incorrect CollectdAmqpQueueLimit option is passed into
environment files.

References to the CollectdAmqpQueueLimit config option have
been replaced with CollectdAmqpSendQueueLimit, to allow for
correct configuration.

[1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/755288

Change-Id: Ibbcdfb1d148af33e5f4b82763119adf1d61b4203
2021-03-26 12:36:57 +00:00

41 lines
1.5 KiB
YAML

# This heat environment can be used to enable STF client side
resource_registry:
OS::TripleO::Services::Collectd: ../deployment/metrics/collectd-container-puppet.yaml
OS::TripleO::Services::MetricsQdr: ../deployment/metrics/qdr-container-puppet.yaml
OS::TripleO::Services::Redis: ../deployment/database/redis-pacemaker-puppet.yaml
OS::TripleO::Services::CeilometerAgentCentral: ../deployment/ceilometer/ceilometer-agent-central-container-puppet.yaml
OS::TripleO::Services::CeilometerAgentNotification: ../deployment/ceilometer/ceilometer-agent-notification-container-puppet.yaml
OS::TripleO::Services::ComputeCeilometerAgent: ../deployment/ceilometer/ceilometer-agent-compute-container-puppet.yaml
parameter_defaults:
NotificationDriver: 'messagingv2'
CeilometerQdrPublishEvents: true
CeilometerQdrPublishMetrics: true
EnableSTF: true
CollectdConnectionType: amqp1
CollectdAmqpInterval: 5
CollectdDefaultPollingInterval: 5
CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances:
notify:
notify: true
format: JSON
presettle: false
telemetry:
format: JSON
presettle: false
MetricsQdrAddresses:
- prefix: collectd
distribution: multicast
MetricsQdrSSLProfiles:
- name: sslProfile
# The snippet below should be added to a separate yaml file, edited, and
# passed in at deploy time.
#MetricsQdrConnectors:
# - host: qdr-normal-sa-telemetry.apps.remote.tld
# port: 443
# role: edge
# sslProfile: sslProfile
# verifyHostname: false