Split stack: Initial commit install/configure
This commit installs the osmo stack daemons and configuration if the hiera parameter rhizo::osmo_stack is 'split' Setting this param won't break anything for a nitb based install, but it will disable running the nitb and run osmo-bsc instead.
This commit is contained in:
parent
e6e7ff6afe
commit
f6395068c8
11 changed files with 598 additions and 1 deletions
19
modules/rhizo_base/templates/osmo-mgw2.cfg.erb
Normal file
19
modules/rhizo_base/templates/osmo-mgw2.cfg.erb
Normal file
|
@ -0,0 +1,19 @@
|
|||
!
|
||||
! MGCP (UNKNOWN) configuration by puppet
|
||||
!
|
||||
mgcp
|
||||
bind ip 127.0.0.2
|
||||
rtp port-range 8002 10001
|
||||
rtp bind-ip 172.16.0.1
|
||||
rtp ip-probing
|
||||
rtp ip-tos 184
|
||||
bind port 2428
|
||||
number endpoints 31
|
||||
loop 0
|
||||
force-realloc 1
|
||||
rtcp-omit
|
||||
rtp-patch ssrc
|
||||
rtp-patch timestamp
|
||||
rtp-accept-all 1
|
||||
line vty
|
||||
bind 127.0.0.2
|
Loading…
Add table
Add a link
Reference in a new issue