From ab38b20e1aba020bcfa6d56f5617518ec70ca197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Tue, 5 Feb 2013 16:58:09 +0100 Subject: [PATCH] Set missing parameters in resilient requests. Set recipe, software-url, ... --- stack/resilient/buildout.cfg | 2 +- stack/resilient/template-replicated.cfg.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg index bc545a0d3..864ba5502 100644 --- a/stack/resilient/buildout.cfg +++ b/stack/resilient/buildout.cfg @@ -53,7 +53,7 @@ mode = 0644 [template-replicated] recipe = slapos.recipe.download url = ${:_profile_base_location_}/template-replicated.cfg.in -md5sum = 63b5649f3cf1c9a77315382793d9593f +md5sum = f456f62f7c6f8590d17f11e76ce36a25 mode = 0644 destination = ${buildout:directory}/template-replicated.cfg.in diff --git a/stack/resilient/template-replicated.cfg.in b/stack/resilient/template-replicated.cfg.in index 7bd950a7c..2ad2782bb 100644 --- a/stack/resilient/template-replicated.cfg.in +++ b/stack/resilient/template-replicated.cfg.in @@ -2,7 +2,9 @@ ## Tells the Backupable recipe that we want a backup [resilient] +recipe = slapos.cookbook:request config-namebase = {{namebase}} +software-url = ${slap-connection:software-release-url} ## Every request is double to provide the 3 IPs. [request-{{namebase}}] -- 2.30.9