octavia/tools
Michael Johnson 0139f12c2e Fix failover when multiple amphora have failed
If a load balancer loses more than one amphora at the same time
the failover process will fail and leave the load balancer in
provisioning status ERROR.

This patch resolves this by failing over one amphora at a time
marking any amphora that are also failed in status ERROR. The health
manager will then failover the other failed amphora in subsequent checks.

This patch will update multiple healthy amphora in parallel and will
timeout failed amphroa using the new "active_connection_max_retries"
configuration setting used for "fail-fast" connections.

The patch also updates the amphora failover flow documentation to
show the full flow and not just the spares failover flow.

It updates the amphora driver "get_diagnostics" method to pass instead
of error.

It also adds a AmphoraComputeConnectivityWait task to explicitly wait
for a compute instance to come up and be reachable. This allows a longer
timeout and clarifies this may fail due to compute (nova) failures.
Previously the first plug vip task would do this wait.

Change-Id: Ief97ddda8261b5bbc54c6824f90ae9c7a2d81701
Story: 2001481
Task: 6202
2018-07-22 16:08:45 -07:00
..
__init__.py Adds a process to generate key flow documentation 2016-08-10 21:39:38 +00:00
coding-checks.sh fix tox python3 overrides 2018-06-27 09:32:00 +08:00
create_flow_docs.py Fix failover when multiple amphora have failed 2018-07-22 16:08:45 -07:00
flow-list.txt Allow PUT to /pools/<id>/members to batch update members 2017-09-20 18:14:53 -07:00
misc-sanity-checks.sh Setup translation for octavia 2016-12-15 00:48:02 +00:00
pkcs7_to_pem.py Add support for PKCS7 bundles and encrypted keys 2016-10-05 19:51:51 -07:00