aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-26 12:49:35 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-02 17:08:04 +0000
commit6f5120ca37ad89b52ae5df43ed835f130c701e15 (patch)
treeb1a8d966f0a3f77b6aff62282d3a51498c02da6f
parent63c316738c5df1e92804b8b4939e2cb7e1c507f8 (diff)
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
-rw-r--r--ansible/host_vars/osmo-gsm-tester-prod.yml4
-rw-r--r--ansible/host_vars/osmo-gsm-tester-rnd.yml2
2 files changed, 3 insertions, 3 deletions
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