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
105
Merge Requests
105
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
e3a2eb2e
Commit
e3a2eb2e
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
5d6cd9b7
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 @
e3a2eb2e
...
...
@@ -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
...
...
stack/lamp/buildout.hash.cfg
View file @
e3a2eb2e
...
...
@@ -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 =
68898ec71d93142d90bc07e525e63f41
md5sum =
0ddf9b4615d330813d87ac1d1a6f6cee
[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
...
...
stack/lamp/instance-apache-php.cfg.in
View file @
e3a2eb2e
...
...
@@ -2,6 +2,7 @@
extends =
{{ template_monitor }}
{{ logrotate_cfg }}
{{ nxdtest_template }}
{{ custom_application_template }}
parts =
...
...
stack/lamp/instance.cfg.in
View file @
e3a2eb2e
...
...
@@ -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}
...
...
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