summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/native-cluster/atomic-openshift-master-controllers.service.j2
Commit message (Collapse)AuthorAgeFilesLines
* Change HA master controller service to restart always.Devan Goodwin2016-10-271-1/+1
| | | | | | | | | | Restarts of systemd-journald can cause the master controllers service to die in HA environments, due to a SIGPIPE and how it's handled. (seemingly by default in golang) on-failure does not trigger in this situation, instead we set to Restart=always in the systemd unit, which matches the non-HA service definitions as well.
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-121-0/+1
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* improve ordering of systemd unitsJason DeTiberus2016-03-141-4/+3
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* consolidate steps and cleanup template dirJason DeTiberus2016-01-141-0/+26