sue 7c476d07aa host monitor by consul
This is a new host monitor by consul. It can monitor host connectivity
via management, tenant and storage interfaces.

Implements: bp host-monitor-by-consul
Change-Id: I384ad70dfd9116c6e253e0562b762593a3379d0c
2021-12-23 14:39:09 +08:00

19 lines
517 B
Plaintext

---
sequence: ['manage', 'tenant', 'storage']
matrix:
- health: ['up', 'up', 'up']
action: []
- health: ['up', 'up', 'down']
action: ['recovery']
- health: ['up', 'down', 'up']
action: []
- health: ['up', 'down', 'down']
action: ['recovery']
- health: ['down', 'up', 'up']
action: []
- health: ['down', 'up', 'down']
action: ['recovery']
- health: ['down', 'down', 'up']
action: []
- health: ['down', 'down', 'down']
action: ['recovery']