ironic-prometheus-exporter 0.1.0 (train)
We are stoked to announce the release of: ironic-prometheus-exporter 0.1.0: Prometheus Exporter for Ironic Hardware Sensor data This is the first release of ironic-prometheus-exporter. This release is part of the train release series. The source is available from: https://opendev.org/openstack/ironic-prometheus-exporter Download the package from: https://tarballs.openstack.org/ironic-prometheus-exporter/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- prometheus-exporter For more details, please see below. Changes in ironic-prometheus-exporter 3f9139483b9cbc58143e132500e63f2896956fd3..0.1.0 ------------------------------------------------------------------------------------- f7e9344 Update setup.cfg to install package correctly 41ee7fd Migrate to opendev infra 47fe64f Update setup name 8414213 Update Flask version in requirements 3b98fb3 Fixes for installation 8bb8c73 Move to client_python from Prometheus a117d9f rename metalkube to metal3-io 39e02f2 IPMI changes 3a223dd Review Updates 6af5c0d Flask Application to Prometheus 2679564 Update requirements and documentation 7eff909 Updates for Driver, Parsers and Tests 918bfbb Refactoring code 8167352 Updates for Prometheus Exporter 8164b51 Installation guide 4adbb42 Change file format to JSON c933606 Update documentation format ad25f2e Updates for PrometheusFileDriver f27a9fe Register configuration options before load driver a94a8d8 Initial version for Prometheus File Driver 5f80b97 Basic repository structure Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..01cde09 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 +oslo.messaging>=9.4.0 # Apache-2.0 +Flask>=1.0.0 # BSD +prometheus_client>=0.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..d229add --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,3 @@ +flake8 +stestr>=2.0.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org