Comment 7 for bug 1729247

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

Reviewed: https://review.opencontrail.org/37141
Committed: http://github.com/Juniper/contrail-ansible-internal/commit/26b5e6507a3c66e3a8370fe0f626059112aff334
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 26b5e6507a3c66e3a8370fe0f626059112aff334
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