Commiting various minor changes

This commit is contained in:
Keith Whyte 2023-01-04 01:46:40 +01:00
parent 1cd5263e40
commit e37d5cb55f
4 changed files with 7 additions and 6 deletions

View file

@ -95,7 +95,7 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
release => './', release => './',
repos => '', repos => '',
key => { key => {
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF', 'id' => '6B2A9F3792D15EB70D4E6A8F86A730B653725973',
'source' => 'https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10/Release.key' 'source' => 'https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10/Release.key'
}, },
notify => Exec['apt_update'], notify => Exec['apt_update'],
@ -157,7 +157,8 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
file { [ '/etc/apt/sources.list.d/osmocom-latest.list', file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
'/etc/apt/sources.list.d/osmocom-nightly.list', '/etc/apt/sources.list.d/osmocom-nightly.list',
'/etc/apt/sources.list.d/osmocom.list' ]: '/etc/apt/sources.list.d/osmocom.list',
'/etc/apt/sources.list.d/apt.postgresql.org.list' ]:
ensure => absent, ensure => absent,
} }
} }

View file

@ -300,8 +300,8 @@ schedule { 'never':
owner => 'root', owner => 'root',
} }
$bts_user = { 'UmSite' => 'fairwaves', '2050M' => 'root', '2050S' => 'root', $bts_user = { 'UmSite' => 'fairwaves@', 'UmSite1' => 'rhizomatica@', '2050M' => 'root@', '2050S' => 'root@',
'1020' => 'root', '2100' => 'root', 'ocsdr' => 'oc', '1002' => 'root' } '1020' => 'root@', '2100' => 'root@', 'ocsdr' => 'oc@', '1002' => 'root@' }
file { "/etc/profile.d/rccn-functions.sh": file { "/etc/profile.d/rccn-functions.sh":
ensure => present, ensure => present,
content => template('rhizo_base/rccn-functions.sh.erb'), content => template('rhizo_base/rccn-functions.sh.erb'),

View file

@ -78,7 +78,7 @@ network
handover2 window rxlev averaging 7 handover2 window rxlev averaging 7
handover2 window rxlev neighbor averaging 7 handover2 window rxlev neighbor averaging 7
handover2 power budget interval 6 handover2 power budget interval 6
handover2 power budget hysteresis 10 handover2 power budget hysteresis 12
handover2 maximum distance 10 handover2 maximum distance 10
handover2 min rxlev -95 handover2 min rxlev -95
handover2 min rxqual 5 handover2 min rxqual 5

View file

@ -80,7 +80,7 @@ f() {
tmux a -t SIP tmux a -t SIP
return return
fi fi
tmux new-session -n SIP "sudo sngrep -d any" \; splitw -p 60 "fs_cli -r" \; select-window -t SIP \; tmux new-session -s SIP "sudo sngrep -d any" \; splitw -p 60 "fs_cli -r" \; select-window -t SIP \;
} }
rk_ext() { rk_ext() {