Enable core dumps for SGSN

This commit is contained in:
Keith Whyte 2020-10-22 05:28:38 +02:00
parent 814c343721
commit 9ba225a86c
2 changed files with 11 additions and 0 deletions

View file

@ -11,6 +11,9 @@
# Sample Usage:
#
class rhizo_base::openbsc {
include systemd
$network_name = $rhizo_base::network_name
$auth_policy = $rhizo_base::auth_policy
$lac = $rhizo_base::lac
@ -141,6 +144,11 @@ class rhizo_base::openbsc {
notify => Service['osmo-sgsn'],
}
systemd::dropin_file { 'override.conf':
unit => 'osmo-sgsn.service',
source => 'puppet:///modules/rhizo_base/systemd/coredump.override'
}
$sgsn_version = $repo ? {
'latest' => '1.6.0+rhizo1',
'nightly' => 'latest',