kuryr-kubernetes/kuryr_kubernetes/controller
Luis Tomas Bolivar 60a1e19d49 Avoid octavia default sg rules collision with kuryr ones
Kuryr is adding sg rules to the loadbalancer to ensure namespace
isolation. Octavia is also adding sg rules when creating listeners.
Octavia is checking if a rule in the same protocol, direction and
port is already created before adding its own. However, if by any
chance kuryr is delayed adding its own rules (as it is already
happening in some gates), octavia will add its own first, and then
kuryr-controller will do it two. Thus having extra rules that will
break the isolation enforcement.

Closes-Bug: 1810395
Change-Id: If4760625728539adb336e44ce881e04454c09d40
2019-01-22 09:03:31 +01:00
..
drivers Avoid octavia default sg rules collision with kuryr ones 2019-01-22 09:03:31 +01:00
handlers Update CRD when NP has namespaceSelectors 2019-01-08 20:22:02 +00:00
ingress OCP-Router - Fix Ingress controller LB listener creation 2018-08-22 14:24:12 +03:00
managers Ensure controller healthchecks passes without CRDs 2018-12-21 12:55:55 +00:00
__init__.py Controller service base 2016-10-04 21:56:50 +03:00
service.py Refactor DriverBase.get_instance() 2018-09-12 10:27:11 +09:00