Add a VPN latency check IP
This commit is contained in:
parent
dbcad31a43
commit
4a16a9d52d
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ class rhizo_base {
|
|||
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
|
||||
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
||||
$latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1')
|
||||
$latency_check_vpn = hiera('rhizo::latency_check_vpn','10.23.0.2')
|
||||
|
||||
$stats_disk = hiera('rhizo::stats_disk','')
|
||||
$stats_if = hiera('rhizo::stats_if','eth0')
|
||||
|
|
|
@ -19,6 +19,7 @@ BTS3=<%= @bts3_ip_address %>
|
|||
<% end -%>
|
||||
|
||||
LATENCY_HOST=<%= @latency_check_address %>
|
||||
LATENCY_TINC=<%= @latency_check_vpn %>
|
||||
STAT_DISK=<%= @stats_disk %>
|
||||
STAT_IF=<%= @stats_if %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue