Osmo CNI has a new release, update versions

This commit is contained in:
Keith Whyte 2021-12-04 08:11:54 +01:00
parent 8722e706c0
commit 4001808b2a

View file

@ -45,7 +45,7 @@ class rhizo_base::osmocom {
} }
$bsc_version = $repo ? { $bsc_version = $repo ? {
'latest' => '1.7.0', 'latest' => 'installed',
'nightly' => 'latest', 'nightly' => 'latest',
default => '1.7.0', default => '1.7.0',
} }
@ -65,7 +65,7 @@ class rhizo_base::osmocom {
notify => Exec['sms_pragma_wal'] notify => Exec['sms_pragma_wal']
} }
package { [ 'libsmpp1', 'libosmo-sigtran5' ]: package { [ 'libsmpp1', 'libosmo-sigtran7' ]:
ensure => 'latest', ensure => 'latest',
} }
@ -76,7 +76,7 @@ class rhizo_base::osmocom {
} }
$sipcon_version = $repo ? { $sipcon_version = $repo ? {
'latest' => '1.5.1', 'latest' => 'installed',
'nightly' => 'latest', 'nightly' => 'latest',
default => '1.5.1', default => '1.5.1',
} }
@ -87,7 +87,7 @@ class rhizo_base::osmocom {
} }
$utils_version = $repo ? { $utils_version = $repo ? {
'latest' => '1.7.0', 'latest' => '1.8.0',
'nightly' => 'latest', 'nightly' => 'latest',
default => '1.7.0', default => '1.7.0',
} }