591f2aa2d8
Drop the CollectdAmqpInstances parameter from collectd-write-qdr.yaml in order to allow an administrator to override the default specified topics. If the administrator of the cloud used collectd-write-qdr.yaml and then needed to override the topics, a merge of the defaults and custom topics would be added to the 10-amqp.conf for collectd, resulting in data being published to unused topics. Change-Id: I554d8677156934c4d49acb1346afea16339ad5c2 Signed-off-by: Leif Madsen <lmadsen@redhat.com>
17 lines
683 B
YAML
17 lines
683 B
YAML
---
|
|
prelude: >
|
|
Environment file collectd-write-qdr.yaml no longer specifies a default
|
|
CollectdAmqpInstances hash.
|
|
upgrade:
|
|
- |
|
|
When upgrading an environment that uses collectd-write-qdr.yaml the
|
|
CollectdAmqpInstances defaults previously specified need to be added to an
|
|
administrator provided environment file and used during the overcloud
|
|
deploy process.
|
|
fixes:
|
|
- |
|
|
The collectd-write-qdr.yaml no longer specifies a default
|
|
CollectdAmqpInstances hash. When specified, it was not possible to override
|
|
the parameter, resulting in a combined hash of the default values and the
|
|
administrators custom values which could lead to unexpected issues.
|