RETIRED, Contributed Tools for OpenStack Operators
Go to file
Mohammed Naser 6dea19b539 heat: add cleanup_stacks
If you have a cloud where some of your stacks are stuck in
DELETE_FAILED state and you need to run something to clean
up all the resources, this tool is designed for this.

At the moment, it just handles nested stacks but it can be
extended to handle more things (i.e. network ports, etc). It
does come with destructive behaviour so the operator needs
to be careful using it.

Change-Id: I5c419aa0f45d243b585c9794406086891bfe06c1
2019-05-30 14:00:24 -04:00
ansible Merge "Lint the lampstack apply role" 2017-01-18 17:30:56 +00:00
heat heat: add cleanup_stacks 2019-05-30 14:00:24 -04:00
lib l3-agent-evacuate.py: evacuate a network node 2016-12-23 10:18:28 +01:00
multi Merge "user-info.py: add information about glance images" 2016-09-17 02:51:44 +00:00
neutron add net_blame.sh, which finds the top instances on a net node 2017-01-17 10:05:33 -05:00
nova Handle SHELVED_OFFLOADED and VERIFY_RESIZE states 2017-02-20 09:54:47 +01:00
rabbitmq Sensu/Nagios plugin for RabbitMQ file descriptors 2015-12-31 12:13:55 -07:00
terraform Merge "use kubeadm to reduce complexity of installing k8s" 2016-10-27 23:02:06 +00:00
.gitignore Add .tox and site.retry to gitignore list 2016-10-11 01:10:40 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:40 +00:00
LICENSE Add Licensing Information 2015-11-20 10:07:13 -07:00
README.rst Update README with details on how to contribute to contrib repo. 2016-02-01 11:28:47 -07:00
ansible_requirements.txt Add tox environement for ansible workloads 2016-10-06 18:24:16 +02:00
tox.ini Add a trystack env variable file 2016-11-13 11:46:13 -05:00

README.rst

osops-tools-contrib

This is not being tested on any deployment.

This repository is a location for Operators to upload useful scripts and tooling for the general Operating Community to use with their OpenStack Clouds.

This place is also untested and unverified.

For more details on how to contribute, please follow the Gerrit git-review process described at http://docs.openstack.org/infra/manual/developers.html .

If you would like some curated, tested, and verified code please look to the osops-tools-generic repository.

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.

Please remember USE AT YOUR OWN RISK.

The nova/ directory has useful tools and scripts for nova.

The glance/ directory has useful tools and scripts for glance.

The neutron/ directory has useful tools and scripts for neutron.

The multi/ directory is a tool that crosses multiple projects.

Licensing

All contributions will be licensed under the Apache 2.0 License unless you state otherwise. Please see the LICENSE file for details about the Apache 2.0 License.