Skip to content

Commit

Permalink
tendrl-server: no longer open 3000/tcp for grafana
Browse files Browse the repository at this point in the history
Since grafana is going to be available via httpd, it's no longer
necessary to open port 3000/tcp on tendrl-server.

tendrl-bug-id: Tendrl#127
  • Loading branch information
mbukatov committed Oct 24, 2018
1 parent ceab22d commit bd7bfdd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/tendrl-ansible.tendrl-server/tasks/firewalld.yml
Expand Up @@ -33,13 +33,6 @@
state=enabled
immediate=true

- name: Enable port for grafana server
firewalld:
port=3000/tcp
permanent=yes
state=enabled
immediate=true

- name: Enable port for tendrl-monitoring-integration (grafana alerts callback)
firewalld:
port=8789/tcp
Expand Down

0 comments on commit bd7bfdd

Please sign in to comment.