summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_upgrade/tasks/restart.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining references to openshift-master.serviceClayton Coleman2017-08-081-1/+0
| | | | Prevents playbooks from accidentally restarting the master service.
* Test docker restart with retries 3 delay 30Steve Milner2017-07-181-1/+1
|
* increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
|
* Retry docker startup onceScott Dodson2017-06-131-1/+5
| | | | | Large environments frequently see docker fail to start up after an upgrade. Not sure why but we can retry once.
* upgrade: Reload systemd before restartSteve Milner2017-05-311-0/+8
| | | | | | | | | The installer now lays down updated systemd unit files in /etc/systemd/system/ which override the units that come with the rpms. Because of this we need to reload systemd before restarting services. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1455843
* System container dockerSteve Milner2017-05-031-1/+3
| | | | | | | | | | | | | | | This change allows for the use of either the traditional package install of docker OR a system container install of docker. Two new inventory options, openshift_docker_use_system_container and openshift_docker_systemcontainer_image_registry_override, have been added which are be used to install with a system container. By default this option is commented out. One new fact has been added: - docker.service_name: docker by default, container-engine-docker for system container
* Stop all services prior to upgrading, start all services afterScott Dodson2017-04-181-0/+32