charm-gnocchi/src
James Page a626949459 Ensure ceph keyring has correct perms 2017-08-02 11:50:46 +01:00
..
lib/charm/openstack Fixup missing rename for coordinator relation 2017-08-02 10:38:53 +01:00
reactive Ensure ceph keyring has correct perms 2017-08-02 11:50:46 +01:00
templates Correct location for wsgi app for mitaka 2017-08-02 11:37:26 +01:00
tests Capture default-select-release 2017-08-02 11:04:38 +01:00
README.md Update README 2017-08-01 17:19:43 +01:00
copyright Initial charm version 2017-07-03 14:50:32 +01:00
icon.svg Update icon 2017-08-01 17:11:03 +01:00
layer.yaml Add repo key to layer definition 2017-08-02 10:20:33 +01:00
metadata.yaml Rename coordinator relation to coordinator-memcached to support other furture options 2017-08-02 09:56:09 +01:00
test-requirements.txt Initial charm version 2017-07-03 14:50:32 +01:00
tox.ini Initial charm version 2017-07-03 14:50:32 +01:00

README.md

Overview

Gnocchi is an open-source, multi-tenant timeseries, metrics and resources database. It provides an HTTP REST interface to create and manipulate the data. It is designed to store metrics at a very large scale while providing access to metrics and resources information and history.

Usage

Gnocchi is typically deployed as part of an OpenStack cloud, providing storage for Ceilometer, the telemetry collection service; To deploy Gnocchi to an existing OpenStack cloud (which includes ceilometer):

juju deploy gnocchi
juju deploy memcached
juju add-relation gnocchi mysql
juju add-relation gnocchi memcached
juju add-relation gnocchi keystone
juju add-relation gnocchi ceph-mon
juju add-relation gnocchi ceilometer

After re-configuration the Ceilometer API will be disabled - the Gnocchi REST API should be used to query information on resource, metrics and associated measures.