Merge "Add cycle-highlights to Watcher Rocky"

This commit is contained in:
Zuul 2018-08-15 14:20:45 +00:00 committed by Gerrit Code Review
commit 561e34fde7

View File

@ -29,3 +29,17 @@ releases:
- repo: openstack/watcher - repo: openstack/watcher
hash: b471b4ca36f46fa89cdca7be297c3f28dbd21c2b hash: b471b4ca36f46fa89cdca7be297c3f28dbd21c2b
tarball-base: python-watcher tarball-base: python-watcher
cycle-highlights:
- |
Watcher services can be launched in HA mode. From now on Watcher Decision
Engine and Watcher Applier services may be deployed on different nodes to
run in active-active or active-passive mode.
- |
Added a host maintenance strategy to prepare compute node for maintenance
by cleaning up instances via migration.
- |
Excluding of instances from audit scope based on project_id is added.
- |
Added the ability to ignore specified instances during strategy's (an
implementation in Watcher) work but still consider the workload they
produce.