96bac7b486
This adds a program, zookeeper-statsd, which monitors zookeeper metrics and reports them to statsd. It also adds a container to run that program. And it runs the container on each of the ZooKeeper quorum members. And it updates the graphite host to allow statsd traffic from quorum members. And it updates the 4-letter-word whitelist to allow the mntr command (which is used to gather metrics) to be issued. Change-Id: I298f0b13a05cc615d8496edd4622438507fc5423
16 lines
557 B
YAML
16 lines
557 B
YAML
iptables_extra_allowed_hosts:
|
|
- hostname: bridge.openstack.org
|
|
port: 8125
|
|
protocol: udp
|
|
- hostname: opendev.org
|
|
port: 8125
|
|
protocol: udp
|
|
|
|
iptables_extra_allowed_groups:
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'firehose'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'mirror-update'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'logstash'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'nodepool'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'zookeeper'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul'}
|