-
- Downloads
Add role to deploy prometheus
This patch adds the ansible role to deploy the prometheus service which can be used to collect performance metrics accross the environment Partially-Implements: blueprint prometheus Change-Id: I908b9c9dad63ab5c9b80be1e3a80a4fc8191cb9e
Showing
- README.rst 2 additions, 1 deletionREADME.rst
- ansible/group_vars/all.yml 13 additions, 0 deletionsansible/group_vars/all.yml
- ansible/inventory/all-in-one 17 additions, 0 deletionsansible/inventory/all-in-one
- ansible/inventory/multinode 17 additions, 0 deletionsansible/inventory/multinode
- ansible/roles/haproxy/templates/haproxy.cfg.j2 13 additions, 1 deletionansible/roles/haproxy/templates/haproxy.cfg.j2
- ansible/roles/prometheus/defaults/main.yml 72 additions, 0 deletionsansible/roles/prometheus/defaults/main.yml
- ansible/roles/prometheus/handlers/main.yml 79 additions, 0 deletionsansible/roles/prometheus/handlers/main.yml
- ansible/roles/prometheus/meta/main.yml 3 additions, 0 deletionsansible/roles/prometheus/meta/main.yml
- ansible/roles/prometheus/tasks/bootstrap.yml 19 additions, 0 deletionsansible/roles/prometheus/tasks/bootstrap.yml
- ansible/roles/prometheus/tasks/config.yml 74 additions, 0 deletionsansible/roles/prometheus/tasks/config.yml
- ansible/roles/prometheus/tasks/deploy.yml 7 additions, 0 deletionsansible/roles/prometheus/tasks/deploy.yml
- ansible/roles/prometheus/tasks/main.yml 2 additions, 0 deletionsansible/roles/prometheus/tasks/main.yml
- ansible/roles/prometheus/tasks/precheck.yml 56 additions, 0 deletionsansible/roles/prometheus/tasks/precheck.yml
- ansible/roles/prometheus/tasks/pull.yml 10 additions, 0 deletionsansible/roles/prometheus/tasks/pull.yml
- ansible/roles/prometheus/tasks/reconfigure.yml 2 additions, 0 deletionsansible/roles/prometheus/tasks/reconfigure.yml
- ansible/roles/prometheus/tasks/upgrade.yml 5 additions, 0 deletionsansible/roles/prometheus/tasks/upgrade.yml
- ansible/roles/prometheus/templates/my.cnf.j2 5 additions, 0 deletionsansible/roles/prometheus/templates/my.cnf.j2
- ansible/roles/prometheus/templates/prometheus-haproxy-exporter.json.j2 11 additions, 0 deletions.../prometheus/templates/prometheus-haproxy-exporter.json.j2
- ansible/roles/prometheus/templates/prometheus-mysqld-exporter.json.j2 18 additions, 0 deletions...s/prometheus/templates/prometheus-mysqld-exporter.json.j2
- ansible/roles/prometheus/templates/prometheus-node-exporter.json.j2 11 additions, 0 deletions...les/prometheus/templates/prometheus-node-exporter.json.j2
Loading
Please register or sign in to comment