RETIRED, Curated Tools and Scripts for OpenStack Operators
Go to file
Joshua Harlow 6a55f43c2d Add a queue cleaner that will clean selected queues only
This script can be useful to run when a large number of
messages are backlogged and we do not want to go in and
delete the full mnesia database but only want to selectively
clear off certain queues.

Change-Id: I0ecdeea3f4079c90ce9bc0bb31b2b4f0f55c313b
2016-07-14 16:41:58 -07:00
ansible Change neutron agent states on boxes with ansible 2016-02-05 19:35:40 +00:00
cinder Fix tons of bashate issues for bug 1534660 2016-01-19 09:53:10 -07:00
libvirt Fix tons of bashate issues for bug 1534660 2016-01-19 09:53:10 -07:00
linux Add a bash script to show CPU details 2016-02-08 09:10:43 -08:00
neutron Region support for Neutron scripts 2016-02-01 20:19:59 +01:00
nova Avoid passing backslashes in SQL snippets 2016-06-27 20:29:50 +02:00
rabbit Add a queue cleaner that will clean selected queues only 2016-07-14 16:41:58 -07:00
.gitignore Initial commit 2014-08-28 13:39:21 -05:00
.gitreview Add .gitreview file 2015-09-29 09:03:46 -06:00
LICENSE Initial commit 2014-08-28 13:39:21 -05:00
README.md Update README with details on how to contribute to curated repo. 2016-02-01 11:29:20 -07:00
tox.ini bashate: do not check contrib directory 2015-09-30 11:15:52 +02:00

README.md

tools-generic

A repo of curated generic OpenStack Operations Tools

These have been verified that do what they say, pass our coding standards and have been found useful by the Operating Community.

For contributing other tools, generally you should submit them to the osops-tools-contrib repo <https://github.com/openstack/osops-tools-contrib>_ first.

Please see the wiki page at https://wiki.openstack.org/wiki/Osops#Overview_moving_code for more details about how code is promoted up to the generic repo.

Other sources of tools