Add prometheus port parameter

ceph-ansible provides parameters to properly set the
port for prometheus container, so this change adds the
required parameters to avoid breaking tripleo if
ceph-ansible change the default ports.

Change-Id: I173b043f32ebfc36de44b78b47609ee3e857408a
This commit is contained in:
fpantano 2019-09-27 20:59:50 +02:00
parent 2317c48e70
commit 5d3cdccfbb

View File

@ -95,6 +95,7 @@ resources:
grafana_plugins: {get_param: GrafanaPlugins}
grafana_port: 3100
prometheus_container_image: {get_param: PrometheusContainerImage}
prometheus_port: 9092
alertmanager_container_image: {get_param: AlertManagerContainerImage}
node_exporter_container_image: {get_param: NodeExporterContainerImage}
outputs:
@ -159,7 +160,7 @@ outputs:
- {}
- tripleo::ceph_grafana::firewall_rules:
'123 ceph_dashboard':
dport: [3100,9090,9093,9094,9100]
dport: [3100,9092,9093,9094,9100,9283]
- {}
metadata_settings:
if: