First version of BTS provision script
This commit is contained in:
parent
72568990a0
commit
5238b5a847
11 changed files with 98 additions and 0 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue