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 =
# XXX: we have to manually add this for resilience
rdiff-backup
collective.recipe.template-egg
pbs-recipe-egg
#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.
......
......@@ -34,7 +34,7 @@ common-parts =
template-slapos-cfg
# XXX: we have to manually add this for resilience
rdiff-backup
collective.recipe.template-egg
pbs-recipe-egg
parts =
${:common-parts}
......
......@@ -9,7 +9,7 @@ extends =
../monitor/buildout.cfg
parts =
collective.recipe.template-egg
pbs-recipe-egg
pbsready
pbsready-import
pbsready-export
......@@ -22,9 +22,10 @@ parts =
rdiff-backup
dash
[collective.recipe.template-egg]
[pbs-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