Merge "Add Monasca template override file"
This commit is contained in:
commit
835c197a58
3
contrib/template-override/monasca-template-override.j2
Normal file
3
contrib/template-override/monasca-template-override.j2
Normal file
@ -0,0 +1,3 @@
|
||||
{% extends parent_template %}
|
||||
|
||||
{% set influxdb_packages_override = ["influxdb-1.3.7"] %}
|
18
doc/source/admin/template-override/monasca.rst
Normal file
18
doc/source/admin/template-override/monasca.rst
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user