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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Configuration settings
|
||||
use_nitb_osmo_stack = <%= @use_nitb_osmo_stack %>
|
||||
reload_on_call = 0
|
||||
default_log_level = '<%= @default_log_level %>'
|
||||
lcls = <%= @lcls %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue