RETIRED, Contributed Tools for OpenStack Operators
Go to file
Simon Leinen a7e8010598 Handle SHELVED_OFFLOADED and VERIFY_RESIZE states
This change adds support for the SHELVED_OFFLOADED and (partly)
VERIFY_RESIZE states.  Shelved-offloaded instances don't have a
hypervisor associated with them.  VERIFY_RESIZE instances should still
be running on their associated hypervisor.  They are also present, but
"shut off", on another hypervisor.  Even with this change, the code
still generates a warning about the instance being present on multiple
hypervisors.  Personally I find the warning quite useful, and I don't
really know what to do about it.  Maybe we should suppress the warning
if the instance hasn't been in this state for long.

Change-Id: I3a56500bd350a070c96f719e702a5334ec8c8558
2017-02-20 09:54:47 +01:00
ansible Merge "Lint the lampstack apply role" 2017-01-18 17:30:56 +00:00
heat/lamp Fix typo in heat lamp README 2016-10-03 09:00:52 +09: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 Added .gitreview 2015-11-13 09:10:13 +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.