Commit e3a2eb2e authored by Alain Takoudjou's avatar Alain Takoudjou

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

parent 5d6cd9b7
...@@ -29,6 +29,7 @@ extends = ...@@ -29,6 +29,7 @@ extends =
../logrotate/buildout.cfg ../logrotate/buildout.cfg
../resilient/buildout.cfg ../resilient/buildout.cfg
../../component/apache-php/buildout.cfg ../../component/apache-php/buildout.cfg
../../stack/nxdtest.cfg
[python] [python]
...@@ -97,6 +98,7 @@ context = ...@@ -97,6 +98,7 @@ context =
key mariadb_start_clone_from_backup mariadb-start-clone-from-backup:target key mariadb_start_clone_from_backup mariadb-start-clone-from-backup:target
key mroonga_mariadb_install_sql mroonga-mariadb:install-sql key mroonga_mariadb_install_sql mroonga-mariadb:install-sql
key mroonga_mariadb_plugin_dir mroonga-mariadb:plugin-dir 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_plugin_dir groonga:groonga-plugin-dir
key groonga_mysql_normalizer_plugin_dir groonga-normalizer-mysql:groonga-plugin-dir key groonga_mysql_normalizer_plugin_dir groonga-normalizer-mysql:groonga-plugin-dir
key percona_toolkit_location percona-toolkit:location key percona_toolkit_location percona-toolkit:location
...@@ -136,6 +138,13 @@ context = ...@@ -136,6 +138,13 @@ context =
recipe = recipe =
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
[template]
recipe =
context =
[perl-DBD-mariadb]
recipe =
perl-PATH =
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
# not need these here). # not need these here).
[lamp-instance] [lamp-instance]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 7854dd0edd48f2d91c16412c4a875ca4 md5sum = 5b0d577a3105d9dceff8bec95a37a411
[instance-apache-php] [instance-apache-php]
filename = instance-apache-php.cfg.in filename = instance-apache-php.cfg.in
md5sum = 68898ec71d93142d90bc07e525e63f41 md5sum = 0ddf9b4615d330813d87ac1d1a6f6cee
[instance-lamp] [instance-lamp]
filename = instance-lamp.cfg.jinja2.in filename = instance-lamp.cfg.jinja2.in
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
extends = extends =
{{ template_monitor }} {{ template_monitor }}
{{ logrotate_cfg }} {{ logrotate_cfg }}
{{ nxdtest_template }}
{{ custom_application_template }} {{ custom_application_template }}
parts = parts =
......
...@@ -37,6 +37,7 @@ context = ...@@ -37,6 +37,7 @@ context =
raw template_monitor {{ template_monitor }} raw template_monitor {{ template_monitor }}
raw openssl_location {{ openssl_location }} raw openssl_location {{ openssl_location }}
raw logrotate_cfg {{ logrotate_cfg }} raw logrotate_cfg {{ logrotate_cfg }}
raw nxdtest_template {{ nxdtest_template }}
${:extra-context} ${: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