TT#26264 Cleanup ngcp-hb-watchdog systemd service support

Rename ngcp-hb-watchdog service and process to the new names.

Change-Id: Ie4c89306340da8273a557ed5156a0b48dd5efd28
changes/78/20778/2
Guillem Jover 8 years ago
parent 47f5eab28b
commit 08a4a3101c

@ -28,7 +28,9 @@ process:
glusterfs:
running: true
hb_watchdog:
# We have to use a truncated process name because that's the COMM limit
# on Linux (15 characters).
ngcp-hb-watchdo:
running: true
heartbeat:

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

Loading…
Cancel
Save