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.orglynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/9494 )
Change subject: ansible: gsm-tester: change production gsm_modems to 3
......................................................................
ansible: gsm-tester: change production gsm_modems to 3
In the production setup, there are only 3 valid modems.
Moving the variable into the host_vars so they can have
different amount of modem between rnd & prod.
Change-Id: Ic51a14a339bb9be50504a27a724f6f428ee7304f
---
M ansible/host_vars/osmo-gsm-tester-prod.yml
M ansible/host_vars/osmo-gsm-tester-rnd.yml
M ansible/setup-gsm-tester.yml
3 files changed, 6 insertions(+), 2 deletions(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
lynxis lazus: Verified
diff --git a/ansible/host_vars/osmo-gsm-tester-prod.yml b/ansible/host_vars/osmo-gsm-tester-prod.yml
index e87d8fb..2f9068e 100644
--- a/ansible/host_vars/osmo-gsm-tester-prod.yml
+++ b/ansible/host_vars/osmo-gsm-tester-prod.yml
@@ -4,3 +4,6 @@
ip: 10.42.42.53
- mac: 00:02:95:00:5a:a4
ip: 10.42.42.54
+
+# 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 b524752..2e9b0b7 100644
--- a/ansible/host_vars/osmo-gsm-tester-rnd.yml
+++ b/ansible/host_vars/osmo-gsm-tester-rnd.yml
@@ -2,3 +2,6 @@
udhcpd_static_leases:
- mac: 00:02:95:00:41:b3
ip: 10.42.42.53
+
+# how many modems are connected via a quadmodem?
+gsm_modems: 4
diff --git a/ansible/setup-gsm-tester.yml b/ansible/setup-gsm-tester.yml
index 02ebe0f..99cc3e4 100644
--- a/ansible/setup-gsm-tester.yml
+++ b/ansible/setup-gsm-tester.yml
@@ -17,8 +17,6 @@
- curl
roles:
- name: gsm-tester
- # how many modems are connected via a quadmodem?
- gsm_modems: 4
tags:
- gsm-tester
--
To view, visit https://gerrit.osmocom.org/9494
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: Ic51a14a339bb9be50504a27a724f6f428ee7304f
Gerrit-Change-Number: 9494
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
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/20180612/719f6b38/attachment.htm>