Add config variable needed by split stack branch

This commit is contained in:
Keith Whyte 2020-10-28 17:03:24 +01:00
parent 8e385712b6
commit 92dda40864
2 changed files with 3 additions and 0 deletions

View file

@ -205,9 +205,11 @@ class rhizo_base {
include rhizo_base::runit include rhizo_base::runit
unless $osmo_stack == "split" { unless $osmo_stack == "split" {
include rhizo_base::openbsc include rhizo_base::openbsc
$use_nitb_osmo_stack = 'True'
} }
if $osmo_stack == "split" { if $osmo_stack == "split" {
include rhizo_base::osmocom include rhizo_base::osmocom
$use_nitb_osmo_stack = 'False'
} }
include rhizo_base::sudo include rhizo_base::sudo
include rhizo_base::kiwi include rhizo_base::kiwi

View file

@ -2,6 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Configuration settings # Configuration settings
use_nitb_osmo_stack = <%= @use_nitb_osmo_stack %>
reload_on_call = 0 reload_on_call = 0
default_log_level = '<%= @default_log_level %>' default_log_level = '<%= @default_log_level %>'
lcls = <%= @lcls %> lcls = <%= @lcls %>