summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/docker-cluster
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.
* Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-252-2/+2
|
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-122-0/+2
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* Add cloudprovider config dir to docker options.Andrew Butcher2016-04-062-2/+2
|
* make docker service want ose containerized servicesSeth Jennings2016-03-282-2/+2
| | | | | | | | | | | | | | | | There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services.
* Load environment files in containerized installsScott Dodson2016-03-162-2/+2
|
* improve ordering of systemd unitsJason DeTiberus2016-03-142-8/+7
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-032-2/+2
|
* consolidate steps and cleanup template dirJason DeTiberus2016-01-144-0/+53