ovn-octavia-provider/ovn_octavia_provider
Fernando Royo e6a03885c1 Capture port deleted event associated to HM ServiceMonitor
When the port associated to a VM is deleted, if a ServiceMonitor
row is associated to that port an OVN SB event is triggered
in order to communicate that the ServiceMonitor entry is been
deleted. That event would allow us to update the status of
member/pool/LB according to the event.

This patch suscribes the driver agent to the DELETE events
for table ServiceMonitor on the OVN SB DB in order to
update the operating_status when the VM port is deleted.

Closes-Bug: #1989460
Change-Id: I9f8c5668c260a896f5c5848734854551c842db1e
(cherry picked from commit 30db5c88ce)
2022-09-23 12:07:55 +02:00
..
common Capture port deleted event associated to HM ServiceMonitor 2022-09-23 12:07:55 +02:00
hacking Switch from unittest2 compat methods to Python 3.x methods 2020-09-24 17:27:09 -04:00
ovsdb Fix race condition retrieving logical router rows 2021-09-23 06:56:42 +00:00
tests Capture port deleted event associated to HM ServiceMonitor 2022-09-23 12:07:55 +02:00
__init__.py Initialize repository 2020-01-15 14:41:32 +00:00
agent.py Add Health Monitor support 2021-07-23 16:42:13 +00:00
driver.py Ensure members without subnet belong to VIP subnet or fail 2022-07-22 07:28:14 +00:00
event.py Capture port deleted event associated to HM ServiceMonitor 2022-09-23 12:07:55 +02:00
helper.py Capture port deleted event associated to HM ServiceMonitor 2022-09-23 12:07:55 +02:00
i18n.py Move OVN Octavia Provider driver code to this repository 2020-02-18 16:23:54 +00:00