Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
24aefa84
Commit
24aefa84
authored
Mar 16, 2023
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/lamp: add nxdtest stack for running software tests suite
parent
d059f277
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+9
-0
stack/lamp/buildout.hash.cfg
stack/lamp/buildout.hash.cfg
+2
-2
stack/lamp/instance-apache-php.cfg.in
stack/lamp/instance-apache-php.cfg.in
+1
-0
stack/lamp/instance.cfg.in
stack/lamp/instance.cfg.in
+1
-0
No files found.
stack/lamp/buildout.cfg
View file @
24aefa84
...
...
@@ -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
...
...
stack/lamp/buildout.hash.cfg
View file @
24aefa84
...
...
@@ -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 =
de7d1e30c02312fa013e9bdc6f4d154
1
md5sum =
00efae0de69d2c72804e6bda78c29a2
1
[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
...
...
stack/lamp/instance-apache-php.cfg.in
View file @
24aefa84
...
...
@@ -2,6 +2,7 @@
extends =
{{ template_monitor }}
{{ logrotate_cfg }}
{{ nxdtest_template }}
{{ custom_application_template }}
parts =
...
...
stack/lamp/instance.cfg.in
View file @
24aefa84
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment