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
Branches
Tags
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 register or to comment