Commit 719fb736 authored by Marco Mariani's avatar Marco Mariani

Merge remote-tracking branch 'origin/resiliency_annotated' into resiliency_annotated

Conflicts:
	stack/lamp/buildout.cfg
parents c8f56233 c637561a
...@@ -64,7 +64,11 @@ recipe = hexagonit.recipe.download ...@@ -64,7 +64,11 @@ recipe = hexagonit.recipe.download
#If provided tarball does not containt top directory this option shall be changed to false #If provided tarball does not containt top directory this option shall be changed to false
strip-top-level-dir = true strip-top-level-dir = true
[instance]
#----------------
#-- Instance-level buildout profiles.
[template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
...@@ -131,8 +135,9 @@ md5sum = 53c9020f7a0b5203f976e069e455787b ...@@ -131,8 +135,9 @@ md5sum = 53c9020f7a0b5203f976e069e455787b
mode = 0644 mode = 0644
#----------------
#-- Dummy parts in case no application configuration file is needed
# Dummy parts in case no application configuration file is needed
[application-template] [application-template]
filename = filename =
location = location =
...@@ -140,6 +145,8 @@ location = ...@@ -140,6 +145,8 @@ location =
[application-configuration] [application-configuration]
location = location =
#----------------
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
......
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