Anna Khmelnitsky 1e675ae459 Reduce retries during cluster health validation
This change reduces retries during cluster health validation. There are
multiple retry levels today:
* retry on urllib3 http level
* retry in validating cluster health
* retry in _proxy_internal
This causes retry storm, which brings significant delays to API calls.
This is especially relevant when nsxlib is configured with
cluster_unavailable_retry = True (this is always the case with single
endpoint).
This change reduces configurable retry attempts in cluster health
validation to single retry per endpoint.

In addition, this change fixes scenario when client configures nsxlib
with no validation, in which case cluster should not mark endpoint as
UP in validation related code.

Change-Id: I33b4101a0e0c0f4088e10776e126cc495dabd89c
2020-03-20 15:58:26 -07:00
2019-05-30 10:30:50 -06:00
2017-03-01 02:28:49 -08:00
2018-07-04 11:33:58 +07:00
2019-04-19 19:50:36 +00:00
2018-03-06 07:50:40 +02:00
2019-10-31 11:55:45 +00:00
2018-02-23 11:33:49 +00:00
2018-02-06 01:06:36 +08:00
2019-04-30 08:50:18 -06:00
2018-07-04 11:33:58 +07:00
2019-10-31 11:55:45 +00:00
2017-03-03 23:01:33 +00:00
2019-10-31 11:55:45 +00:00

vmware-nsxlib

Features

  • TODO
Description
A common library that interfaces with VMware NSX.
Readme 15 MiB
Languages
Python 99.5%
Shell 0.5%