Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | ||||
* | Remove unneeded embedded etcd logic | Michael Gugino | 2017-12-08 | 1 | -1/+1 |
| | | | | | Removing some remaining embedded etcd facts except for the migration plays. | ||||
* | Fixed AnsibleUnsafeText by converting to int | Eduardo Minguez | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Use the proper pod subnet instead the services one | Eduardo Minguez Perez | 2017-08-29 | 2 | -4/+2 |
| | | | | Fixes #4809 ? | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -1/+0 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | update flannel_subnet_len default value | Manjunath A Kumatagi | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -3/+3 |
| | |||||
* | Promote portal_net to openshift.common, add kube_svc_ip | Scott Dodson | 2016-04-19 | 2 | -2/+2 |
| | | | | | Conflicts: roles/openshift_facts/library/openshift_facts.py | ||||
* | Change flannel registration default values | Sylvain Baubeau | 2015-10-28 | 1 | -3/+3 |
| | |||||
* | Generate etcd certificats for flannel when is not embedded | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add missing 2nd true parameters to default Jinja filter | Sylvain Baubeau | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Use 'command' module instead of 'shell' | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add flannel modules documentation | Sylvain Baubeau | 2015-10-27 | 2 | -2/+12 |
| | |||||
* | Add flannel support | Sylvain Baubeau | 2015-10-27 | 5 | -0/+86 |
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> |