Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 4 | -5/+6 |
| | | | | | | * 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 module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Merge pull request #2754 from jprovaznik/flannel_prefix | Scott Dodson | 2016-11-08 | 1 | -1/+1 |
|\ | | | | | FIx flannel var name | ||||
| * | FIx flannel var name | Jan Provaznik | 2016-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | should be FLANNEL_ETCD_PREFIX Related to: #2635 | ||||
* | | Install flannel RPM on containerized but not atomic | Scott Dodson | 2016-11-08 | 1 | -1/+1 |
|/ | |||||
* | Fix indentation for flannel etcd vars | Samuel Munilla | 2016-11-04 | 1 | -5/+5 |
| | |||||
* | Update flannel etcd vars for 0.5.5 | Samuel Munilla | 2016-11-03 | 1 | -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 | ||||
* | Correct flannel cert variables. | Andrew Butcher | 2016-08-24 | 2 | -13/+12 |
| | |||||
* | Refactor etcd certificates roles. | Andrew Butcher | 2016-08-02 | 1 | -2/+4 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 2 | -8/+8 |
| | |||||
* | Skip yum/dnf ops when is_containerized | Scott Dodson | 2015-12-15 | 1 | -0/+1 |
| | |||||
* | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 1 | -7/+1 |
| | |||||
* | Fedora changes: | Adam Miller | 2015-12-02 | 2 | -1/+8 |
| | | | | | | | | | | | | | - 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 section | Sylvain Baubeau | 2015-10-28 | 1 | -1/+0 |
| | |||||
* | Generate etcd certificats for flannel when is not embedded | Sylvain Baubeau | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Add flannel modules documentation | Sylvain Baubeau | 2015-10-27 | 2 | -3/+11 |
| | |||||
* | Only remove IPv4 address from docker bridge | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add flannel support | Sylvain Baubeau | 2015-10-27 | 5 | -0/+113 |
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> |