From 727742414d8f0781af66a21666a8ed1b336bcef5 Mon Sep 17 00:00:00 2001 From: Monocots Date: Tue, 24 Mar 2020 23:07:52 +0000 Subject: [PATCH] osmo: install meas utils and ensure nitb version --- modules/rhizo_base/manifests/openbsc.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/openbsc.pp b/modules/rhizo_base/manifests/openbsc.pp index 254a7f4..824af83 100644 --- a/modules/rhizo_base/manifests/openbsc.pp +++ b/modules/rhizo_base/manifests/openbsc.pp @@ -38,7 +38,7 @@ class rhizo_base::openbsc { $repo = hiera('rhizo::osmo_repo', 'latest') $nitb_version = $repo ? { - 'latest' => '1.3.1', + 'latest' => '1.3.2', 'nightly' => 'latest', default => '1.3.0', } @@ -61,6 +61,8 @@ class rhizo_base::openbsc { ], } + package { [ 'osmo-bsc-meas-utils', + 'libosmocore-utils' ]: ensure => 'installed' }