From 8db7b78f1dda622214919c6a4baebbfabdfb73d0 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 19 Sep 2017 15:59:11 +0200 Subject: [PATCH] TT#22070 Do not search for process ngcp-sems on PRO/Carrier (sems-pbx is working there now) Change-Id: If855f3538ab1e7ae66d2d32fadab639241d2e1ce --- templates/410_process-ngcp.yaml.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/410_process-ngcp.yaml.tt2 b/templates/410_process-ngcp.yaml.tt2 index 5a36547..fd03084 100644 --- a/templates/410_process-ngcp.yaml.tt2 +++ b/templates/410_process-ngcp.yaml.tt2 @@ -93,9 +93,15 @@ process: mediator: running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] +[% general.ngcp_type == 'spce' -%] ngcp-sems: running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] +[% ELSE -%] + sems-pbx: + running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] + +[% END -%] ngcp-witnessd: running: true