Commit dcd0245e authored by Alain Takoudjou's avatar Alain Takoudjou

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

parent daab7a2d
......@@ -29,6 +29,7 @@ extends =
../logrotate/buildout.cfg
../resilient/buildout.cfg
../../component/apache-php/buildout.cfg
../../stack/nxdtest.cfg
[python]
......@@ -97,6 +98,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
......@@ -136,6 +138,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 = 7854dd0edd48f2d91c16412c4a875ca4
md5sum = 5b0d577a3105d9dceff8bec95a37a411
[instance-apache-php]
filename = instance-apache-php.cfg.in
md5sum = 3c64d763ab12e37e3879e9bc3fd7c17a
md5sum = 420c73044e9a6e118a02a58d08e8563c
[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
......
......@@ -2,6 +2,7 @@
extends =
{{ template_monitor }}
{{ logrotate_cfg }}
{{ nxdtest_template }}
{{ custom_application_template }}
parts =
......
......@@ -37,6 +37,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