[masakari] [wallaby] Add cycle highlights

Change-Id: I6f7ae9d6afcd5dddf9ef6604b48619c3ef242c58
This commit is contained in:
Radosław Piliszek 2021-03-12 17:31:07 +01:00
parent 9b98e970a9
commit 1ce4ad95e8

View File

@ -5,3 +5,13 @@ team: masakari
type: service type: service
repository-settings: repository-settings:
openstack/masakari: {} openstack/masakari: {}
cycle-highlights:
- Support for disabling and enabling failover segments.
This way operators are able to put whole segments into maintenance
mode instead of having to do it for each single host.
- Support for smoothing-out the decision about whether to consider a host
down or not. Operators can configure host monitors to consider a chosen
number of probes before sending the notification about host being down.
- Support for running host monitors in environments without systemd,
such as app containers.
- Support for using system-scoped tokens when contacting Nova.