Role os_gnocchi for OpenStack-Ansible
Go to file
Steve Lewis c2d25ad2aa Initial Commit 2015-11-20 15:37:39 -08:00
defaults Initial Commit 2015-11-20 15:37:39 -08:00
handlers Initial Commit 2015-11-20 15:37:39 -08:00
library Initial Commit 2015-11-20 15:37:39 -08:00
meta Initial Commit 2015-11-20 15:37:39 -08:00
tasks Initial Commit 2015-11-20 15:37:39 -08:00
vars Initial Commit 2015-11-20 15:37:39 -08:00
CONTRIBUTING.rst Initial Commit 2015-11-20 15:37:39 -08:00
LICENSE Initial Commit 2015-11-20 15:37:39 -08:00
README.rst Initial Commit 2015-11-20 15:37:39 -08:00

README.rst

OpenStack Ansible Gnocchi

A simple role to deploy OpenStack Gnocchi from source in a manner similar to the OpenStack Ansible project.

Requirements

None.

Role Variables

See defaults/main.yml for variables and their descriptions.

Dependencies

TBD

Example Playbook

- hosts: servers
  roles:
     - { role: stevelle.openstack-ansible-gnocchi }

License

Apache

Credits

The config_template library module was developed by Kevin Carter for the OpenStack Ansible and is vendored in library.

The role layout and documentation was cribbed from the Openstack Searchlight role by Ian Cordasco.