TT#26264 Ensure haproxy is running on Carrier only (it is not necessary on CE/PRO)

Change-Id: Id8d010b11513db8c4dc796fc785bdb878e65e153
changes/50/20550/4
Alexander Lutay 9 years ago
parent e50dbef21d
commit cd8e64b585

@ -58,7 +58,7 @@ service:
haproxy.service:
enabled: false
running: [% is_lb && haproxy.enable == "yes" ? 'true' : 'false' %]
running: [% is_lb && haproxy.enable == "yes" && general.ngcp_type == 'carrier' ? 'true' : 'false' %]
hb_watchdog.service:
enabled: [% heartbeat.hb_watchdog.enable == 'yes' ? 'true' : 'false' %]

Loading…
Cancel
Save