FS: Make mncc IP addr configurable
This commit is contained in:
parent
264e850ce0
commit
53afabc27e
3 changed files with 6 additions and 4 deletions
|
@ -104,6 +104,7 @@ class rhizo_base::freeswitch::common {
|
|||
$voip_password = $rhizo_base::voip_password
|
||||
$voip_proxy = $rhizo_base::voip_proxy
|
||||
$sip_central_ip_address = $rhizo_base::sip_central_ip_address
|
||||
$mncc_ip_address = $rhizo_base::mncc_ip_address
|
||||
|
||||
package {
|
||||
['freeswitch', 'freeswitch-lang-en',
|
||||
|
|
|
@ -64,6 +64,7 @@ class rhizo_base {
|
|||
$inter_codec = hiera('rhizo::inter_codec', 'G729')
|
||||
|
||||
# IP address
|
||||
$mncc_ip_address = hiera('rhizo::mncc_ip_address', '172.16.0.1')
|
||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
||||
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue