update osmocom versions
This commit is contained in:
parent
9812ec8935
commit
a871bf2139
1 changed files with 36 additions and 14 deletions
|
@ -20,25 +20,44 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
|
||||||
ensure => 'installed'
|
ensure => 'installed'
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'libosmoabis10' ]:
|
package { [ 'libosmoabis13', 'libosmotrau2' ]:
|
||||||
ensure => '1.4.1'
|
ensure => '1.5.2'
|
||||||
|
}
|
||||||
|
|
||||||
|
package { [ 'libosmonetif11' ]:
|
||||||
|
ensure => '1.4.0'
|
||||||
|
}
|
||||||
|
|
||||||
|
package { [ 'libosmo-ranap7' ]:
|
||||||
|
ensure => '1.5.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'libosmocore' ]:
|
package { [ 'libosmocore' ]:
|
||||||
ensure => '1.8.0'
|
ensure => '1.9.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'osmo-bsc', 'osmo-bsc-meas-utils' ]:
|
package { [ 'osmo-bsc', 'osmo-bsc-meas-utils' ]:
|
||||||
ensure => '1.9.0+rhizo3b',
|
schedule => 'offpeak',
|
||||||
|
ensure => '1.11.0.2.6c6ca~rhizomatica.production',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => Exec['notify-osmo-restart'],
|
notify => Exec['notify-osmo-restart'],
|
||||||
}
|
}
|
||||||
package { [ 'osmo-msc' ]:
|
package { [ 'osmo-msc' ]:
|
||||||
|
schedule => 'offpeak',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
ensure => '1.10.0.77.11e4b~rhizomatica.production',
|
ensure => '1.9.0.92.a021a~rhizomatica.production',
|
||||||
}
|
}
|
||||||
package { [ 'osmo-sgsn', 'libgtp6' ]:
|
package { [ 'osmo-mgw', 'libosmo-mgcp-client12' ]:
|
||||||
ensure => "$repo" ? { "latest" => '1.10.1', "nightly" => "installed" },
|
schedule => 'offpeak',
|
||||||
|
require => Class['rhizo_base::apt'],
|
||||||
|
ensure => '1.12.2.8.78a93~rhizomatica.production',
|
||||||
|
}
|
||||||
|
package { [ 'osmo-sgsn' ]:
|
||||||
|
ensure => "$repo" ? { "latest" => '1.11.1.2.01c5~rhizomatica.production', "nightly" => "installed" },
|
||||||
|
require => Class['rhizo_base::apt'],
|
||||||
|
}
|
||||||
|
package { [ 'libgtp6' ]:
|
||||||
|
ensure => "$repo" ? { "latest" => '1.11.0', "nightly" => "installed" },
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
}
|
}
|
||||||
package { [ 'osmo-sip-connector' ]:
|
package { [ 'osmo-sip-connector' ]:
|
||||||
|
@ -47,9 +66,15 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
|
||||||
}
|
}
|
||||||
package { [ 'osmo-hlr', 'libosmo-mslookup1', 'osmo-mslookup-utils',
|
package { [ 'osmo-hlr', 'libosmo-mslookup1', 'osmo-mslookup-utils',
|
||||||
'libosmo-gsup-client0' ]:
|
'libosmo-gsup-client0' ]:
|
||||||
ensure => '1.6.0.19.80b2~rhizomatica.production',
|
schedule => 'offpeak',
|
||||||
|
ensure => '1.7.0.10.6784~rhizomatica.production',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
}
|
}
|
||||||
|
package { [ 'osmo-stp' ]:
|
||||||
|
ensure => '1.8.1',
|
||||||
|
require => Class['rhizo_base::apt'],
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::osmocom::common {
|
class rhizo_base::osmocom::common {
|
||||||
|
@ -82,7 +107,8 @@ class rhizo_base::osmocom::common {
|
||||||
$mgw_num_ep = hiera('rhizo::mgw_num_ep', $bts.size * 24)
|
$mgw_num_ep = hiera('rhizo::mgw_num_ep', $bts.size * 24)
|
||||||
$osmo_local_bin = hiera('rhizo::osmo_local_bin', [])
|
$osmo_local_bin = hiera('rhizo::osmo_local_bin', [])
|
||||||
|
|
||||||
package { "osmocom-nitb":
|
package { [ "osmocom-nitb", 'libosmo-sigtran7',
|
||||||
|
'libosmo-mgcp-client9', 'libosmonetif8' ]:
|
||||||
ensure => 'absent'
|
ensure => 'absent'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,15 +117,11 @@ class rhizo_base::osmocom::common {
|
||||||
ensure => 'installed',
|
ensure => 'installed',
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'libsmpp1', 'libosmo-sigtran7',
|
package { [ 'libsmpp1', 'libosmo-sigtran9' ]:
|
||||||
'libosmo-mgcp-client9',
|
|
||||||
'libosmonetif8', 'libosmotrau2',
|
|
||||||
'osmo-stp', 'osmo-mgw' ]:
|
|
||||||
ensure => 'installed',
|
ensure => 'installed',
|
||||||
require => Class['rhizo_base::apt']
|
require => Class['rhizo_base::apt']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$ts0_phys_chan = { "unknown" => "CCCH",
|
$ts0_phys_chan = { "unknown" => "CCCH",
|
||||||
"1002" => "CCCH+SDCCH4",
|
"1002" => "CCCH+SDCCH4",
|
||||||
"1020" => "CCCH+SDCCH4",
|
"1020" => "CCCH+SDCCH4",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue