RETIRED, Contributed Tools for OpenStack Operators
Go to file
Mark T. Voelker ad24dc3e86 Make lampstack work in config drive environments
Currently, the lampstack workload assumes that either you're using the
nova metadata service or that config drive is enabled globally in
your nova.conf file: there's no option to enable it on a per-environment
basis.  This patch adds the ability to specify whether config_drive
should be used or not in the app_env variables, with a default value
set to "no" (which means that the new variable isn't required and that
if a user doesn't set it, he or she will get the same behavior as before
this patch).

Change-Id: I717bf5a37f98da79141af70df90feb7fd7b3f8c7
2016-10-14 12:03:44 -04:00
ansible Make lampstack work in config drive environments 2016-10-14 12:03:44 -04:00
heat/lamp Fix typo in heat lamp README 2016-10-03 09:00:52 +09:00
multi Merge "user-info.py: add information about glance images" 2016-09-17 02:51:44 +00:00
neutron A script to count the number of routers by host 2016-01-14 11:52:55 -07:00
nova Fix incorrect output for json output case 2016-06-30 20:24:03 +01:00
rabbitmq Sensu/Nagios plugin for RabbitMQ file descriptors 2015-12-31 12:13:55 -07:00
terraform Remove hardcoded volume point and tenant network issues 2016-09-13 12:53:51 -04: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 Split profile tox env 2016-10-13 15:22:08 +03: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.