Update osmo-hlr
Also restart the service on package update
This commit is contained in:
parent
34dc965338
commit
b678d91563
2 changed files with 11 additions and 3 deletions
|
@ -34,7 +34,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
|
|||
}
|
||||
package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils',
|
||||
'libosmo-gsup-client0' ]:
|
||||
ensure => '1.5.0+rhizo4b',
|
||||
ensure => '1.5.0+rhizo5b',
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ class rhizo_base::osmocom::stretch inherits rhizo_base::osmocom::common {
|
|||
}
|
||||
package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils',
|
||||
'libosmo-gsup-client0' ]:
|
||||
ensure => '1.5.0+rhizo4s',
|
||||
ensure => '1.5.0+rhizo5s',
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
}
|
||||
|
@ -212,7 +212,14 @@ class rhizo_base::osmocom::common {
|
|||
target => '../../python3/dist-packages/osmopy'
|
||||
}
|
||||
|
||||
service { [ 'osmo-stp', 'osmo-hlr', 'osmo-bsc',
|
||||
service { 'osmo-hlr':
|
||||
provider => 'systemd',
|
||||
enable => true,
|
||||
ensure => 'running',
|
||||
subscribe => Package['osmo-hlr'],
|
||||
}
|
||||
|
||||
service { [ 'osmo-stp', 'osmo-bsc',
|
||||
'osmo-msc', 'osmo-mgw',
|
||||
'osmo-sgsn', 'osmo-sip-connector' ]:
|
||||
provider => 'systemd',
|
||||
|
|
|
@ -62,6 +62,7 @@ mslookup
|
|||
mdns bind 239.192.23.42 4266
|
||||
service sip.voice at <%= @vpn_ip_address %> 5060
|
||||
service smpp.sms at <%= @vpn_ip_address %> 2775
|
||||
max-age 14400
|
||||
client
|
||||
mdns bind 239.192.23.42 4266
|
||||
timeout 1500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue