Commit 22b05d55 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack/resilient: having a more generic egg section allows extending the stack more easily

parent 7ed4b6f8
...@@ -27,7 +27,7 @@ parts = ...@@ -27,7 +27,7 @@ parts =
# XXX: we have to manually add this for resilience # XXX: we have to manually add this for resilience
rdiff-backup rdiff-backup
collective.recipe.template-egg pbs-recipe-egg
#XXX-Cedric : Currently, one can only access to KVM using noVNC. #XXX-Cedric : Currently, one can only access to KVM using noVNC.
# Ideally one should be able to access KVM by using either NoVNC or VNC. # Ideally one should be able to access KVM by using either NoVNC or VNC.
......
...@@ -34,7 +34,7 @@ common-parts = ...@@ -34,7 +34,7 @@ common-parts =
template-slapos-cfg template-slapos-cfg
# XXX: we have to manually add this for resilience # XXX: we have to manually add this for resilience
rdiff-backup rdiff-backup
collective.recipe.template-egg pbs-recipe-egg
parts = parts =
${:common-parts} ${:common-parts}
......
...@@ -9,7 +9,7 @@ extends = ...@@ -9,7 +9,7 @@ extends =
../monitor/buildout.cfg ../monitor/buildout.cfg
parts = parts =
collective.recipe.template-egg pbs-recipe-egg
pbsready pbsready
pbsready-import pbsready-import
pbsready-export pbsready-export
...@@ -22,9 +22,10 @@ parts = ...@@ -22,9 +22,10 @@ parts =
rdiff-backup rdiff-backup
dash dash
[collective.recipe.template-egg] [pbs-recipe-egg]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = collective.recipe.template eggs =
collective.recipe.template
#---------------- #----------------
#-- #--
......
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