summaryrefslogtreecommitdiffstats
path: root/roles/contiv/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 openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+0
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Implement container runtime roleMichael Gugino2017-12-011-0/+2
|
* Fixes for auth_proxy, vxlan modeSanjeev Rampal2017-07-271-1/+1
|
* Add support for rhel, aci, vxlanSanjeev Rampal2017-05-311-5/+20
|
* Fix for issue 3541Sanjeev Rampal2017-03-071-0/+15
|
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-0/+91
into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.