[PATCH] osmo-ci[master]: ansible: setup-gsm-tester: use udhcpd as dhcp server

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Apr 10 16:29:23 UTC 2018


Review at  https://gerrit.osmocom.org/7736

ansible: setup-gsm-tester: use udhcpd as dhcp server

Required for ip.access
Change-Id: I5ae43ebcd3c87e625110d8ff6afa0476f4b1facf
---
M ansible/setup-gsm-tester.yml
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/36/7736/1

diff --git a/ansible/setup-gsm-tester.yml b/ansible/setup-gsm-tester.yml
index 8232102..a1a0389 100644
--- a/ansible/setup-gsm-tester.yml
+++ b/ansible/setup-gsm-tester.yml
@@ -37,3 +37,12 @@
       generic_slave: false
       tags:
         - jenkins-slave
+
+    - name: udhcpd
+      udhcpd_router: 10.42.42.1
+      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_interface: enp2s0
+      # udhcpd_static_leases is set via host_vars/*

-- 
To view, visit https://gerrit.osmocom.org/7736
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ae43ebcd3c87e625110d8ff6afa0476f4b1facf
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list