Add config variable needed by split stack branch
This commit is contained in:
parent
8e385712b6
commit
92dda40864
2 changed files with 3 additions and 0 deletions
|
@ -205,9 +205,11 @@ class rhizo_base {
|
|||
include rhizo_base::runit
|
||||
unless $osmo_stack == "split" {
|
||||
include rhizo_base::openbsc
|
||||
$use_nitb_osmo_stack = 'True'
|
||||
}
|
||||
if $osmo_stack == "split" {
|
||||
include rhizo_base::osmocom
|
||||
$use_nitb_osmo_stack = 'False'
|
||||
}
|
||||
include rhizo_base::sudo
|
||||
include rhizo_base::kiwi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue