summaryrefslogtreecommitdiff
path: root/roles/flannel
AgeCommit message (Collapse)Author
2017-09-18Consolidate etcd certs rolesJan Chaloupka
This is a part of the etcd_ like role consolidationi into an action-based role. As part of the consilidation some roles have been removed and some replaced by include_role module. Resulting in reorder and shift of role dependencies from a role into a play.
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
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-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-08-24Correct flannel cert variables.Andrew Butcher
2016-08-02Refactor etcd certificates roles.Andrew Butcher
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-27Generate etcd certificats for flannel when is not embeddedSylvain Baubeau
2015-10-27Add flannel modules documentationSylvain 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>