d8ffce23ffb67598cc3fdaa82075db6001c99288
On Re-run, prometheus directory exists and the run fails with mkdir: cannot create directory ‘/etc/prometheus’: File exists. Or when we use sg_core plugin with their prothemeus config file, It also creates prometheus config directory. Then again prometheus devstack plugin fails with same error. In order to fix it, use mkdir -p while creating prometheus directory. It will ignore error if parent exists. Depends-On: https://review.opendev.org/c/openstack/watcher/+/946230 Change-Id: Ie82346577d836d61c5ca986614e431adbf216d6d Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.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%