Merge "Drop CollectdAmqpInstances from collectd-write-qdr.yaml"

This commit is contained in:
Zuul 2021-08-21 00:16:12 +00:00 committed by Gerrit Code Review
commit 24c0be29d5
2 changed files with 16 additions and 8 deletions

View File

@ -7,11 +7,3 @@ resource_registry:
parameter_defaults: parameter_defaults:
CollectdConnectionType: amqp1 CollectdConnectionType: amqp1
CollectdAmqpSendQueueLimit: 40 CollectdAmqpSendQueueLimit: 40
CollectdAmqpInstances:
notify:
notify: true
format: JSON
presettle: false
telemetry:
format: JSON
presettle: false

View File

@ -0,0 +1,16 @@
---
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.