Use Confluent Kafka client in remaining Monasca services
Switch to the Confluent Kafka client in all remaining Python based Monasca services. This should allow us to later un-pin the Kafka messaging version for Monasca. Change-Id: I42bc78ffe304ba21c448c2e08b025e93a70ddb44
This commit is contained in:
parent
17d8332604
commit
46b68015f3
@ -15,6 +15,8 @@ ip_address = {{ monasca_influxdb_address }}
|
||||
port = {{ monasca_influxdb_http_port }}
|
||||
|
||||
[kafka]
|
||||
# NOTE(dszumski): This will become the default in Victoria and can then
|
||||
# be removed: https://review.opendev.org/#/c/740954
|
||||
legacy_kafka_client_enabled = False
|
||||
metrics_topic = {{ monasca_metrics_topic }}
|
||||
logs_topics = {{ monasca_raw_logs_topic }}
|
||||
|
@ -9,6 +9,9 @@ alarm_topic = {{ monasca_alarm_state_transitions_topic }}
|
||||
notification_topic = {{ monasca_alarm_notifications_topic }}
|
||||
notification_retry_topic = {{ monasca_alarm_notifications_retry_topic }}
|
||||
periodic = {{ monasca_periodic_notifications_period }}:{{ monasca_periodic_notifications_topic }}
|
||||
# NOTE(dszumski): This will become the default in Victoria and can then
|
||||
# be removed: https://review.opendev.org/#/c/740959
|
||||
legacy_kafka_client_enabled = False
|
||||
|
||||
[mysql]
|
||||
host = {{ monasca_database_address }}
|
||||
|
@ -9,6 +9,11 @@ database_name = {{ monasca_influxdb_name }}
|
||||
ip_address = {{ kolla_internal_vip_address }}
|
||||
port = {{ monasca_influxdb_http_port }}
|
||||
|
||||
[kafka]
|
||||
# NOTE(dszumski): This will become the default in Victoria and can then
|
||||
# be removed: https://review.opendev.org/#/c/740966
|
||||
legacy_kafka_client_enabled = False
|
||||
|
||||
[kafka_alarm_history]
|
||||
uri = {{ monasca_kafka_servers }}
|
||||
topic = {{ monasca_alarm_state_transitions_topic }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user