
This adds a reno note for upgrading to 3.4.0 about zuul-web needing access to zookeeper now. Also update our components diagram too. Change-Id: I60e9eaa6cc78306e71869602e330b4bec435d158 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
17 lines
760 B
YAML
17 lines
760 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The `zuul.nodepool` statistics have been moved under
|
|
`zuul.nodepool.requests` to allow sub-stats to work correctly.
|
|
For example `zuul.nodepool.requested` has become
|
|
`zuul.nodepool.requests.requested.total`. The previously missing
|
|
`label` and `size` counters are now available at
|
|
`zuul.nodepool.requests.<state>.<size|label>`. For more info see
|
|
the monitoring documentation.
|
|
# NOTE(pabelanger): We are adding this here, so reno properly updates in the
|
|
# 3.4.0 section.
|
|
- |
|
|
The zuul-web service now requires access to ZooKeeper, as a result you may
|
|
need to update your firewall allow access from the service. Additionally,
|
|
zuul.conf should now contain a :attr:`zookeeper` configuration section.
|