From 56084109537d47e5ff51f140a02bb2829a5751af Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 9 Jul 2019 17:54:23 -0500 Subject: [PATCH] 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`. --- hieradata/site_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/site_template.yaml b/hieradata/site_template.yaml index 9c7437b..ccdb404 100644 --- a/hieradata/site_template.yaml +++ b/hieradata/site_template.yaml @@ -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"