summaryrefslogtreecommitdiffstats
path: root/roles/flannel_register
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-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 logicMichael Gugino2017-12-081-1/+1
| | | | | Removing some remaining embedded etcd facts except for the migration plays.
* Fixed AnsibleUnsafeText by converting to intEduardo Minguez2017-09-211-1/+1
|
* Use the proper pod subnet instead the services oneEduardo Minguez Perez2017-08-292-4/+2
| | | | Fixes #4809 ?
* YAML LintingRussell Teague2016-12-121-1/+0
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* update flannel_subnet_len default valueManjunath A Kumatagi2016-08-311-1/+1
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-3/+3
|
* Promote portal_net to openshift.common, add kube_svc_ipScott Dodson2016-04-192-2/+2
| | | | | Conflicts: roles/openshift_facts/library/openshift_facts.py
* Change flannel registration default valuesSylvain Baubeau2015-10-281-3/+3
|
* Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-271-1/+1
|
* Add missing 2nd true parameters to default Jinja filterSylvain Baubeau2015-10-271-3/+3
|
* Use 'command' module instead of 'shell'Sylvain Baubeau2015-10-271-1/+1
|
* Add flannel modules documentationSylvain Baubeau2015-10-272-2/+12
|
* Add flannel supportSylvain Baubeau2015-10-275-0/+86
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>