Skip to content
Snippets Groups Projects
Commit 0c266663 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'add-snmp-scraping' into 'master'

Make WR IP configurable in Ansible

See merge request !983
parents fb8bcf5c a104cdf6
No related branches found
No related tags found
1 merge request!983Make WR IP configurable in Ansible
...@@ -8,7 +8,8 @@ To rollout a new station, you will need: ...@@ -8,7 +8,8 @@ To rollout a new station, you will need:
1. an LCU, 1. an LCU,
2. a physical environment to configure its IPMI, 2. a physical environment to configure its IPMI,
3. IP addresses of the LCU and IPMI. 3. IP addresses of the LCU and IPMI,
4. IP addresses of the White Rabbit switch and PCONs.
### Preparation ### Preparation
......
...@@ -93,7 +93,7 @@ all: ...@@ -93,7 +93,7 @@ all:
dns_servers: dns_servers:
- 10.149.64.20 - 10.149.64.20
- 10.149.64.21 - 10.149.64.21
white_rabbit: "<White Rabbit IP address>"
``` ```
Run Run
......
...@@ -50,7 +50,7 @@ telemetry { ...@@ -50,7 +50,7 @@ telemetry {
services { services {
name = "white-rabbit-snmp" name = "white-rabbit-snmp"
id = "white-rabbit-snmp" id = "white-rabbit-snmp"
address = "10.151.68.20" address = "{{ white_rabbit }}"
port = 161 port = 161
tags = ["snmp-scrape"] tags = ["snmp-scrape"]
meta = { meta = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment