summaryrefslogtreecommitdiffstats
path: root/roles/flannel/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Cast openshift_docker_use_system_container to boolMichael Gugino2018-01-021-1/+1
| | | | | | | | | | | | | openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
* Remove unneeded embedded etcd logicMichael Gugino2017-12-081-3/+3
| | | | | Removing some remaining embedded etcd facts except for the migration plays.
* Implement container runtime roleMichael Gugino2017-12-011-0/+2
|
* Correct flannel cert variables.Andrew Butcher2016-08-241-4/+3
|
* Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-271-3/+3
|
* Add flannel supportSylvain Baubeau2015-10-271-0/+8
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>