Commit f2038d08 authored by Ivan Tyagov's avatar Ivan Tyagov

Set "wcfs" configuration paramater for Wendelin's wendelin.core

subsystem.
By default OFF for ERP5 and ON for Wendelin.
parent d63fe141
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
vars: vars:
software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/master/software/erp5/software.cfg 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 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 startup_playbook_id: erp5-standalone.yml
playbook_name: erp5 playbook_name: erp5
request_instance_template: request-erp5.j2 request_instance_template: request-erp5.j2
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
vars: vars:
software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.248/software/erp5/software.cfg 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 bt5_list: erp5_full_text_mroonga_catalog erp5_configurator_standard
wcfs: false
startup_playbook_id: erp5-standalone.yml startup_playbook_id: erp5-standalone.yml
playbook_name: erp5 playbook_name: erp5
request_instance_template: request-erp5.j2 request_instance_template: request-erp5.j2
......
...@@ -11,6 +11,7 @@ parameter_dict = { ...@@ -11,6 +11,7 @@ parameter_dict = {
"timezone": "UTC", "timezone": "UTC",
"site-id": "erp5", "site-id": "erp5",
"bt5": "{{ bt5_list }}", "bt5": "{{ bt5_list }}",
"wcfs": "{{ wcfs }}",
"zope-partition-dict": { "zope-partition-dict": {
"admin": { "admin": {
"family": "admin", "family": "admin",
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
vars: vars:
software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/master/software/wendelin/software.cfg 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 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 startup_playbook_id: wendelin-standalone.yml
request_instance_template: request-erp5.j2 request_instance_template: request-erp5.j2
request_frontend_template: request-erp5-frontend.j2 request_frontend_template: request-erp5-frontend.j2
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
vars: vars:
software_release_url: https://lab.nexedi.com/nexedi/slapos/raw/1.0.372/software/wendelin/software.cfg 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 bt5_list: erp5_full_text_myisam_catalog erp5_configurator_standard erp5_wendelin_configurator
wcfs: true
startup_playbook_id: wendelin-standalone.yml startup_playbook_id: wendelin-standalone.yml
request_instance_template: request-erp5.j2 request_instance_template: request-erp5.j2
request_frontend_template: request-erp5-frontend.j2 request_frontend_template: request-erp5-frontend.j2
......
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