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
41b44dde85d8a4e6070511a723fa874c7e49876e)
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