]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
dashboard: use variables for port value
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 10 Jul 2019 21:15:45 +0000 (17:15 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 19 Jul 2019 20:33:42 +0000 (20:33 +0000)
commit87db5aa55c9f6014e454c23a00b83704defe5911
tree76bb0c658138cf8354c4e146ca7853543e2fa25c
parent985165dbf7f505b1632441a35c6432383e0adf43
dashboard: use variables for port value

The current port value for alertmanager, grafana, node-exporter and
prometheus is hardcoded in the roles so it's not possible to change the
port binding of those services.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 8ab9b719fa42fe493035595612f132b741dde641)
12 files changed:
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-dashboard/tasks/configure_dashboard.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-grafana/tasks/configure_grafana.yml
roles/ceph-grafana/templates/datasources-ceph-dashboard.yml.j2
roles/ceph-grafana/templates/grafana.ini.j2
roles/ceph-infra/tasks/configure_firewall.yml
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-prometheus/templates/prometheus.yml.j2