charm-gnocchi/src
James Page 3e7af01510 Fix version maps for snaps and debs
This ensures that charms don't try to upgrade themselves everytime
an update-status hook call occurs; specifically we need to map the
numerical version to the latest OpenStack release that carries
that version for the UCA.

Gnocchi does always major release with OpenStack.

Change-Id: I777097c5188c73523fc4c41fc698b6dc6a87fd24
2017-11-02 09:01:50 +00:00
..
lib/charm/openstack Fix version maps for snaps and debs 2017-11-02 09:01:50 +00:00
reactive Restore upgrades between OpenStack series 2017-10-26 15:11:36 +01:00
templates Misc updates for SSL NGINX configuration 2017-10-26 10:24:47 +01:00
tests Misc updates for SSL NGINX configuration 2017-10-26 10:24:47 +01:00
README.md Misc updates 2017-09-06 13:33:41 +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 Add Artful dev series metadata 2017-09-26 14:11:50 -04:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:34:42 +00:00
tox.ini Make xenial-ocata the gate check, disable x-m and x-n tests for now 2017-08-02 16:32:17 +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.