summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/openshift.docker.node.service
Commit message (Collapse)AuthorAgeFilesLines
* Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-251-1/+1
|
* Mount /sys rwScott Dodson2016-08-181-1/+1
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937
* Make /var/lib/origin mounted rslaveScott Dodson2016-07-061-1/+1
|
* Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-241-1/+4
| | | | | | | | | | * Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
* docker-current was missing from the containerized ↵Marcel Wysocki2016-05-181-1/+1
| | | | | atomic-openshift-node.service file This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1336780
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-121-0/+1
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* Add cloudprovider config dir to docker options.Andrew Butcher2016-04-061-1/+1
|
* make docker service want ose containerized servicesSeth Jennings2016-03-281-1/+1
| | | | | | | | | | | | | | | | 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.
* Add /dev to node containersScott Dodson2016-03-221-1/+1
|
* Load environment files in containerized installsScott Dodson2016-03-161-1/+1
|
* improve ordering of systemd unitsJason DeTiberus2016-03-141-3/+5
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-031-1/+1
|
* Add /var/log to containerized node mountsScott Dodson2016-02-181-1/+1
|
* Containerization work by @sdodsonScott Dodson2015-12-151-2/+11
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+11
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml