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
This commit is contained in:
parent
1aee770252
commit
a7fc0826a5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user