First version of BTS provision script

This commit is contained in:
Keith Whyte 2020-04-29 05:04:58 +02:00
parent 72568990a0
commit 5238b5a847
11 changed files with 98 additions and 0 deletions

View file

@ -6,6 +6,8 @@ function logc() {
echo "[`date '+%d-%m-%Y %H:%M:%S'`] $txt" >> $LOGFILE
}
SITE=<%= @site_name %>
#BTSs IP addresses (for amps etc)
declare -a BTS
declare -a BTS_MASTER
@ -17,6 +19,8 @@ BTS_MASTER[<%= index %>]=<%= bts["ip"] %>
<% end -%>
<% end -%>
BTSPASS=<%= @bts_pass %>
LATENCY_HOST=<%= @latency_check_address %>
LATENCY_TINC=<%= @latency_check_vpn %>
STAT_DISK=<%= @stats_disk %>