Commit 24aefa84 authored by Alain Takoudjou's avatar Alain Takoudjou

stack/lamp: add nxdtest stack for running software tests suite

parent d059f277
......@@ -29,6 +29,7 @@ extends =
../logrotate/buildout.cfg
../resilient/buildout.cfg
../../component/apache-php/buildout.cfg
../../stack/nxdtest.cfg
[python]
......@@ -99,6 +100,7 @@ context =
key mariadb_start_clone_from_backup mariadb-start-clone-from-backup:target
key mroonga_mariadb_install_sql mroonga-mariadb:install-sql
key mroonga_mariadb_plugin_dir mroonga-mariadb:plugin-dir
key nxdtest_template nxdtest-instance.cfg:output
key groonga_plugin_dir groonga:groonga-plugin-dir
key groonga_mysql_normalizer_plugin_dir groonga-normalizer-mysql:groonga-plugin-dir
key percona_toolkit_location percona-toolkit:location
......@@ -139,6 +141,13 @@ context =
recipe =
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[template]
recipe =
context =
[perl-DBD-mariadb]
recipe =
perl-PATH =
[eggs]
recipe = zc.recipe.egg
......
......@@ -14,11 +14,11 @@
# not need these here).
[lamp-instance]
filename = instance.cfg.in
md5sum = f34548ba607becf3acd5c5e3d8e70551
md5sum = b4e43ec5d3a2ed23bf6aaf0c62d0578c
[instance-apache-php]
filename = instance-apache-php.cfg.in
md5sum = de7d1e30c02312fa013e9bdc6f4d1541
md5sum = 00efae0de69d2c72804e6bda78c29a21
[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
......
......@@ -2,6 +2,7 @@
extends =
{{ template_monitor }}
{{ logrotate_cfg }}
{{ nxdtest_template }}
{{ custom_application_template }}
parts =
......
......@@ -36,6 +36,7 @@ context =
raw template_monitor {{ template_monitor }}
raw openssl_location {{ openssl_location }}
raw logrotate_cfg {{ logrotate_cfg }}
raw nxdtest_template {{ nxdtest_template }}
${:extra-context}
......
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