Fix ceph-grafana firewall rules

We switched to ansible for firewall rule management but the ceph-grafana
file wasn't properly converted.

Change-Id: I36aee0d1001a20916633c18d2c28eccd6f46c56a
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2019-12-23 11:35:25 -06:00
parent c08070c932
commit 238800d136
1 changed files with 2 additions and 4 deletions

View File

@ -108,9 +108,11 @@ outputs:
dport:
- 3100
- 9090
- 9092
- 9093
- 9094
- 9100
- 9283
upgrade_tasks: []
puppet_config:
config_image: ''
@ -166,10 +168,6 @@ outputs:
NETWORK: {get_param: [ServiceNetMap, CephGrafanaNetwork]}
postsave_cmd: "/usr/bin/certmonger-grafana-refresh.sh"
- {}
- tripleo::ceph_grafana::firewall_rules:
'123 ceph_dashboard':
dport: [3100,9092,9093,9094,9100,9283]
- {}
metadata_settings:
if:
- internal_tls_enabled