Role os_gnocchi for OpenStack-Ansible
Go to file
Jesse Pretorius 4767424831 Use centralised test scripts
This patch consumes the test scripts implemented by
https://review.openstack.org/375061 to ensure that
the tests and test preparation is consistent and
more maintainable.

Change-Id: Ieb2fda744a452e1244213cffe293d348a3771c63
2016-09-27 18:50:01 +01:00
defaults Allow gnocchi to make use of keystone authentication 2016-09-13 17:31:41 +00:00
doc More detailed os_gnocchi role docs 2016-09-26 12:46:29 +00:00
examples More detailed os_gnocchi role docs 2016-09-26 12:46:29 +00:00
handlers Fix bare variables in with_items 2016-08-24 15:17:56 -04:00
library Enabling bashate and pep8 lint checks 2016-04-11 17:00:57 -07:00
meta Remove pip_lock_down dependency 2016-06-09 11:29:59 -07:00
releasenotes Add ability to change apt/yum package state 2016-08-02 13:57:42 +01:00
tasks Revert dynamic includes for inventory-based conditionals 2016-09-26 20:03:35 +01:00
templates Fix inverted ternary for gnocchi_keystone_auth 2016-09-17 21:01:33 -03:00
tests Use centralised test scripts 2016-09-27 18:50:01 +01:00
vars Rename package lists (and related vars) appropriately 2016-08-30 17:07:07 +01:00
.gitignore Functional testing for the role gate 2016-09-22 15:38:40 -04:00
.gitreview Prepare for role integration 2016-04-04 15:23:25 -07:00
CONTRIBUTING.rst Prepare for role integration 2016-04-04 15:23:25 -07:00
LICENSE Prepare for role integration 2016-04-04 15:23:25 -07:00
README.rst [DOCS] Move gnocchi configs from developer docs 2016-08-15 10:36:11 -05:00
Vagrantfile Functional testing for the role gate 2016-09-22 15:38:40 -04:00
ansible-role-requirements.yml Functional testing for the role gate 2016-09-22 15:38:40 -04:00
bindep.txt Compress test execution logs 2016-09-09 10:32:42 +01:00
manual-test.rc Functional testing for the role gate 2016-09-22 15:38:40 -04:00
run_tests.sh Ansible 2.1.1 role testing 2016-09-19 13:30:23 -04:00
setup.cfg modify the home-page info with the developer documentation 2016-09-20 14:31:36 +05:30
setup.py Updated from global requirements 2016-07-15 03:57:50 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:30:50 +00:00
tox.ini Use centralised test scripts 2016-09-27 18:50:01 +01:00

README.rst

OpenStack-Ansible Gnocchi

Ansible role which installs and configures OpenStack Gnocchi. Gnocchi installs behind an Apache webserver listening for HTTP connections on port 8041 and writes to filesystem storage by default.

The role can readily be configured to use Swift or Ceph storage as desired and may be used as a stand-alone service integrated with Keystone for auth or with Ceilometer as a metrics source.