From a7fc0826a547f844a2f2413b5eb9cd495d5b891f Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 7 May 2015 12:21:26 +0200 Subject: [PATCH] Add InfluxDB Gnocchi will get a new storage driver: InfluxDB This is python module to use the InfluxDB API. gnocchi driver: https://review.openstack.org/#/c/165407/ The library is released in MIT License. The library is released ~ 2 times by month. https://github.com/influxdb/influxdb-python/releases The source code is automatically tested by the travis-CI. https://travis-ci.org/influxdb/influxdb-python And the code is well covered. https://coveralls.io/r/influxdb/influxdb-python The documentation is autogenerated: https://influxdb-python.readthedocs.org/en/latest/ The library is python3 compatible. This is already packaged in ubuntu vivied and debian jessie (but outdated) Fedora have packages for the server, and the python binding will arrived very soon with the 2.2.0 version. Also, upstream maintains its own packages for all distributions, too. This version have been choosen because of recently bug fixed for gnocchi. Change-Id: Ifa1da4e3c7b1372c9a2aeb021542284e5a139dcf --- global-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/global-requirements.txt b/global-requirements.txt index 419eedbb58..09cc999959 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -40,6 +40,7 @@ glance_store>=0.3.0 # Apache-2.0 greenlet>=0.3.2 happybase>=0.5,!=0.7 httplib2>=0.7.5 +influxdb>=2.2.0 # MIT License ironic-discoverd>=1.0.0 # Apache-2.0 iso8601>=0.1.9 Jinja2>=2.6 # BSD License (3 clause)