
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
19 lines
517 B
Plaintext
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'] |