]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commit
ceph-prometheus: Rename container to 'prometheus' 160/head
authorZack Cerza <zack@redhat.com>
Wed, 18 Apr 2018 03:44:06 +0000 (21:44 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 18 Apr 2018 19:06:51 +0000 (13:06 -0600)
commita66cdf12d388357962803496b7f04974f248a7b0
treecb29d734484426e2e5603c111ad1e76f39c87004
parent910b22e56b90976b25deaf01d220ec0e7361ac97
ceph-prometheus: Rename container to 'prometheus'

This change requires some manual steps:
- docker rename cephmetrics-prometheus prometheus
- mv /etc/systemd/system/cephmetrics-prometheus.service
  /etc/systemd/system/prometheus.service
- systemctl daemon-reload
And finally, rerun the playbook.

Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/roles/ceph-grafana/tasks/configure_grafana.yml
ansible/roles/ceph-prometheus/files/cephmetrics-prometheus.service [deleted file]
ansible/roles/ceph-prometheus/files/prometheus.service [new file with mode: 0644]
ansible/roles/ceph-prometheus/handlers/main.yml
ansible/roles/ceph-prometheus/tasks/main.yml
ansible/roles/ceph-prometheus/tasks/setup_container.yml