Openbsc manifest, package changes

This commit is contained in:
Wile E. Coyote 2018-11-14 13:18:18 +00:00
parent 7afc8840eb
commit c738e3c254

View file

@ -19,15 +19,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 { [ 'libosmoabis5', 'libosmocore8',
'libosmoctrl0', 'libosmogsm7', 'libosmogsm7', 'libosmovty3' ]:
'libosmovty3' ]:
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' ]:
ensure => '0.15.1-0rhizo5', ensure => 'latest',
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'] ],
@ -54,12 +53,16 @@ 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.0.0', ensure => '1.1.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'] ],
} }
package { [ 'libosmocore-utils' ]:
ensure => installed,
}
} }
class rhizo_base::openbsc::common { class rhizo_base::openbsc::common {