From 1ce4ad95e8b13076db7950548db7911c3e88d2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 12 Mar 2021 17:31:07 +0100 Subject: [PATCH] [masakari] [wallaby] Add cycle highlights Change-Id: I6f7ae9d6afcd5dddf9ef6604b48619c3ef242c58 --- deliverables/wallaby/masakari.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deliverables/wallaby/masakari.yaml b/deliverables/wallaby/masakari.yaml index 37f661d81f..2d49aff880 100644 --- a/deliverables/wallaby/masakari.yaml +++ b/deliverables/wallaby/masakari.yaml @@ -5,3 +5,13 @@ team: masakari type: service repository-settings: 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.