summaryrefslogtreecommitdiff
path: root/roles/docker/handlers
AgeCommit message (Collapse)Author
2017-12-01Implement container runtime roleMichael Gugino
2017-10-06Ensure docker is restarted when iptables is restartedMichael Gugino
Currently, os_firewall role may run after docker role, and iptables.service may be restarted. When restarted, this negatively impacts docker's iptables rules. This commit ensures that if iptables is restarted, docker is restarted as well (by systemd) Fixes: https://github.com/openshift/origin/issues/16709
2017-07-18Wrap additional service changes in retriesScott Dodson
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
2017-06-28Add a retry to the docker restart handlerScott Dodson
2017-05-03System container dockerSteve Milner
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
2016-11-28Refactored to use Ansible systemd moduleRussell Teague
* Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
2016-03-17Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus
2015-12-15fixesJason DeTiberus
2015-12-04bring the docker udev workaround into openshift-ansible.gitJoel Diaz
2015-05-26docker-storage role addedKenny Woodson
2015-02-24Cleanup empty role dirs/filesJason DeTiberus
2014-09-16Initial Commit. Sharing is caringKenny Woodson