RETIRED, Curated Tools and Scripts for OpenStack Operators
Go to file
Davide Panarese e2275cbf6d Review uuid verification method
Previous method verify if line that contain "source file"
exists into dumpxml of every virtual machine to extract
uuid of virtual machines running on hypervisor but this
line exists only when a disk file is present on the host
and boot from volumes for example has not "source file" line
into dumpxml and this script will kill them.
To avoid theese case it should be possible to use
'virsh list --uuid --all' to list directly the virtual machine
uuids of nova instances.
This changes avoid to shut running customer virtual machines.

This also fixes handling of --noop by correcting the condition checking
for arguments.

Change-Id: Ib9ec04a37bfe69e323f14f6bf4cb72b0fa818803
Closes-Bug: #1816434
Signed-off-by: Davide Panarese <dpanarese@enter.it>
2019-03-06 09:27:20 -06: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 Review uuid verification method 2019-03-06 09:27:20 -06:00
linux Add a bash script to show CPU details 2016-02-08 09:10:43 -08:00
neutron/orphan_tool Fix missed variable rename 'object' 2018-01-23 17:14:00 -05:00
nova Add script for monitoring resource utilization of VMs 2017-11-14 15:57:57 +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 Update min tox version to 2.0 2018-11-03 03:15:11 +00: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