summaryrefslogtreecommitdiffstats
path: root/roles/flannel/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5853 from imcsk8/flannel-iptablesOpenShift Merge Robot2018-01-091-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix wrong indentationIvan Chavero2017-10-271-2/+2
| |
| * Fix yaml indentationIvan Chavero2017-10-271-2/+2
| |
| * Add iptables rules for flannelIvan Chavero2017-10-231-0/+10
| | | | | | | | | | | | | | | | | | [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
* | Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* | Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
| |
* | retry package operationsLuke Meyer2017-11-301-0/+2
|/ | | | | | 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).
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+1
| | | | | | * 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
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Merge pull request #2754 from jprovaznik/flannel_prefixScott Dodson2016-11-081-1/+1
|\ | | | | FIx flannel var name
| * FIx flannel var nameJan Provaznik2016-11-081-1/+1
| | | | | | | | | | | | should be FLANNEL_ETCD_PREFIX Related to: #2635
* | Install flannel RPM on containerized but not atomicScott Dodson2016-11-081-1/+1
|/
* Fix indentation for flannel etcd varsSamuel Munilla2016-11-041-5/+5
|
* Update flannel etcd vars for 0.5.5Samuel Munilla2016-11-031-11/+8
| | | | | | | | | 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
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-6/+6
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-7/+1
|
* Fedora changes:Adam Miller2015-12-021-0/+6
| | | | | | | | | | | | | - 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
* Remove empty notify sectionSylvain Baubeau2015-10-281-1/+0
|
* Only remove IPv4 address from docker bridgeSylvain Baubeau2015-10-271-1/+1
|
* Add flannel supportSylvain Baubeau2015-10-271-0/+44
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>