Update OSMO Packages to install
This commit is contained in:
parent
368ea0eb54
commit
1df566ff1d
1 changed files with 4 additions and 4 deletions
|
@ -18,14 +18,14 @@ class rhizo_base::openbsc {
|
||||||
|
|
||||||
class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common {
|
class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common {
|
||||||
|
|
||||||
package { [ 'libosmoabis5', 'libosmocore8',
|
package { [ 'libosmo-abis', 'libosmocore',
|
||||||
'libosmogsm7', 'libosmovty3' ]:
|
'libosmocore-utils' ]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['notify-nitb'] ],
|
notify => [ Exec['notify-nitb'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'osmocom-nitb' ]:
|
package { [ 'osmocom-nitb', 'osmo-meas' ]:
|
||||||
ensure => 'latest',
|
ensure => 'latest',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['hlr_pragma_wal'],
|
notify => [ Exec['hlr_pragma_wal'],
|
||||||
|
@ -54,7 +54,7 @@ class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common {
|
||||||
class rhizo_base::openbsc::debian inherits rhizo_base::openbsc::common {
|
class rhizo_base::openbsc::debian inherits rhizo_base::openbsc::common {
|
||||||
|
|
||||||
package { [ 'osmocom-nitb' ]:
|
package { [ 'osmocom-nitb' ]:
|
||||||
ensure => '1.1.0',
|
ensure => '1.2.0',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['hlr_pragma_wal'],
|
notify => [ Exec['hlr_pragma_wal'],
|
||||||
Exec['notify-nitb'] ],
|
Exec['notify-nitb'] ],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue