Enable core dumps for SGSN
This commit is contained in:
parent
814c343721
commit
9ba225a86c
2 changed files with 11 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue