summaryrefslogtreecommitdiff
path: root/roles/flannel/tasks
AgeCommit message (Collapse)Author
2018-01-09Merge pull request #5853 from imcsk8/flannel-iptablesOpenShift Merge Robot
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
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-11-30retry package operationsLuke Meyer
When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
2017-10-27Fix wrong indentationIvan Chavero
2017-10-27Fix yaml indentationIvan Chavero
2017-10-23Add iptables rules for flannelIvan Chavero
[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
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-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-11-08Merge pull request #2754 from jprovaznik/flannel_prefixScott Dodson
FIx flannel var name
2016-11-08Install flannel RPM on containerized but not atomicScott Dodson
2016-11-08FIx flannel var nameJan Provaznik
should be FLANNEL_ETCD_PREFIX Related to: #2635
2016-11-04Fix indentation for flannel etcd varsSamuel Munilla
2016-11-03Update flannel etcd vars for 0.5.5Samuel Munilla
flannel-0.5.5 uses different variable names in /etc/sysconfig/flannel. This writes both the old and next variable name to the file for quick compatibility. Fixes #2635 Fixes Bug 1391515
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2015-12-15Skip yum/dnf ops when is_containerizedScott Dodson
2015-12-09Remove yum / dnf duplicationScott Dodson
2015-12-02Fedora changes:Adam Miller
- ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
2015-10-28Remove empty notify sectionSylvain Baubeau
2015-10-27Only remove IPv4 address from docker bridgeSylvain Baubeau
2015-10-27Add flannel supportSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>