
DevStack provides get_extra_file[1] to download node_exporter/prometheus tarballs and cache them in ci for further use. Let's reuse the same instead of wget the binary. This CR also adds cleanup phase under unstack step. Links: [1]. https://github.com/openstack/devstack/blob/master/functions#L50-L79 Closes-Bug: #2102666 Change-Id: I858eea3584794fdc10e45c9f80bfacdabdd537e2 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Devstack Prometheus Plugin
Overview
Devstack plugin to configure prometheus, node-exporter, pushgateway and alertmanager.
Usage
To get started quickly, just enable the plugin in your
local.conf
:enable_plugin devstack-plugin-prometheus https://opendev.org/openstack/devstack-plugin-prometheus
Description
DevStack plugin to install and configure prometheus, node-exporter, pushgateway and alertmanager.
Languages
Shell
100%