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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
b110daed
Commit
b110daed
authored
Mar 13, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct name ACCORDS for recipe
parent
aff31d0e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
15 additions
and
15 deletions
+15
-15
component/accords/buildout.cfg
component/accords/buildout.cfg
+0
-0
setup.py
setup.py
+1
-1
slapos/recipe/accords/__init__.py
slapos/recipe/accords/__init__.py
+0
-0
slapos/recipe/accords/accords.py
slapos/recipe/accords/accords.py
+0
-0
slapos/recipe/accords/template/accords.ini.in
slapos/recipe/accords/template/accords.ini.in
+0
-0
slapos/recipe/accords/template/coips.xml.in
slapos/recipe/accords/template/coips.xml.in
+0
-0
slapos/recipe/accords/template/os_config.xml.in
slapos/recipe/accords/template/os_config.xml.in
+0
-0
software/accords-xwiki/software.cfg
software/accords-xwiki/software.cfg
+4
-4
software/accords-xwiki/xwiki.manifest.xml
software/accords-xwiki/xwiki.manifest.xml
+0
-0
stack/accords/buildout.cfg
stack/accords/buildout.cfg
+5
-5
stack/accords/instance-accords.cfg
stack/accords/instance-accords.cfg
+4
-4
stack/accords/instance.cfg
stack/accords/instance.cfg
+1
-1
No files found.
component/
occi
/buildout.cfg
→
component/
accords
/buildout.cfg
View file @
b110daed
File moved
setup.py
View file @
b110daed
...
...
@@ -40,6 +40,7 @@ setup(name=name,
zip_safe
=
True
,
entry_points
=
{
'zc.buildout'
:
[
'accords = slapos.recipe.accords:Recipe'
,
'apache.frontend = slapos.recipe.apache_frontend:Recipe'
,
'apachephp = slapos.recipe.apachephp:Recipe'
,
'apacheproxy = slapos.recipe.apacheproxy:Recipe'
,
...
...
@@ -85,7 +86,6 @@ setup(name=name,
'lamp.simple = slapos.recipe.lamp:Simple'
,
'logrotate = slapos.recipe.logrotate:Recipe'
,
'logrotate.d = slapos.recipe.logrotate:Part'
,
'occi = slapos.recipe.occi:Recipe'
,
'pbs = slapos.recipe.pbs:Recipe'
,
'publish = slapos.recipe.publish:Recipe'
,
'publishurl = slapos.recipe.publishurl:Recipe'
,
...
...
slapos/recipe/
occi
/__init__.py
→
slapos/recipe/
accords
/__init__.py
View file @
b110daed
File moved
slapos/recipe/
occi
/accords.py
→
slapos/recipe/
accords
/accords.py
View file @
b110daed
File moved
slapos/recipe/
occi
/template/accords.ini.in
→
slapos/recipe/
accords
/template/accords.ini.in
View file @
b110daed
File moved
slapos/recipe/
occi
/template/coips.xml.in
→
slapos/recipe/
accords
/template/coips.xml.in
View file @
b110daed
File moved
slapos/recipe/
occi
/template/os_config.xml.in
→
slapos/recipe/
accords
/template/os_config.xml.in
View file @
b110daed
File moved
software/
occi
-xwiki/software.cfg
→
software/
accords
-xwiki/software.cfg
View file @
b110daed
[buildout]
extends =
../../stack/
occi
/buildout.cfg
../../stack/
accords
/buildout.cfg
parts =
instance
instance-
occi
instance-
accords
accords
eggs
occi
-manifest
accords
-manifest
[
occi
-manifest]
[
accords
-manifest]
# Manifest for xwiki
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/xwiki.manifest.xml
...
...
software/
occi
-xwiki/xwiki.manifest.xml
→
software/
accords
-xwiki/xwiki.manifest.xml
View file @
b110daed
File moved
stack/
occi
/buildout.cfg
→
stack/
accords
/buildout.cfg
View file @
b110daed
...
...
@@ -3,7 +3,7 @@
extends =
../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/
occi
/buildout.cfg
../../component/
accords
/buildout.cfg
../../component/lxml-python/buildout.cfg
../slapos.cfg
...
...
@@ -11,7 +11,7 @@ versions = versions
parts =
instance
instance-
occi
instance-
accords
accords
eggs
...
...
@@ -30,11 +30,11 @@ url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
mode = 0644
[instance-
occi
]
[instance-
accords
]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-
occi
.cfg
url = ${:_profile_base_location_}/instance-
accords
.cfg
#md5sum = 737a6d2f1ea9938b8d76e2d35e18e482
output = ${buildout:directory}/template-
occi
.cfg
output = ${buildout:directory}/template-
accords
.cfg
mode = 0644
[versions]
...
...
stack/
occi/instance-occi
.cfg
→
stack/
accords/instance-accords
.cfg
View file @
b110daed
[buildout]
parts =
copy-scripts
occi
accords-instance
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
...
...
@@ -11,8 +11,8 @@ offline = true
#recipe = slapos.cookbook:publishurl
#url =
[
occi
]
recipe = slapos.cookbook:
occi
[
accords-instance
]
recipe = slapos.cookbook:
accords
# Options
userid = cedric.de
...
...
@@ -26,7 +26,7 @@ listen-ip = $${slap-network-information:local-ipv4}
# Paths
accords-configuration-file = $${pocdirectory:poc}/accords.ini
manifest-source = ${
occi
-manifest:target}
manifest-source = ${
accords
-manifest:target}
manifest-destination = $${pocdirectory:poc}/manifest.xml
manifest-name = manifest
accords-wrapper = $${basedirectory:services}/accords
...
...
stack/
occi
/instance.cfg
→
stack/
accords
/instance.cfg
View file @
b110daed
...
...
@@ -9,4 +9,4 @@ offline = true
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
default = ${instance-
occi
:output}
default = ${instance-
accords
: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