ansible: gsm-tester: Add IP addr for osmo-bts-octphy to bind to

Change-Id: I708960790e330a24c653f162b767d3b3ca4d145d
This commit is contained in:
Pau Espin 2018-06-26 13:05:27 +02:00
parent 7a647cfb43
commit d426342c1e
1 changed files with 4 additions and 0 deletions

View File

@ -54,3 +54,7 @@ iface {{ bts_interface }}:9 inet static
address 10.42.42.51
netmask 255.255.255.0
auto {{ bts_interface }}:10
iface {{ bts_interface }}:10 inet static
address 10.42.42.52
netmask 255.255.255.0