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
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
Kwabena Antwi-Boasiako
slapos
Commits
b79d11ca
Commit
b79d11ca
authored
Oct 18, 2011
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
0c84c373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
software/erp5/instance-erp5-production.cfg
software/erp5/instance-erp5-production.cfg
+8
-0
software/erp5/instance.cfg
software/erp5/instance.cfg
+7
-0
No files found.
software/erp5/instance-erp5-production.cfg
View file @
b79d11ca
...
...
@@ -10,6 +10,7 @@ parts =
request-cloudooo
request-memcached
request-kumofs
request-tidstorage
basedirectory
eggs-directory = ${buildout:eggs-directory}
...
...
@@ -48,6 +49,13 @@ software-type = memcached
name = KumoFS
software-type = kumofs
[request-tidstorage]
<=request-common
name = TidStorage
config =
json=$${slap-parameter:json}
software-type = tidstorage
# rest of parts are candidates for some generic stuff
[basedirectory]
recipe = slapos.cookbook:mkdirectory
...
...
software/erp5/instance.cfg
View file @
b79d11ca
...
...
@@ -61,6 +61,12 @@ eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true
[dynamic-template-tidstorage]
recipe = slapos.cookbook:generatetemplate
template = ${template-zeo:output}
dynamic = ${dynamic-zeo:output}
# output is in parts
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
production = ${template-erp5-production:output}
...
...
@@ -71,3 +77,4 @@ zope = ${template-zope:output}
zeo = ${template-zeo:output}
mariadb = ${template-mariadb:output}
haproxy = ${template-haproxy:output}
tidstorage = $${dynamic-template-tidstorage:output}
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