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

Make WR IP configurable in Ansible

parent b6512272
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:
1. an LCU,
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
......
......@@ -93,7 +93,7 @@ all:
dns_servers:
- 10.149.64.20
- 10.149.64.21
white_rabbit: "<White Rabbit IP address>"
```
Run
......
......@@ -50,7 +50,7 @@ telemetry {
services {
name = "white-rabbit-snmp"
id = "white-rabbit-snmp"
address = "10.151.68.20"
address = "{{ white_rabbit }}"
port = 161
tags = ["snmp-scrape"]
meta = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment