Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
ed684dce
Commit
ed684dce
authored
Jul 04, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability: activate bootstrap erp5 promise
parent
e3ac04c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/instance-scalability.cfg.in
stack/erp5/instance-scalability.cfg.in
+10
-8
No files found.
stack/erp5/buildout.cfg
View file @
ed684dce
...
@@ -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
...
...
stack/erp5/instance-scalability.cfg.in
View file @
ed684dce
...
@@ -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
...
...
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