summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use Contiv version 1.2.0Nick Bartos2018-01-084-3/+4
|
* Contiv multi-master and other fixesNick Bartos2018-01-0813-19/+265
| | | | | | | | | | | | | | | | | | | | | | | | Contiv's etcd was not being deployed correctly when using more than one master. To make it easier to manage, it has been moved into a k8s container. The api proxy was hardcoded to an old version (1.1.1), and in some environments would run into a docker error. This has been moved into a k8s container for easier management. The firewall was too permissive on several ports. Many were open to the world when they should have only been accessible inside the cluster. Many of the contiv role variables were not prefixed with 'contiv', which may end up clobbering variables from another role. Now all the contiv specific role variables start with 'contiv_'. The api proxy's default self-signed certificate was bundled with the role. This means someone with read-only MITM access and this key could decrypt traffic. Granted a user defined certificate from a trusted CA should be used in a production environment, it is still better to generate one in each environment when one is not provided.
* Contiv systemd fixesNick Bartos2017-12-143-2/+13
| | | | | Add install section so that enable on reboot works. Make sure services are always restarted if they die.
* Implement container runtime roleMichael Gugino2017-12-011-1/+1
|
* Fixes for auth_proxy, vxlan modeSanjeev Rampal2017-07-273-1/+11
|
* Add support for rhel, aci, vxlanSanjeev Rampal2017-05-311-3/+1
|
* Update systemd units to use proper container service nameSteve Milner2017-05-091-1/+1
| | | | | | | - If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-277-0/+78
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.