Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cast openshift_docker_use_system_container to bool | Michael Gugino | 2018-01-02 | 1 | -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 logic | Michael Gugino | 2017-12-08 | 1 | -3/+3 |
| | | | | | Removing some remaining embedded etcd facts except for the migration plays. | ||||
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -0/+2 |
| | |||||
* | Correct flannel cert variables. | Andrew Butcher | 2016-08-24 | 1 | -4/+3 |
| | |||||
* | Generate etcd certificats for flannel when is not embedded | Sylvain Baubeau | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Add flannel support | Sylvain Baubeau | 2015-10-27 | 1 | -0/+8 |
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> |