This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/16224 )
Change subject: ansible: gsm-tester-prod: Set DNS server to a working service
......................................................................
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
---
M ansible/setup-gsm-tester.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, but someone else must approve
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved; Verified
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/*
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/16224
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I443cc560553c07635763a13bc73ead4835e6a009
Gerrit-Change-Number: 16224
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191126/7b17cd92/attachment.htm>