summaryrefslogtreecommitdiffstats
path: root/roles/flannel/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-2/+2
|
* Remove openshift.common.service_typeMichael Gugino2017-12-071-1/+1
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Implement container runtime roleMichael Gugino2017-12-011-1/+1
|
* add missing restart node handler to flannelJan Chaloupka2017-10-091-0/+9
|
* Test docker restart with retries 3 delay 30Steve Milner2017-07-181-0/+4
|
* 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
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-2/+2
| | | | | | * 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
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-2/+2
|
* Add flannel supportSylvain Baubeau2015-10-271-0/+8
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>