TT#113051 ngcpcfg-api.service is no longer running by default

ngcpcfg-api.service is supposed to be disabled by default, and running
only during ongoing deployments.

Fixes:

| not ok 218 - Service: ngcpcfg-api.service: enabled: doesn't match, expect: [true] found: [false]
| not ok 219 - Service: ngcpcfg-api.service: running: doesn't match, expect: [true] found: [false]

Change-Id: Ide7e17f90b83f205b79db689d2e226df4bc990da
mr10.3
Michael Prokop 4 years ago
parent 6f52ac4863
commit 3352cb0fb8

@ -108,8 +108,8 @@ service:
running: {{if and [% (is_proxy || is_li) && voisniff.daemon.start == 'yes' ? 1 : 0 %] .Vars.NODE_ACTIVE}} true {{else}} false {{end}}
ngcpcfg-api.service:
enabled: [% is_mgmt && general.ngcp_type != 'spce' ? 'true' : 'false' %]
running: [% is_mgmt && general.ngcp_type != 'spce' ? 'true' : 'false' %]
enabled: false
running: false
ngcp-faxserver.service:
enabled: false

Loading…
Cancel
Save