Add configuration for vSat
Add sems install and config Add FS profiles for Vsat incoming calls via sems + related gateway
This commit is contained in:
parent
74b07b1fa8
commit
ec16a0ddc1
10 changed files with 939 additions and 0 deletions
|
@ -124,6 +124,7 @@ class rhizo_base {
|
|||
$reg_provider = hiera('rhizo::reg_provider', 'true')
|
||||
$voip_chans_max = hiera('rhizo::voip_chans_max', '200')
|
||||
$voip_mod = hiera('rhizo::voip_mod', 'lambda num: num')
|
||||
$has_vsat = hiera('rhizo::has_vsat', 0)
|
||||
|
||||
# Subscription SMS notification
|
||||
$notice_msg = hiera('rhizo::notice_msg')
|
||||
|
@ -197,6 +198,9 @@ class rhizo_base {
|
|||
if $operatingsystem != 'Debian' {
|
||||
include rhizo_base::icinga
|
||||
}
|
||||
if $has_vsat == 1 {
|
||||
include rhizo_base::sems
|
||||
}
|
||||
|
||||
if $vpn_ip_address == $riak_ip_address {
|
||||
if $operatingsystem != 'Debian' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue