Commit ee2288f6 authored by Nirina Malard's avatar Nirina Malard

software/html5as-base: add monitoring stack

parent 05484e23
......@@ -18,11 +18,11 @@
[template-cfg]
filename = instance.cfg.in
md5sum = 680a17ef7864474a1b3def51c3c8265a
md5sum = 614443e77252a0b27fa275107a517407
[instance_html5as]
_update_hash_filename_ = instance_html5as.cfg.in
md5sum = e20e7e1f5efc361b94691d03e8961ca2
md5sum = 39881745533fc39034a38722bc74179c
[template_nginx_conf]
_update_hash_filename_ = templates/nginx_conf.in
......
......@@ -16,6 +16,7 @@ template_mime_types = {{ template_mime_types_target }}
template_launcher = {{ template_launcher_target }}
template_index_html = {{ template_index_html_target }}
template_graceful = {{ template_graceful_target }}
template_monitor = {{ template_monitor }}
[instance-html5as]
recipe = slapos.recipe.template:jinja2
......
......@@ -23,6 +23,9 @@ eggs-directory = {{ buildout['eggs-directory'] }}
develop-eggs-directory = {{ buildout['develop-eggs-directory'] }}
offline = true
# Instance profile extends monitoring stack
extends = {{ parameter_list['template_monitor'] }}
# partition tree
# /
# |- etc/
......
......@@ -4,6 +4,7 @@ extends =
# "slapos" stack describes basic things needed for 99.9% of SlapOS Software
# Releases
../../stack/slapos.cfg
../../stack/monitor/buildout.cfg
# Extend here component profiles, like openssl, apache, mariadb, curl...
# Or/and extend a stack (lamp, tomcat) that does most of the work for you
# In this example we extend needed components for html5as.
......@@ -42,6 +43,7 @@ context =
key template_instance_html5as_target instance_html5as:target
key template_index_html_target template_index_html:target
key template_graceful_target template_graceful:target
key template_monitor monitor2-template:output
[download-base]
recipe = slapos.recipe.build:download
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment