Change in osmo-ci[master]: ansible: ogt: Add new local IP addr to be available for resources

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Oct 26 14:01:29 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11468


Change subject: ansible: ogt: Add new local IP addr to be available for resources
......................................................................

ansible: ogt: Add new local IP addr to be available for resources

Change-Id: I32574a935289fa208647d16663b77c0708c0572c
---
M ansible/roles/gsm-tester-network/templates/interface.j2
1 file changed, 8 insertions(+), 3 deletions(-)



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

diff --git a/ansible/roles/gsm-tester-network/templates/interface.j2 b/ansible/roles/gsm-tester-network/templates/interface.j2
index c849210..f694261 100644
--- a/ansible/roles/gsm-tester-network/templates/interface.j2
+++ b/ansible/roles/gsm-tester-network/templates/interface.j2
@@ -46,20 +46,25 @@
 
 auto {{ bts_interface }}:8
 iface {{ bts_interface }}:8 inet static
-        address 10.42.42.50
+        address 10.42.42.10
         netmask 255.255.255.0
 
 auto {{ bts_interface }}:9
 iface {{ bts_interface }}:9 inet static
-        address 10.42.42.51
+        address 10.42.42.50
         netmask 255.255.255.0
 
 auto {{ bts_interface }}:10
 iface {{ bts_interface }}:10 inet static
-        address 10.42.42.52
+        address 10.42.42.51
         netmask 255.255.255.0
 
 auto {{ bts_interface }}:11
 iface {{ bts_interface }}:11 inet static
+        address 10.42.42.52
+        netmask 255.255.255.0
+
+auto {{ bts_interface }}:12
+iface {{ bts_interface }}:12 inet static
         address 10.42.42.53
         netmask 255.255.255.0

-- 
To view, visit https://gerrit.osmocom.org/11468
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: I32574a935289fa208647d16663b77c0708c0572c
Gerrit-Change-Number: 11468
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181026/750ccd95/attachment.htm>


More information about the gerrit-log mailing list