summaryrefslogtreecommitdiffstats
path: root/roles/kuryr/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6476 from jihoon5/jihoon5Michael Gugino2018-02-121-0/+4
|\ | | | | Support master node high availability
| * Support master node high availabilityjihoon.o2017-12-141-0/+4
| |
* | Configure Kuryr CNI daemonMichał Dulko2017-12-221-1/+1
|/ | | | | | | Kuryr CNI daemon is scalability improvement that moves watching K8s API and VIF plugging into a separate entity called kuryr-daemon. Kuryr-daemon will run in a container and serve requests from kuryr-driver.
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Include Deprecation - openshift-masterRussell Teague2017-11-221-2/+2
|
* Initial Kuryr supportMichał Dulko2017-10-203-0/+131
This commit enables deploying Kuryr networking on top of OpenShift in containers. kuryr-controller is a Deployment and kuryr-cni is deployed as DaemonSet (container will drop all CNI configuration files). Co-Authored-By: Antoni Segura Puimedon <celebdor@gmail.com>