]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
dashboard: rename template files
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 13 May 2019 14:21:16 +0000 (16:21 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 May 2019 14:05:58 +0000 (16:05 +0200)
commit997d179b7cc1ebbc95acca6bda41ed40afa9f130
tree7a3aecfd288c2b404b0b11775ee9c33953df4e65
parentdb3f0088fc63d59dd3081c4f083c08addb67412e
dashboard: rename template files

add .j2 to all templates file related to dashboard roles.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3578d576a4c16b9be68c403addf07d3c30c67117)
23 files changed:
roles/ceph-grafana/tasks/configure_grafana.yml
roles/ceph-grafana/tasks/setup_container.yml
roles/ceph-grafana/templates/dashboards-ceph-dashboard.yml [deleted file]
roles/ceph-grafana/templates/dashboards-ceph-dashboard.yml.j2 [new file with mode: 0644]
roles/ceph-grafana/templates/datasources-ceph-dashboard.yml [deleted file]
roles/ceph-grafana/templates/datasources-ceph-dashboard.yml.j2 [new file with mode: 0644]
roles/ceph-grafana/templates/grafana-server.service [deleted file]
roles/ceph-grafana/templates/grafana-server.service.j2 [new file with mode: 0644]
roles/ceph-grafana/templates/grafana.ini [deleted file]
roles/ceph-grafana/templates/grafana.ini.j2 [new file with mode: 0644]
roles/ceph-node-exporter/tasks/setup_container.yml
roles/ceph-node-exporter/templates/node_exporter.service [deleted file]
roles/ceph-node-exporter/templates/node_exporter.service.j2 [new file with mode: 0644]
roles/ceph-prometheus/tasks/main.yml
roles/ceph-prometheus/tasks/setup_container.yml
roles/ceph-prometheus/templates/alertmanager.service [deleted file]
roles/ceph-prometheus/templates/alertmanager.service.j2 [new file with mode: 0644]
roles/ceph-prometheus/templates/alertmanager.yml [deleted file]
roles/ceph-prometheus/templates/alertmanager.yml.j2 [new file with mode: 0644]
roles/ceph-prometheus/templates/prometheus.service [deleted file]
roles/ceph-prometheus/templates/prometheus.service.j2 [new file with mode: 0644]
roles/ceph-prometheus/templates/prometheus.yml [deleted file]
roles/ceph-prometheus/templates/prometheus.yml.j2 [new file with mode: 0644]