Resource optimization service for OpenStack.
Go to file
licanwei 4a1915bec4 Compatible with old scope format
Scope format changed from old to new after bp cdm-scoping.

old format:
  - availability_zones:
    - name: nova
  - host_aggregates:
    - id: 1
    - name: agg
  - exclude:
    - compute_nodes:
      - name: w012

new format:
- compute:
  - availability_zones:
    - name: nova
  - host_aggregates:
    - id: 1
    - name: agg
  - exclude:
    - compute_nodes:
      - name: w012

Change-Id: I2b5cd4d1cee19f5588e4d2185eb074343fff1187
Closed-Bug: #1882049
2020-06-04 17:24:41 +08:00
api-ref/source Switch to newer openstackdocstheme and reno versions 2020-05-21 15:15:16 +00:00
devstack Add procname for uwsgi based service watcher-api 2020-03-02 16:21:07 +08:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-21 15:15:16 +00:00
etc Add uWSGI support 2019-06-27 14:56:52 +08:00
playbooks/legacy/grenade-devstack-watcher [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:55:01 +00:00
rally-jobs Fix some dead link in docs 2018-02-14 16:45:13 +09:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-21 15:15:16 +00:00
watcher Compatible with old scope format 2020-06-04 17:24:41 +08:00
.coveragerc Loadable Cluster Data Model Collectors 2016-08-02 12:07:35 +02:00
.gitignore Update documentation regarding DataSource for strategies 2018-10-16 13:33:24 +03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:45 +00:00
.mailmap initial version 2015-06-04 15:27:57 +02:00
.stestr.conf Switch to stestr 2018-07-10 15:38:50 +07:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-23 09:48:55 +00:00
CONTRIBUTING.rst Optimize the link address 2017-04-07 10:55:59 +08:00
HACKING.rst Updated Hacking doc 2018-02-28 03:58:07 +00:00
LICENSE initial version 2015-06-04 15:27:57 +02:00
README.rst Start README.rst with a better title 2019-11-28 09:56:55 +08:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-21 15:15:16 +00:00
requirements.txt Fix requirements check 2020-05-21 12:35:46 +02:00
setup.cfg Remove translation sections from setup.cfg 2020-05-15 00:56:16 +08:00
setup.py Cleanup py27 support 2020-04-09 02:37:00 +00:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-05-13 15:41:55 +08:00
tox.ini hacking: force explicit import of python's mock 2020-05-13 15:42:42 +08:00

README.rst

Watcher

image

OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. Watcher provides a robust framework to realize a wide range of cloud optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency and more!