osmo: install meas utils and ensure nitb version

This commit is contained in:
Monocots 2020-03-24 23:07:52 +00:00 committed by Keith Whyte
parent cbd13217bd
commit 727742414d

View file

@ -38,7 +38,7 @@ class rhizo_base::openbsc {
$repo = hiera('rhizo::osmo_repo', 'latest') $repo = hiera('rhizo::osmo_repo', 'latest')
$nitb_version = $repo ? { $nitb_version = $repo ? {
'latest' => '1.3.1', 'latest' => '1.3.2',
'nightly' => 'latest', 'nightly' => 'latest',
default => '1.3.0', default => '1.3.0',
} }
@ -61,6 +61,8 @@ class rhizo_base::openbsc {
], ],
} }
package { [ 'osmo-bsc-meas-utils',
'libosmocore-utils' ]:
ensure => 'installed' ensure => 'installed'
} }