Change in osmo-ci[master]: ansible: gsm-tester: Assign IP addr in different range to nanobts

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jul 2 17:08:05 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9742 )

Change subject: ansible: gsm-tester: Assign IP addr in different range to nanobts
......................................................................

ansible: gsm-tester: Assign IP addr in different range to nanobts

We currently use range around 10.42.42.1-10 for local dynamically
assigned IP addresses (osmo-msc, osmo-bsc, etc.).
The range 10.42.42.50-60 for local statically assigned IP addresses
(to run osmo-bts-trx sysmocell-5k for instance, where the other end
is cofigured with a static dst addr).
For remote addresses, we use IPs in the range 10.42.42.110-120.
Let's create a new range in 10.42.42.120-130 for remote addressess
assigned by udhcpd server.

nanobts assigned assdresses are moved to the latest group to
differentiate them easily and show that they are not IP addr used
locally.

Change-Id: I9eadb0329a670ce6c2254520d9c86bfbdc898b3a
---
M ansible/host_vars/osmo-gsm-tester-prod.yml
M ansible/host_vars/osmo-gsm-tester-rnd.yml
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  lynxis lazus: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Verified



diff --git a/ansible/host_vars/osmo-gsm-tester-prod.yml b/ansible/host_vars/osmo-gsm-tester-prod.yml
index 2f9068e..ee9edea 100644
--- a/ansible/host_vars/osmo-gsm-tester-prod.yml
+++ b/ansible/host_vars/osmo-gsm-tester-prod.yml
@@ -1,9 +1,9 @@
 ---
 udhcpd_static_leases:
   - mac: 00:02:95:00:52:ae
-    ip: 10.42.42.53
+    ip: 10.42.42.120
   - mac: 00:02:95:00:5a:a4
-    ip: 10.42.42.54
+    ip: 10.42.42.121
 
 # how many modems are connected via a quadmodem?
 gsm_modems: 3
diff --git a/ansible/host_vars/osmo-gsm-tester-rnd.yml b/ansible/host_vars/osmo-gsm-tester-rnd.yml
index 2e9b0b7..a9c7a24 100644
--- a/ansible/host_vars/osmo-gsm-tester-rnd.yml
+++ b/ansible/host_vars/osmo-gsm-tester-rnd.yml
@@ -1,7 +1,7 @@
 ---
 udhcpd_static_leases:
   - mac: 00:02:95:00:41:b3
-    ip: 10.42.42.53
+    ip: 10.42.42.120
 
 # how many modems are connected via a quadmodem?
 gsm_modems: 4

-- 
To view, visit https://gerrit.osmocom.org/9742
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9eadb0329a670ce6c2254520d9c86bfbdc898b3a
Gerrit-Change-Number: 9742
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180702/fb9d2a0a/attachment.htm>


More information about the gerrit-log mailing list