Comment 16 for bug 1729247

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/37205
Committed: http://github.com/Juniper/contrail-ansible-internal/commit/24b7cc891196a9ab864e790ec012c8c81069bb4b
Submitter: Zuul (<email address hidden>)
Branch: master

commit 24b7cc891196a9ab864e790ec012c8c81069bb4b
Author: dineshb-jnpr <email address hidden>
Date: Fri Nov 3 00:03:15 2017 -0700

Restart kube-manager service forever, on failure.

The systemd defualt is give up on restart of kube-manager, if the
process fails 5 times within 10 secs. But the desired behavior is
to keep retrying start of kubemanager. This commit sets the systemd
restart settings such that kubemanager failure will not hit the
failure threshold of systemd and hence systemd will keep restarting
kube-manager on failure.

Change-Id: Ic1ee7d781739b5a857d0c02cf6929f1dddcb72af
Partial-bug: #1729247