aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-26 13:30:42 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-26 13:30:44 +0100
commit55c6811513750a89b822ba506f7823e67cc5a6bf (patch)
tree67b065611e4269fa74ac678918fddaa13f2203e2
parent15e2204a9fa9deb9f4777d593c5c16442c827379 (diff)
ansible: gsm-tester-prod: Set DNS server to a working service
10.42.42.2 is simply one of the IP addresses assigned to osmo-gsm-tester main unit on its own internal network (the one used between itself and the connected BTS or helper hosts). There's no DNS server running there. The main unit already runs lots of services, and there's really no need for a DNS server running there, so simply point it to a working DNS server. Change-Id: I443cc560553c07635763a13bc73ead4835e6a009
-rw-r--r--ansible/setup-gsm-tester.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/setup-gsm-tester.yml b/ansible/setup-gsm-tester.yml
index 99cc3e4..43ef753 100644
--- a/ansible/setup-gsm-tester.yml
+++ b/ansible/setup-gsm-tester.yml
@@ -51,6 +51,6 @@
udhcpd_range_start: 10.42.42.230
udhcpd_range_end: 10.42.42.235
udhcpd_subnet: 255.255.255.0
- udhcpd_dns: 10.42.42.2
+ udhcpd_dns: 8.8.8.8
udhcpd_interface: enp2s0
# udhcpd_static_leases is set via host_vars/*