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
Jean-Paul Smets
slapos
Commits
0095fc58
Commit
0095fc58
authored
Mar 05, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Occi is a stack now. occi-xwiki uses this stack to deploy xwiki using COORDS
parent
f4f72d6b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
0 deletions
+60
-0
software/occi-xwiki/instance-occi.cfg
software/occi-xwiki/instance-occi.cfg
+0
-0
software/occi-xwiki/instance.cfg
software/occi-xwiki/instance.cfg
+0
-0
software/occi-xwiki/software.cfg
software/occi-xwiki/software.cfg
+18
-0
stack/occi/buildout.cfg
stack/occi/buildout.cfg
+42
-0
No files found.
software/occi/instance-occi.cfg
→
software/occi
-xwiki
/instance-occi.cfg
View file @
0095fc58
File moved
software/occi/instance.cfg
→
software/occi
-xwiki
/instance.cfg
View file @
0095fc58
File moved
software/occi-xwiki/software.cfg
0 → 100644
View file @
0095fc58
[buildout]
extends =
../../stack/occi.cfg
parts =
template
template-occi
occi
eggs
instance-recipe-egg
occi-xwiki-manifest
[occi-xwiki-manifest]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/xwiki.manifest.cfg.in
#md5sum = 3e1ea477d48080e9bdb98579f7f28be6
filename = xwiki.manifest.cfg
location = ${buildout:parts-directory}/${:_buildout_section_name_}
s
oftware/occi/software
.cfg
→
s
tack/occi/buildout
.cfg
View file @
0095fc58
[buildout]
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
extends =
../../component/mariadb/buildout.cfg
../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/occi/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/lxml-python/buildout.cfg
../../stack/shacache-client.cfg
# Use only quite well working sites.
allow-hosts =
*.nexedi.org
*.python.org
*.sourceforge.net
dist.repoze.org
effbot.org
github.com
peak.telecommunity.com
psutil.googlecode.com
www.dabeaz.com
# XXX: This is dirty, recipe trick shall be used.
develop =
/opt/slapdev
../slapos.cfg
versions = versions
parts =
template
instanc
e-occi
templat
e-occi
occi
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
template
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
# If we use only one software type in the future, delete duplication of template
[template]
# Default template for the instance.
recipe = slapos.recipe.template
...
...
@@ -60,11 +30,11 @@ md5sum = 3e1ea477d48080e9bdb98579f7f28be6
output = ${buildout:directory}/template.cfg
mode = 0644
[
instanc
e-occi]
[
templat
e-occi]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-
mariadb
.cfg
url = ${:_profile_base_location_}/instance-
occi
.cfg
md5sum = 737a6d2f1ea9938b8d76e2d35e18e482
output = ${buildout:directory}/template-
mariadb
.cfg
output = ${buildout:directory}/template-
occi
.cfg
mode = 0644
[versions]
...
...
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