Add Monasca template override file

Unfortunately Monasca currently requires an old version of InfluxDB.

Partially-Implements: blueprint monasca-containers
Change-Id: I09af763ef97efc786994c180562861fef96dcc14
This commit is contained in:
Doug Szumski 2018-09-27 14:33:02 +00:00
parent 9c83d8ab11
commit 1117af45ae
2 changed files with 21 additions and 0 deletions

View File

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

View File

@ -0,0 +1,18 @@
==============================================
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