Pau Espin Pedrol has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/42/9742/1 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: newchange Gerrit-Change-Id: I9eadb0329a670ce6c2254520d9c86bfbdc898b3a Gerrit-Change-Number: 9742 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <[email protected]>
