Add sgsn ip to hiera
This commit is contained in:
parent
a6f5127f8f
commit
11f589dafc
2 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ class rhizo_base::openbsc {
|
||||||
$gprs = $rhizo_base::gprs
|
$gprs = $rhizo_base::gprs
|
||||||
$mncc_ip_address = $rhizo_base::mncc_ip_address
|
$mncc_ip_address = $rhizo_base::mncc_ip_address
|
||||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||||
|
$sgsn_ip_address = hiera('rhizo::sgsn_ip_address')
|
||||||
$ggsn_ip_address = hiera('rhizo::ggsn_ip_address')
|
$ggsn_ip_address = hiera('rhizo::ggsn_ip_address')
|
||||||
$repo = hiera('rhizo::osmo_repo', 'latest')
|
$repo = hiera('rhizo::osmo_repo', 'latest')
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@ network
|
||||||
gprs nsvc 0 nsvci <%= @lac %>0
|
gprs nsvc 0 nsvci <%= @lac %>0
|
||||||
gprs nsvc 0 local udp port 23<%= @lac %>
|
gprs nsvc 0 local udp port 23<%= @lac %>
|
||||||
gprs nsvc 0 remote udp port 23001
|
gprs nsvc 0 remote udp port 23001
|
||||||
gprs nsvc 0 remote ip <%= @ggsn_ip_address %>
|
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
|
||||||
<% else -%> gprs mode none
|
<% else -%> gprs mode none
|
||||||
<% end -%> no force-combined-si
|
<% end -%> no force-combined-si
|
||||||
trx 0
|
trx 0
|
||||||
|
@ -248,7 +248,7 @@ network
|
||||||
gprs nsvc 0 nsvci <%= @lac %>1
|
gprs nsvc 0 nsvci <%= @lac %>1
|
||||||
gprs nsvc 0 local udp port 23<%= @lac %>
|
gprs nsvc 0 local udp port 23<%= @lac %>
|
||||||
gprs nsvc 0 remote udp port 23001
|
gprs nsvc 0 remote udp port 23001
|
||||||
gprs nsvc 0 remote ip <%= @ggsn_ip_address %>
|
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
|
||||||
<% else -%> gprs mode none
|
<% else -%> gprs mode none
|
||||||
<% end -%> no force-combined-si
|
<% end -%> no force-combined-si
|
||||||
depends-on-bts 0
|
depends-on-bts 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue