aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/host_vars
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-06-07 15:24:26 +0200
committerlynxis lazus <lynxis@fe80.eu>2018-06-12 16:17:27 +0000
commitfeda39b8e7844a4a6af0375b19b9ff409ff7ce14 (patch)
tree5c445391acb0fad04b3ef20c9b9a604c70fc177f /ansible/host_vars
parentecb756f37cb4f44792930f17d25d3b14c8b1a7e6 (diff)
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
Diffstat (limited to 'ansible/host_vars')
-rw-r--r--ansible/host_vars/osmo-gsm-tester-prod.yml3
-rw-r--r--ansible/host_vars/osmo-gsm-tester-rnd.yml3
2 files changed, 6 insertions, 0 deletions
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 @@ udhcpd_static_leases:
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