summaryrefslogtreecommitdiffstats
path: root/roles/kuryr
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-223-23/+355
| | | | | | | | | | | | | | 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.
* | Merge pull request #6062 from luis5tb/readinessMichael Gugino2017-12-191-0/+7
|\ \ | | | | | | Add readiness probe to kuryr controller pod
| * | Add readiness probe to kuryr controller podLuis Tomas Bolivar2017-11-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | This commits adds a readiness probe to the kuryr controller when the kuryr ports pool functionality is enabled. This way the controller will not be set as ready until all the pre-created ports have been loaded into their respective pools and are ready to be used by the pods.
* | | Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+3
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* | 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.
* | Add external_svc_subnet for k8s loadbalancer type servicejihoon.o2017-11-291-0/+1
| | | | | | | | | | | | | | | | Add external_svc_subnet field for k8s loadbalancer type service in kuryr-kubernetes code support external service subnet but openshift does not support yet Signed-off-by: jihoon.o <jihoon.o@samsung.com>
* | Include Deprecation - openshift-masterRussell Teague2017-11-221-2/+2
| |
* | Initial Kuryr Ports Pool SupportLuis Tomas Bolivar2017-11-072-0/+13
|/ | | | | | | | This commits enables the ports pool driver when deploying kuryr networking on top of OpenShift in containers. It also exposes some configuration options such as the maximum and minimum pool sizes, as well as the bulk subports creation size and the time between pools update actions.
* Fix typo and add detailed comments in kuryrSeungcheol Ko2017-10-241-3/+3
|
* Initial Kuryr supportMichał Dulko2017-10-209-0/+694
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>