Commit b79d11ca authored by Romain Courteaud's avatar Romain Courteaud

WIP

parent 0c84c373
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
request-cloudooo request-cloudooo
request-memcached request-memcached
request-kumofs request-kumofs
request-tidstorage
basedirectory basedirectory
eggs-directory = ${buildout:eggs-directory} eggs-directory = ${buildout:eggs-directory}
...@@ -48,6 +49,13 @@ software-type = memcached ...@@ -48,6 +49,13 @@ software-type = memcached
name = KumoFS name = KumoFS
software-type = 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 # rest of parts are candidates for some generic stuff
[basedirectory] [basedirectory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
......
...@@ -61,6 +61,12 @@ eggs-directory = ${buildout:eggs-directory} ...@@ -61,6 +61,12 @@ eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory} develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true offline = true
[dynamic-template-tidstorage]
recipe = slapos.cookbook:generatetemplate
template = ${template-zeo:output}
dynamic = ${dynamic-zeo:output}
# output is in parts
[switch-softwaretype] [switch-softwaretype]
recipe = slapos.cookbook:softwaretype recipe = slapos.cookbook:softwaretype
production = ${template-erp5-production:output} production = ${template-erp5-production:output}
...@@ -71,3 +77,4 @@ zope = ${template-zope:output} ...@@ -71,3 +77,4 @@ zope = ${template-zope:output}
zeo = ${template-zeo:output} zeo = ${template-zeo:output}
mariadb = ${template-mariadb:output} mariadb = ${template-mariadb:output}
haproxy = ${template-haproxy:output} haproxy = ${template-haproxy:output}
tidstorage = $${dynamic-template-tidstorage:output}
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