Compare commits
2 Commits
35b375ab0e
...
54bf70d336
Author | SHA1 | Date | |
---|---|---|---|
54bf70d336 | |||
513313d60f |
@ -15,7 +15,7 @@
|
|||||||
register: apt_res
|
register: apt_res
|
||||||
retries: 5
|
retries: 5
|
||||||
until: apt_res is success
|
until: apt_res is success
|
||||||
when: enable_prometheus_exporters is defined and enable_prometheus_exporters
|
when: enable_prometheus_exporters is defined and enable_prometheus_exporters and debian_version|int >= 12
|
||||||
|
|
||||||
- name: install frr configuration
|
- name: install frr configuration
|
||||||
template:
|
template:
|
||||||
|
@ -19,6 +19,10 @@ maxClientCnxns=200
|
|||||||
autopurge.snapRetainCount=3
|
autopurge.snapRetainCount=3
|
||||||
autopurge.purgeInterval=1
|
autopurge.purgeInterval=1
|
||||||
|
|
||||||
|
# Enable Prometheus metrics
|
||||||
|
metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider
|
||||||
|
metricsProvider.httpPort=9181
|
||||||
|
|
||||||
# Listen on port 2181 on the cluster IP
|
# Listen on port 2181 on the cluster IP
|
||||||
clientPort=2181
|
clientPort=2181
|
||||||
clientPortAddress={% for node in pvc_nodes if node.hostname == this_node %}{{ node.cluster_ip }}{% endfor %}
|
clientPortAddress={% for node in pvc_nodes if node.hostname == this_node %}{{ node.cluster_ip }}{% endfor %}
|
||||||
|
Reference in New Issue
Block a user