Introduce Guru Meditation Reports into Designate

* Pick GMR implementation codes from oslo-incubator
* Add SIGUSR1 signal handlers in each Designate service
* Add GMR docs

Change-Id: I76c82f5e128ddcd294be43407ef5c254747a874e
Implements: blueprint guru-meditation-reports
This commit is contained in:
stanzgy
2015-03-10 17:14:21 +08:00
parent 6bf5ae1938
commit 585378840a
40 changed files with 2504 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ script=tools/install_venv_common.py
module=memorycache
module=policy
module=service
module=report
module=report.generators
module=report.models
module=report.views
module=report.views.xml
module=report.views.json
module=report.views.text
# Modules needed for the deprecated oslo.wsgi we're still using
module=sslutils