slaprunner: resiliency: allow jinja to read slapparameter_dict and to bubble...

slaprunner: resiliency: allow jinja to read slapparameter_dict and to bubble intsance parameters to main instance.
parent 2163e714
...@@ -38,7 +38,7 @@ parts = ...@@ -38,7 +38,7 @@ parts =
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
md5sum = 8a47421ac6158b4ee476acab212c67d9 md5sum = bb7e0bf9959c4437ff1e23e645315ccf
mode = 0644 mode = 0644
[template-runner] [template-runner]
......
...@@ -59,7 +59,7 @@ context = ...@@ -59,7 +59,7 @@ context =
mode = 0644 mode = 0644
[slap-configuration] [slap-configuration]
recipe = slapos.cookbook:slapconfiguration.serialised recipe = slapos.cookbook:slapconfiguration
computer = $${slap-connection:computer-id} computer = $${slap-connection:computer-id}
partition = $${slap-connection:partition-id} partition = $${slap-connection:partition-id}
url = $${slap-connection:server-url} url = $${slap-connection:server-url}
......
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