puppet/hieradata/site_template.yaml
Matt Johnson e2b93afc67 hiera: Add missing key rhizo::local_bsc_cfg
The key referred to in `modules/rhizo_base/manifests/openbsc.pp`. A
default value of 0 (anything but "1") will result in a new config
being generated from a template.
2019-07-18 11:41:30 -05:00

45 lines
1.6 KiB
YAML

# Site specific info
# For value with IP address, you should configure
# a valid IP address for your system.
rhizo::bts1_ip_address: "172.16.0.11"
rhizo::site_name: "Site"
rhizo::postcode: "12345"
rhizo::pbxcode: "1"
rhizo::network_name: "NetworkName"
rhizo::arfcn_A: "249"
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"
rhizo::gprs: "none"
rhizo::local_bsc_cfg: "0"
#Emergency call contact
rhizo::emergency_contact: "12345"
# VoIP provider info
rhizo::voip_provider_name: "provider"
rhizo::voip_username: "1234567890"
rhizo::voip_fromuser: "1234567890"
rhizo::voip_password: "1234"
rhizo::voip_pin: "1234"
rhizo::voip_proxy: "10.10.10.10"
rhizo::voip_did: "12345678901"
rhizo::voip_cli: "12345678901"
rhizo::use_sip: "yes"
rhizo::reg_provider: "false"
#Device Info
rhizo::bsc_geo_lat: "0.0"
rhizo::bsc_geo_lon: "0.0"
rhizo::bts1_geo_lat: "0.0"
rhizo::bts1_geo_lon: "0.0"
rhizo::link1_ip_address: "127.0.0.1"
rhizo::link1_geo_lat: "0.0"
rhizo::link1_geo_lon: "0.0"