blazar/blazar/tests/monitor
Hiroaki Kobayashi 6d2950f3b0 Add periodic healing
This patch adds a periodic healing mechanism into the monitor module and
monitoring plugins. With this change, the heal_reservations() method of
resource plugin was changed to receive a period (start/end_date
arguments) to heal.

This change is for not healing (reallocating) all of reservations for
failed resources immediately because failed resources are expected to
recover sometime in the future. The monitor tries to heal only
reservations which are active or will start soon. Remaining reservations
are expected to be healed by the periodic healing.

Implements: blueprint healing-time
Change-Id: I6971c952fcde101ff2408f567fee9a7dab97b140
2018-04-24 13:18:16 +09:00
..
__init__.py Add a resource monitoring feature into the manager 2017-12-19 13:16:04 +09:00
test_base.py Add periodic healing 2018-04-24 13:18:16 +09:00
test_notification_monitor.py Add periodic healing 2018-04-24 13:18:16 +09:00
test_polling_monitor.py Add periodic healing 2018-04-24 13:18:16 +09:00