summaryrefslogtreecommitdiffstats
path: root/roles/flannel/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5853 from imcsk8/flannel-iptablesOpenShift Merge Robot2018-01-091-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add iptables rules for flannel [WIP] When using flannel there are iptables rules that need to be added as stated here: https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10/#run_ansible_installer Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493955
| * Add iptables save handlerIvan Chavero2018-01-081-0/+4
| |
* | 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>