hiera: Add value for missing key rhizo::ggsn_ip_address
By default assume the ggsn is running on localhost. The ggsn_ip_address key is accessed in `modules/rhizo_base/manifests/openbsc.pp`.
This commit is contained in:
parent
9b75143309
commit
5608410953
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ rhizo::arfcn_B: "251"
|
|||
rhizo::auth_policy: "accept-all"
|
||||
rhizo::vpn_ip_address: "10.66.0.0"
|
||||
rhizo::wan_ip_address: "192.168.0.0"
|
||||
rhizo::ggsn_ip_address: "127.0.0.1"
|
||||
rhizo::lac: "1"
|
||||
rhizo::mcc: "001"
|
||||
rhizo::mnc: "001"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue