Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
slapos.package
Commits
f2038d08
Commit
f2038d08
authored
Oct 25, 2024
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set "wcfs" configuration paramater for Wendelin's wendelin.core
subsystem. By default OFF for ERP5 and ON for Wendelin.
parent
d63fe141
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
playbook/erp5-standalone-test.yml
playbook/erp5-standalone-test.yml
+1
-0
playbook/erp5-standalone.yml
playbook/erp5-standalone.yml
+1
-0
playbook/roles/standalone-shared/templates/request-erp5.j2
playbook/roles/standalone-shared/templates/request-erp5.j2
+1
-0
playbook/wendelin-standalone-test.yml
playbook/wendelin-standalone-test.yml
+1
-0
playbook/wendelin-standalone.yml
playbook/wendelin-standalone.yml
+1
-0
No files found.
playbook/erp5-standalone-test.yml
View file @
f2038d08
...
...
@@ -5,6 +5,7 @@
vars
:
software_release_url
:
https://lab.nexedi.com/nexedi/slapos/raw/master/software/erp5/software.cfg
bt5_list
:
erp5_full_text_mroonga_catalog erp5_configurator_standard erp5_scalability_test erp5_scalability_test_auto_configuration
wcfs
:
false
startup_playbook_id
:
erp5-standalone.yml
playbook_name
:
erp5
request_instance_template
:
request-erp5.j2
...
...
playbook/erp5-standalone.yml
View file @
f2038d08
...
...
@@ -5,6 +5,7 @@
vars
:
software_release_url
:
https://lab.nexedi.com/nexedi/slapos/raw/1.0.248/software/erp5/software.cfg
bt5_list
:
erp5_full_text_mroonga_catalog erp5_configurator_standard
wcfs
:
false
startup_playbook_id
:
erp5-standalone.yml
playbook_name
:
erp5
request_instance_template
:
request-erp5.j2
...
...
playbook/roles/standalone-shared/templates/request-erp5.j2
View file @
f2038d08
...
...
@@ -11,6 +11,7 @@ parameter_dict = {
"timezone": "UTC",
"site-id": "erp5",
"bt5": "{{ bt5_list }}",
"wcfs": "{{ wcfs }}",
"zope-partition-dict": {
"admin": {
"family": "admin",
...
...
playbook/wendelin-standalone-test.yml
View file @
f2038d08
...
...
@@ -5,6 +5,7 @@
vars
:
software_release_url
:
https://lab.nexedi.com/nexedi/slapos/raw/master/software/wendelin/software.cfg
bt5_list
:
erp5_full_text_myisam_catalog erp5_configurator_standard erp5_wendelin_configurator erp5_scalability_test erp5_wendelin_scalability_test erp5_wendelin_test_auto_configuration
wcfs
:
true
startup_playbook_id
:
wendelin-standalone.yml
request_instance_template
:
request-erp5.j2
request_frontend_template
:
request-erp5-frontend.j2
...
...
playbook/wendelin-standalone.yml
View file @
f2038d08
...
...
@@ -5,6 +5,7 @@
vars
:
software_release_url
:
https://lab.nexedi.com/nexedi/slapos/raw/1.0.372/software/wendelin/software.cfg
bt5_list
:
erp5_full_text_myisam_catalog erp5_configurator_standard erp5_wendelin_configurator
wcfs
:
true
startup_playbook_id
:
wendelin-standalone.yml
request_instance_template
:
request-erp5.j2
request_frontend_template
:
request-erp5-frontend.j2
...
...
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