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
Klaus Wölfel
slapos
Commits
7d972ded
Commit
7d972ded
authored
Jun 01, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KumoFS software release : update software.cfg, using mysql as model
parent
9d216388
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
17 deletions
+41
-17
software/kumofs/software.cfg
software/kumofs/software.cfg
+41
-17
No files found.
software/kumofs/software.cfg
View file @
7d972ded
[buildout]
[buildout]
slaposcookbook_location = ${:parts-directory}/slaposcookbook
develop = ${:slaposcookbook_location}
extensions =
extensions =
slapos.rebootstrap
slapos.tool.networkcache
slapos.tool.networkcache
slapos.zcbworkarounds
slapos.zcbworkarounds
#slapos.rebootstrap
find-links =
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/slapos.buildout/
...
@@ -15,6 +19,7 @@ versions = versions
...
@@ -15,6 +19,7 @@ versions = versions
parts +=
parts +=
# Create instance template
# Create instance template
template
template
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
...
@@ -27,11 +32,39 @@ unzip = true
...
@@ -27,11 +32,39 @@ unzip = true
egg = slapos.cookbook
egg = slapos.cookbook
module = kumofs
module = kumofs
#[rebootstrap]
# Default first version of rebootstrapped python
#version = 2
#section = python2.7
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b mysql
git = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[instance-recipe]
egg = slapos.cookbook
module = kumofs
[instance-recipe-egg]
# Just so buildout executes [slaposcookbook] before [eggs], as
# - [eggs] references [slaposcookbook]
# - [instance-recipe] needs [slaposcookbook] to be finished
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
eggs = ${instance-recipe:egg}
[template]
[template]
# Default template for
erp5
instance.
# Default template for
the
instance.
recipe = slapos.
cookbook:
template
recipe = slapos.
recipe.
template
url = ${:_profile_base_location_}/instance.cfg
url = ${:_profile_base_location_}/instance.cfg
md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
#
md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
output = ${buildout:directory}/template.cfg
output = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
...
@@ -39,18 +72,9 @@ mode = 0644
...
@@ -39,18 +72,9 @@ mode = 0644
# Required by:
# Required by:
# slapos.cookbook==0.1
# slapos.cookbook==0.1
collective.recipe.template = 1.8
collective.recipe.template = 1.8
slapos.slap = 1.2.dev-r4679
# Required by:
# slapos.cookbook==0.1
netaddr = 0.7.5
netaddr = 0.7.5
xml-marshaller = 0.9.7
zc.buildout=
=1.5.3-dev-SlapOS-001
zc.buildout=
1.5.3-dev-SlapOS-002
setuptools = 0.6c12dev-r88795
setuptools = 0.6c12dev-r88795
\ No newline at end of file
# Required by:
# slapos.cookbook==0.1
slapos.slap = 1.2.dev-r4679
# Required by:
# slapos.cookbook==0.1
xml-marshaller = 0.9.7
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