Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger c7bb38d557 List system dependencies for running common tests
Add an other-requirements.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements.

This change is self-testing.

For other-requirements.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

Update pbr constraints so that pep8 passes

[*] http://docs.openstack.org/infra/bindep/

Change-Id: Ic976b8924d965bd8e2ad3216db0355389e102afc
2016-06-29 09:19:32 +02:00
François Rossigneux 345e6d4a5e Add documentation and migrate to PBR.
Change-Id: I496965ddca3bfd140d82a81e8b1d83124e91f1ba
2013-07-26 22:45:25 +02:00
François Rossigneux c474fe79d3 Forwarding device for the plugins.
Change-Id: Ieec2ed8aca84c67bd1aa3f0d2a53cce09d0497b9
2013-06-12 22:54:10 +02:00
François Rossigneux 5e1fdfe50e Use common setup and pip-requires file.
Change-Id: I5b99e4b9047eae0c9ebe901f69dfe8acd13bc888
2013-03-14 16:18:54 +01:00
François Rossigneux 857882e4f5 Add eventlet and iso8601 dependencies.
Change-Id: I9e9d53e3794972f398372a99e0709c809665d49a
2013-02-04 11:35:54 +01:00
François Rossigneux 9c192fffb0 Add Tox with PEP 8 validation.
Change-Id: I09b2aae6b587128200d073510e2630bc82471c06
2013-01-25 13:58:44 +01:00
François Rossigneux f925e6a8dc PEP 8 validation (version 1.4).
Update openstack.common.
License in each file.
2013-01-10 13:51:33 +01:00
François Rossigneux 91761afaa1 Add RRD plugin. 2012-12-20 17:08:40 +01:00
François Rossigneux 1585f351e0 RRD plugin.
Remove "conf" arguments (use cfg.CONF instead).
2012-12-13 01:41:59 +01:00
François Rossigneux a1d2802a05 Separating kwapi-drivers and kwapi-api.
Using openstack.common for config and logging.
2012-11-30 17:12:12 +01:00
François Rossigneux cdbb4ed636 Reversing client-server roles between the Collector and the Driver Manager.
Switching from AF_UNIX socket to ZeroMQ (TCP support, multiple clients support).
Renaming config option "collector_socket" to "probes_endpoint".
2012-11-28 22:03:46 +01:00
François Rossigneux b66a2c535b API : add token support.
New setup requirement (python-keystoneclient).
New config options (api_acl and api_acl_auth_url.
2012-11-22 15:47:47 +01:00
François Rossigneux 53d14a439b Use Flask blueprint.
Create setup.py (pip install kwapi).
Config filename as argument.
Ability to hit "control-c" to quit.
Multiple improvements (bug fixes, best code organization).
2012-11-22 11:35:56 +01:00