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:
parent
2317c48e70
commit
5d3cdccfbb
@ -95,6 +95,7 @@ resources:
|
|||||||
grafana_plugins: {get_param: GrafanaPlugins}
|
grafana_plugins: {get_param: GrafanaPlugins}
|
||||||
grafana_port: 3100
|
grafana_port: 3100
|
||||||
prometheus_container_image: {get_param: PrometheusContainerImage}
|
prometheus_container_image: {get_param: PrometheusContainerImage}
|
||||||
|
prometheus_port: 9092
|
||||||
alertmanager_container_image: {get_param: AlertManagerContainerImage}
|
alertmanager_container_image: {get_param: AlertManagerContainerImage}
|
||||||
node_exporter_container_image: {get_param: NodeExporterContainerImage}
|
node_exporter_container_image: {get_param: NodeExporterContainerImage}
|
||||||
outputs:
|
outputs:
|
||||||
@ -159,7 +160,7 @@ outputs:
|
|||||||
- {}
|
- {}
|
||||||
- tripleo::ceph_grafana::firewall_rules:
|
- tripleo::ceph_grafana::firewall_rules:
|
||||||
'123 ceph_dashboard':
|
'123 ceph_dashboard':
|
||||||
dport: [3100,9090,9093,9094,9100]
|
dport: [3100,9092,9093,9094,9100,9283]
|
||||||
- {}
|
- {}
|
||||||
metadata_settings:
|
metadata_settings:
|
||||||
if:
|
if:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user