zuul/releasenotes/notes/nodepool-statsd-3eb500893833cdc4.yaml
Paul Belanger b107af0c05 Update docs since zuul-web requires zookeeper
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>
2019-01-11 13:11:05 -05:00

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.