Bump prometheus.prometheus to 0.26.2

And little update information in README.rst

Change-Id: I8ea3cf1ec6a9561483e5552b9308c4a8798065ac
This commit is contained in:
Ivan Anfimov
2025-06-09 20:44:33 +00:00
parent c42e82bb07
commit 3fb88d7a57
2 changed files with 4 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
==================
Install Prometheus
##################
:tags: openstack, ansible
==================
About this repository
---------------------
@@ -8,8 +8,6 @@ About this repository
This set of playbooks will deploy Prometheus. If this is being deployed as part of
an OpenStack all of the inventory needs will be provided for.
**These playbooks require Ansible 2.4+.**
Deployment Process
------------------
@@ -18,7 +16,7 @@ Clone the repo
.. code-block:: bash
cd /opt
git clone https://github.com/openstack/openstack-ansible-ops
git clone https://opendev.org/openstack/openstack-ansible-ops
Downloading role dependencies
@@ -27,7 +25,6 @@ Downloading role dependencies
cd /opt/openstack-ansible-ops/prometheus
ansible-galaxy install -r requirements.yml
Install node_exporter
.. code-block:: bash
@@ -35,7 +32,6 @@ Install node_exporter
cd /opt/openstack-ansible-ops/prometheus
openstack-ansible installNodeExporter.yml
If you want to deploy the mysqld_exporter, you need to create the Galera user for it first
.. code-block:: yaml
@@ -50,7 +46,6 @@ If you want to deploy the mysqld_exporter, you need to create the Galera user fo
check_hostname: false
state: present
Then install the mysqld_exporter
.. code-block:: bash

View File

@@ -2,5 +2,5 @@
collections:
- name: prometheus.prometheus
version: 0.25.0
version: 0.26.2
type: galaxy