Merge "Add Monasca template override file"

This commit is contained in:
Zuul 2018-10-16 08:54:52 +00:00 committed by Gerrit Code Review
commit 835c197a58
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