Add 3 more parameters
This commit is contained in:
parent
012c215f70
commit
5494bfd06b
1 changed files with 4 additions and 1 deletions
|
@ -60,11 +60,12 @@ class rhizo_base {
|
||||||
|
|
||||||
$max_power_red = hiera('rhizo::max_power_red')
|
$max_power_red = hiera('rhizo::max_power_red')
|
||||||
|
|
||||||
# VPN ip address
|
# IP address
|
||||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||||
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
||||||
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
|
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
|
||||||
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
||||||
|
$latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1')
|
||||||
|
|
||||||
# SITE settings
|
# SITE settings
|
||||||
# rate type can be "call" or "min"
|
# rate type can be "call" or "min"
|
||||||
|
@ -93,6 +94,7 @@ class rhizo_base {
|
||||||
$kannel_username = hiera('rhizo::kannel_username')
|
$kannel_username = hiera('rhizo::kannel_username')
|
||||||
$kannel_sendsms_password = hiera('rhizo::kannel_sendsms_password')
|
$kannel_sendsms_password = hiera('rhizo::kannel_sendsms_password')
|
||||||
$use_kannel = hiera('rhizo::use_kannel', 'yes')
|
$use_kannel = hiera('rhizo::use_kannel', 'yes')
|
||||||
|
$smpp_password = hiera('rhizo::smpp_password', 'Password')
|
||||||
|
|
||||||
# VOIP provider
|
# VOIP provider
|
||||||
$voip_provider_name = hiera('rhizo::voip_provider_name')
|
$voip_provider_name = hiera('rhizo::voip_provider_name')
|
||||||
|
@ -117,6 +119,7 @@ class rhizo_base {
|
||||||
|
|
||||||
#Number to send low VOIP Balance alert
|
#Number to send low VOIP Balance alert
|
||||||
$admin_contact = hiera('rhizo::admin_contact','')
|
$admin_contact = hiera('rhizo::admin_contact','')
|
||||||
|
$support_contact = hiera('rhizo::support_contact','')
|
||||||
|
|
||||||
#Device Geo Info
|
#Device Geo Info
|
||||||
$bsc_geo_lat = hiera('rhizo::bsc_geo_lat')
|
$bsc_geo_lat = hiera('rhizo::bsc_geo_lat')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue