octavia/octavia/tests/unit/controller/worker/v2/flows
Gregory Thiemonge 248cf2893e Fix amphorae in ERROR during the failover
When 2 amps were down, the failover flow created the first one and
needed to update both amp to configure VRRP, but as the 2nd was missing,
it was set to ERROR. Then the health-manager could not trigger a
failover becasue amphorae in ERROR are excluded from the automated
failover process.

This commit changes the tasks that must be run on both amphorae during a
failover of one amphora, it doesn't mark the secondary amphora in ERROR
if it is not reachable.

Closes-Bug: #2033734

Change-Id: I4bd027346c61b93b537ab53810c2ecb6160b6be2
2023-10-09 11:39:17 +00:00
..
__init__.py Create Amphora V2 provider driver 2019-06-05 14:30:29 -07:00
test_amphora_flows.py Fix amphorae in ERROR during the failover 2023-10-09 11:39:17 +00:00
test_health_monitor_flows.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_l7policy_flows.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_l7rule_flows.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_listener_flows.py Update amphora v2 for the failover refactor 2020-09-03 11:48:14 +04:00
test_load_balancer_flows.py Reduce duration of failovers with amphora in ERROR 2023-10-09 13:37:18 +02:00
test_member_flows.py Fix plugging member subnets on existing networks 2022-08-25 14:31:46 +02:00
test_pool_flows.py Update amphora v2 for the failover refactor 2020-09-03 11:48:14 +04:00