summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/master_docker/master.docker.service.j2
Commit message (Collapse)AuthorAgeFilesLines
* Update systemd units to use proper container service nameSteve Milner2017-05-091-4/+4
| | | | | | | - If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
* master: add mount for /var/logGiuseppe Scrivano2017-04-061-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-251-1/+1
|
* Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-251-0/+18
Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+.