diff --git a/hieradata/defaults.yaml b/hieradata/defaults.yaml index 040d2e5..8857232 100644 --- a/hieradata/defaults.yaml +++ b/hieradata/defaults.yaml @@ -49,6 +49,13 @@ rhizo::deactivate_msg: "Su servicio ha sido desactivado hasta que #OpenBSC config rhizo::max_power_red: "0" +rhizo::bts_type: "litecel" + +#Misc +rhizo::use_ups: "no" +rhizo::use_sip: "no" +rhizo::advice_email: "[ 'your@email.address' ] + #SSH keys sshkeys::keys: diff --git a/hieradata/site_template.yaml b/hieradata/site_template.yaml index 2a6b92f..6cde465 100644 --- a/hieradata/site_template.yaml +++ b/hieradata/site_template.yaml @@ -23,3 +23,14 @@ rhizo::voip_pin: "1234" rhizo::voip_proxy: "10.10.10.10" rhizo::voip_did: "12345678901" rhizo::voip_cli: "12345678901" + +#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"