config/sysinv/sysinv/sysinv/sysinv
Eric MacDonald f19dd0498f Mtce: Make Multi-Node Failure Avoidance Configurable
The maintenance system implements a high availability (HA) feature
designed to detect the simultaneous heartbeat failure of a group
of hosts and avoid failing all those hosts until heartbeat resumes
or after a set period of time.

This feature is called Multi-Node Failure Avoidance, aka MNFA, and
currently has the hosts threshold set to 3 and timeout set to 100 secs.

This update implements enhancements to that existing feature by
making the 'number-of-hosts threshold' and 'timeout period'
customer configurable service parameters.

The new service parameters are listed under platform:maintenance which
display with the following command

> system service-parameter-list

mnfa_threshold: This new label and value is added to the puppet
managed /etc/mtc.ini and represents the number of hosts that are
required to fail heartbeat as a group; within the heartbeat
failure window (heartbeat_failure_threshold) after which maintenance
activates MNFA Mode.

This update changes the default number of failing hosts from
3 to 2 while allowing a configurable range from 2 to 100.

mnfa_timeout: This new label and value is added to the puppet
managed /etc/mtc.ini. While MNFA mode is active, it will remain active
until the number of failing hosts drop below the mnfa_threshold or this
timer expires. The MNFA mode deactivates on the first occurance of
either case. Upon deactivation the remaining failed hosts are no
longer treated as a failure group but instead are all Gracefully
Recovered individually. A value of zero imposes no timeout making the
deactivation criteria solely host based.

This update changes the default 100 second timer to 0; no-timeout
while permitting valid a times range from 100 to 86400 secs or 1 day.

DocImpact
Story: 2003576
Task: 24903

Change-Id: I2fb737a4cd3c235845b064449949fcada303d6b2
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
2018-08-31 10:43:25 -04:00
..
agent Enable collect LLDP neighbor information on initial node install 2018-08-16 11:34:05 -04:00
api Merge "Extend sysinv to assign kubernetes labels to nodes" 2018-08-29 19:04:37 +00:00
cluster Fix tox pep8 errors of type E722 in sysinv 2018-08-10 14:51:50 -04:00
cmd Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
common Mtce: Make Multi-Node Failure Avoidance Configurable 2018-08-31 10:43:25 -04:00
conductor Mtce: Make Multi-Node Failure Avoidance Configurable 2018-08-31 10:43:25 -04:00
db Extend sysinv to assign kubernetes labels to nodes 2018-08-24 15:40:48 -04:00
helm Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
objects Extend sysinv to assign kubernetes labels to nodes 2018-08-24 15:40:48 -04:00
openstack Fix tox pep8 errors of type E231 in sysinv 2018-08-09 14:26:34 -04:00
puppet Puppet hiera data population for Mellanox devices 2018-08-27 10:34:26 -05:00
tests Fix py27 by mocking out fm_core 2018-08-22 16:44:29 -04:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
netconf.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
sanity_coverage.py Sysinv tox updates. Prepare for bandit reports and test reports 2018-06-29 13:25:09 -04:00
version.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00