Add release notes for Pike

This patch set adds release notes for Pike release.

Change-Id: I4a962ed3d20ca746a470a7ee8b2de2cf703f94f5
This commit is contained in:
Alexander Chadin 2017-07-21 16:42:47 +03:00
parent 0ddfa278ef
commit aab18245eb
8 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
features:
- Add notifications related to Action object.

View File

@ -0,0 +1,6 @@
---
features:
- Added the functionality to filter out instances which have metadata field
'optimize' set to False. For now, this is only available for the
basic_consolidation strategy (if "check_optimize_metadata" configuration
option is enabled).

View File

@ -0,0 +1,4 @@
---
features:
- Added binding between apscheduler job and Watcher decision engine service.
It will allow to provide HA support in the future.

View File

@ -0,0 +1,7 @@
---
features:
- There is new ability to create Watcher continuous audits with cron
interval. It means you may use, for example, optional argument
'--interval "\*/5 \* \* \* \*"' to launch audit every 5 minutes.
These jobs are executed on a best effort basis and therefore, we
recommend you to use a minimal cron interval of at least one minute.

View File

@ -0,0 +1,4 @@
---
features:
- Added gnocchi support as data source for metrics. Administrator can change
data source for each strategy using config file.

View File

@ -0,0 +1,3 @@
---
features:
- Added using of JSONSchema instead of voluptuous to validate Actions.

View File

@ -0,0 +1,5 @@
---
features:
- Added strategy to identify and migrate a Noisy Neighbor - a low priority VM
that negatively affects peformance of a high priority VM by over utilizing
Last Level Cache.

View File

@ -0,0 +1,3 @@
---
features:
- Add notifications related to Service object.