More detailed os_gnocchi role docs

Also fixed the example playbook to remove references to os_keystone.

Change-Id: I2df8928758f0bb12a3abd295d0ba2944263c55e9
This commit is contained in:
Travis Truman 2016-09-22 15:54:54 -04:00 committed by Major Hayden
parent d704118857
commit 824945c4d7
2 changed files with 16 additions and 9 deletions

View File

@ -1,11 +1,18 @@
=================
Table of Contents
=================
==================================
Gnocchi role for OpenStack-Ansible
==================================
.. toctree::
:maxdepth: 2
This Ansible role installs and configures OpenStack gnocchi.
overview.rst
The gnocchi API is served using Apache mod_wsgi by default.
This role supports configuration of file, swift and ceph storage backends. By
default, the file backend is used.
This role also ships with an Ansible library, `gnocchi` that the role uses to
manage archive policies and archive policy rules. By default, three policies
are configured: low, medium, and high. A single archive policy rule is
configured setting the `low` policy as the default for all metrics.
Default variables
~~~~~~~~~~~~~~~~~

View File

@ -1,5 +1,5 @@
- name: Installation and setup of Keystone
hosts: keystone_all
- name: Installation and setup of Gnocchi
hosts: gnocchi_all
user: root
roles:
- { role: "os_keystone", tags: [ "os-keystone" ] }
- { role: "os_gnocchi", tags: [ "os-gnocchi" ] }