Commit Graph

4 Commits

Author SHA1 Message Date
Sean McGinnis 537bc74d55
Retire repo and note new content in openstack/osops
Change-Id: I8a36e470dfcf2e5db0a702d371b98cd94082bb4d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-09-14 09:08:50 -05:00
Peter Jenkins 6c67ad007e Fix tons of bashate issues for bug 1534660
Fixing https://bugs.launchpad.net/osops/+bug/1534660. Some of these
fixes are not pretty and I've not been able to test the tools still
work.

I think the bashate rules should be relaxed for operations tools ... or
people shouldn't use bash for such tools. Sometimes it's pretty
difficult to shorten lines and still have readable code.

Co-Authored-By: Peter Jenkins <mail@peter-jenkins.com>
Co-Authored-By: Mike Dorman <mdorman@godaddy.com>
Change-Id: I70cfc2420cc9a2a4ec553ab7b7ca43a7fc38a9f0
2016-01-19 09:53:10 -07:00
Christian Berendt b9da55d0f8 Cleanup errors in shell scripts identified by bashate
Change-Id: Ib3c4d841e4282368343b81e5824a0319e9817b48
2015-12-16 15:58:34 -07:00
David Wahlstrom 61aa8bde33 orphaned_volumes.sh: initial commit
orphaned_volumes.sh is a script that gets a list of all volumes and
their owner (as reported by cinder) and compares it to a list of all
tenants (as reported by keystone).  If any volume has an owner who does
not exist in keystone, it is returned in the output.  Orphaned cinder
volumes can occur when a tenant is deleted but still had volumes
provisioned.

Change-Id: I3e20826be54595b4a9a35aaac95be881ce658fa0
2015-09-28 10:31:09 -07:00