kuryr-kubernetes/kuryr_kubernetes
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
..
cmd Rename kuryr-status to kuryr-k8s-status 2018-11-20 15:28:57 +01:00
cni Merge "dict_object.keys() is not required for *in* operator" 2018-12-24 10:32:57 +00:00
controller Avoid octavia default sg rules collision with kuryr ones 2019-01-22 09:03:31 +01:00
handlers Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
objects Merge "LBaaS driver: Add provider support" 2018-09-19 15:25:58 +00:00
platform OCP-Router: Fix path route to support subpath 2018-07-23 18:06:36 +03:00
tests Update CRD when NP has namespaceSelectors 2019-01-08 20:22:02 +00:00
__init__.py Implement Guru meditation reports 2017-04-13 03:19:08 +00:00
clients.py Fix devstack deployment when ovn-provider is selected 2018-10-03 08:45:23 +02:00
config.py Add missing ws separator between words 2018-11-21 16:04:41 +08:00
constants.py Update CRD when NP has namespaceSelectors 2019-01-08 20:22:02 +00:00
exceptions.py Implement NPWG multi-vif driver 2018-08-09 17:31:21 +08:00
k8s_client.py Support network policy update 2018-11-29 08:32:51 +01:00
linux_net_utils.py Remove log translations 2017-03-28 15:13:49 +08:00
opts.py Update CRD when NP has podSelectors 2019-01-02 22:14:44 +00:00
os_vif_plug_noop.py Add SR-IOV pod vif driver 2018-09-18 10:19:43 +03:00
os_vif_util.py Add SR-IOV pod vif driver 2018-09-18 10:19:43 +03:00
utils.py Add Network Policy support to services 2019-01-08 06:35:55 -05:00
version.py Add kuryr-status utility for upgrade-checkers 2018-10-03 15:09:53 +02:00
watcher.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00