kuryr-kubernetes/kuryr_kubernetes/controller/handlers
Yossi Boaron e0dfd36e36 Services: update service's status after LB completely provisioned.
When creating a service of type 'LoadBalancer', you create
a cloud network load balancer.
This provides an externally-accessible IP address that sends
traffic to the correct port on your cluster nodes.
The external IP address is stored in k8s service's status
information (under loadbalancer/ingress/ip).

Kuryr implements this capability using OpenStack floating IP
functionality.
This patch updates Kuryr to store external IP information only after
LB was entirely configured in OpenStack.

Change-Id: I1d43f03d49d6e760c859f219aa9a4c209087c753
Closes-Bug: 1756730
2018-03-27 12:12:09 +03:00
..
__init__.py Controller event handling pipeline 2016-11-03 13:08:29 +00:00
lbaas.py Services: update service's status after LB completely provisioned. 2018-03-27 12:12:09 +03:00
pipeline.py Revert commits to use UID instead of SelfLink 2018-02-19 17:00:46 +09:00
vif.py Add multi pools support 2018-03-07 13:06:56 +01:00