Change in osmo-ci[master]: ansible: chanage production gsm_modems to 3

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
Thu Jun 7 13:24:40 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/9494


Change subject: ansible: chanage production gsm_modems to 3
......................................................................

ansible: chanage 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(-)



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

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: newchange
Gerrit-Change-Id: Ic51a14a339bb9be50504a27a724f6f428ee7304f
Gerrit-Change-Number: 9494
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180607/f137bea6/attachment.htm>


More information about the gerrit-log mailing list