Comment 14 for bug 1729247

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

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

commit b9eaf661a4444d6c13b0ab143f448c893e7b0a91
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