ceph-infra: Open prometheus port

The Prometheus porrt 9090 isn't open in the firewall configuration.
Also the dashboard task on the grafana node was not required because
it's already present on the mgr node.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 41b44dde85)
pull/4233/head v4.0.0rc10
Dimitri Savineau 2019-07-10 17:19:29 -04:00 committed by mergify[bot]
parent 2742063aee
commit b87c189299
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@
immediate: true
state: enabled
- name: open dashboard port
- name: open prometheus port
firewalld:
port: "{{ dashboard_port }}/tcp"
port: "9090/tcp"
zone: "{{ ceph_dashboard_firewall_zone }}"
permanent: true
immediate: true