summaryrefslogtreecommitdiffstats
path: root/roles/contiv
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4919 from srampal/contiv_1.1.1Scott Dodson2017-07-316-3/+25
|\ | | | | Some automation fixes for contiv GUI/auth_proxy & vxlan mode
| * Fixes for auth_proxy, vxlan modeSanjeev Rampal2017-07-276-3/+25
| |
* | Merge pull request #4479 from mtnbikenc/contiv-warningsScott Dodson2017-07-272-2/+2
|\ \ | |/ |/| Resolve Ansible deprecation warnings in Contiv roles
| * Resolve deprecation warnings in Contiv rolesRussell Teague2017-06-162-2/+2
| |
* | Test docker restart with retries 3 delay 30Steve Milner2017-07-181-0/+4
| |
* | Add support for rhel, aci, vxlanSanjeev Rampal2017-05-318-23/+111
|/
* 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
* System container dockerSteve Milner2017-05-031-1/+1
| | | | | | | | | | | | | | | This change allows for the use of either the traditional package install of docker OR a system container install of docker. Two new inventory options, openshift_docker_use_system_container and openshift_docker_systemcontainer_image_registry_override, have been added which are be used to install with a system container. By default this option is commented out. One new fact has been added: - docker.service_name: docker by default, container-engine-docker for system container
* Fix for issue 3541Sanjeev Rampal2017-03-074-1/+36
|
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-2727-0/+706
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.