A framework for Audit/Repair scripts for OpenStack
Go to file
Pranesh Pandurangan 0be7808705 Move register-audit/repair code to backend
Abstract out cfg file operations in the register workflow. Changed
the get_driver code in engine to be static, so we can call it from
main too.

Added a new function in file_backend to return the config file given
the script type. Eg. return audit_cfg for audit.

Added a new function in file_backend to replace check_duplicate, that
returns True if a script already is already registered.

Added a couple of string variables in base.py

The function get_cfg_file, when using a db, will actually return a
table. So this belongs in the backend, the code refactor here ensures
this function is not called in the main() code.

Raise errors instead of returning None in the some backend functions

Completes blueprint backend-abstraction
Change-Id: I20d6bd46caf56c750e4b1193a6f5d00ce4e930f6
2014-06-09 19:50:56 -07:00
docs Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
entropy Move register-audit/repair code to backend 2014-06-09 19:50:56 -07:00
.gitignore Store one engine cfg in git 2014-05-30 20:08:57 +00:00
.gitreview Added .gitreview 2013-12-11 19:43:47 +00:00
LICENSE Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
MANIFEST.in Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
README.md Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
requirements.txt Use six for python 2/3 compatibility 2014-05-20 09:05:18 -07:00
setup.cfg Make backends into drivers, loadable as entry points 2014-05-30 20:09:12 +00:00
setup.py Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
test-requirements.txt Remove comment about packages we don't install 2013-12-13 17:00:46 -08:00
tox.ini Added a message queue 2013-12-16 15:21:23 -08:00

README.md

Framework for audit/repair scripts for openstack

https://wiki.openstack.org/wiki/Entropy