Add osmo-stp config file
This commit is contained in:
parent
2b960b5fa3
commit
f243fab7ab
2 changed files with 25 additions and 0 deletions
|
@ -99,6 +99,12 @@ class rhizo_base::osmocom {
|
||||||
# but with the service outage that restarting the split stack entails,
|
# but with the service outage that restarting the split stack entails,
|
||||||
# I don't want to even give puppet the possibility to do that.
|
# I don't want to even give puppet the possibility to do that.
|
||||||
|
|
||||||
|
|
||||||
|
file { '/etc/osmocom/osmo-stp.cfg':
|
||||||
|
content => template('rhizo_base/osmo-stp.cfg.erb'),
|
||||||
|
require => Package['osmo-stp'],
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/osmocom/osmo-hlr.cfg':
|
file { '/etc/osmocom/osmo-hlr.cfg':
|
||||||
content => template('rhizo_base/osmo-hlr.cfg.erb'),
|
content => template('rhizo_base/osmo-hlr.cfg.erb'),
|
||||||
require => Package['osmo-hlr'],
|
require => Package['osmo-hlr'],
|
||||||
|
|
19
modules/rhizo_base/templates/osmo-stp.cfg.erb
Normal file
19
modules/rhizo_base/templates/osmo-stp.cfg.erb
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
!
|
||||||
|
! osmo-stp (UNKNOWN) configuration by puppet
|
||||||
|
!!
|
||||||
|
!
|
||||||
|
log stderr
|
||||||
|
logging filter all 1
|
||||||
|
logging color 1
|
||||||
|
logging print category 1
|
||||||
|
logging print level 1
|
||||||
|
logging timestamp 0
|
||||||
|
logging level set-all notice
|
||||||
|
line vty
|
||||||
|
no login
|
||||||
|
!
|
||||||
|
cs7 instance 0
|
||||||
|
xua rkm routing-key-allocation dynamic-permitted
|
||||||
|
listen m3ua 2905
|
||||||
|
accept-asp-connections dynamic-permitted
|
||||||
|
local-ip ::
|
Loading…
Add table
Add a link
Reference in a new issue