Skip to content
Snippets Groups Projects
Commit 13af2787 authored by T0125936 - LALLAU Bertrand's avatar T0125936 - LALLAU Bertrand
Browse files

Fix typo in endpoint influxdb_internal_endpoint variable

This patch simply fix a typo in 'influxdb_internal_endpoint' variable.

Change-Id: I1b1068e84be7f7eaff1a4eab1ba9ddcd6f4241c7
parent 4be50883
No related branches found
No related tags found
No related merge requests found
......@@ -1132,7 +1132,7 @@ enable_vitrage_prometheus_datasource: "{{ enable_prometheus | bool }}"
influxdb_address: "{{ kolla_internal_fqdn }}"
influxdb_datadir_volume: "influxdb"
infuxdb_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ influxdb_http_port }}"
influxdb_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ influxdb_http_port }}"
#################
# Kafka options
......
......@@ -37,7 +37,7 @@ grafana_data_sources:
database: "telegraf"
name: "telegraf"
type: "influxdb"
url: "{{ infuxdb_internal_endpoint }}"
url: "{{ influxdb_internal_endpoint }}"
access: "proxy"
basicAuth: false
elasticsearch:
......
---
upgrade:
- |
Influxdb variable ``infuxdb_internal_endpoint`` has been fixed to
``influxdb_internal_endpoint``.
Operators might need to review the relevant variable.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment