Commit ed684dce authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: activate bootstrap erp5 promise

parent e3ac04c9
...@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340 ...@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340
[template-scalability] [template-scalability]
< = download-base < = download-base
filename = instance-scalability.cfg.in filename = instance-scalability.cfg.in
md5sum = 70a35a1a923ed4b37c1fa1c93a178361 md5sum = 02431bfd564f0d45a87f11f8dc97072c
[template-zeo] [template-zeo]
< = download-base < = download-base
......
...@@ -10,7 +10,7 @@ parts = ...@@ -10,7 +10,7 @@ parts =
binary-wrap-performance-tester binary-wrap-performance-tester
erp5-bootstrap erp5-bootstrap
erp5-promise erp5-promise
# promise-erp5-site promise-erp5-site
publish publish
eggs-directory = {{ eggs_directory }} eggs-directory = {{ eggs_directory }}
...@@ -98,7 +98,8 @@ runner-path = ${basedirectory:services}/erp5-bootstrap ...@@ -98,7 +98,8 @@ runner-path = ${basedirectory:services}/erp5-bootstrap
mysql-url = ${erp5-cluster:connection-mariadb-url} mysql-url = ${erp5-cluster:connection-mariadb-url}
zope-username = zope zope-username = zope
zope-password = insecure zope-password = insecure
zope-url = ${erp5-cluster:connection-family-scalability}/{{ site_id }} zope-site-id = {{ site_id }}
zope-url = ${erp5-cluster:connection-family-scalability}
[erp5-promise] [erp5-promise]
recipe = slapos.cookbook:erp5.promise recipe = slapos.cookbook:erp5.promise
...@@ -110,12 +111,13 @@ smtp-url = ...@@ -110,12 +111,13 @@ smtp-url =
bt5 = bt5 =
bt5-repository-url = bt5-repository-url =
#[promise-erp5-site] [promise-erp5-site]
#recipe = slapos.cookbook:check_url_available recipe = slapos.cookbook:check_url_available
#path = ${basedirectory:promises}/erp5site path = ${basedirectory:promises}/erp5site
#url = ${erp5-cluster:connection-family-scalability}/{{ site_id }} site-id = "/{{ site_id }}"
#dash_path = {{ dash_location }}/bin/dash url = ${erp5-cluster:connection-family-scalability}${:site-id}
#curl_path = {{ curl_location }}/bin/curl dash_path = {{ dash_location }}/bin/dash
curl_path = {{ curl_location }}/bin/curl
[publish] [publish]
recipe = slapos.cookbook:publish.serialised recipe = slapos.cookbook:publish.serialised
......
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