Merge "Upgrade Monasca to InfluxDB 1.7"

This commit is contained in:
Zuul
2019-08-12 04:57:02 +00:00
committed by Gerrit Code Review
3 changed files with 12 additions and 21 deletions

View File

@ -1,3 +0,0 @@
{% extends parent_template %}
{% set influxdb_packages_override = ["influxdb-1.3.7"] %}

View File

@ -1,18 +0,0 @@
==============================================
Building non-standard Monasca container images
==============================================
The `monasca-template-overrides.j2` file shows how to build
any images required for Monasca which are non-standard. Currently this
includes only InfluxDB. When Monasca is upgraded this file will
no longer be required.
InfluxDB
--------
Build the container by executing the following command:
.. code-block:: console
kolla-build --template-override contrib/template-override/monasca-template-overrides.j2 influxdb

View File

@ -0,0 +1,12 @@
---
upgrade:
- |
Monasca now supports InfluxDB 1.7.x, the default version provided by Kolla.
Monasca users can follow the InfluxDB upgrade notes in the guide:
https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/
security:
- In prior versions of InfluxDB, including 1.3.x, InfluxDB incorrectly
ignored tag names starting with a leading underscore. In Monasca
this broke tenant isolation because queries containing
`where _tenant_id = 'some_id'` where not scoped to the tenant_id.
Upgrading to InfluxDB 1.7.x solves this issue.