Add alertmanager port parameter

During the monitoring stack configuration, cephadm is able to accept
grafana/prometheus/alertmanager ports as parameters.
For this reason (and to make sure we control ports from TripleO), the
missing alertmanager port is explicitly defined, and it will be
processed by [1].

[1] https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_cephadm/tasks/monitoring.yaml#L81

Change-Id: Ifa75e8436f60697280f440a24926ed86ef3806c0
This commit is contained in:
Francesco Pantano 2021-06-08 09:46:19 +02:00
parent 1ba30719ee
commit 0f52464103
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ resources:
tripleo_cephadm_prometheus_container_image: {get_param: PrometheusContainerImage}
tripleo_cephadm_node_exporter_container_image: {get_param: NodeExporterContainerImage}
tripleo_cephadm_prometheus_port: 9092
tripleo_cephadm_alertmanager_port: 9093
tripleo_cephadm_alertmanager_container_image: {get_param: AlertManagerContainerImage}
tripleo_cephadm_monitoring_address_block:
list_join: