[chef] Re: chef-server run list questions


Chronological Thread 
  • From: dreamcat four < >
  • To:
  • Cc:
  • Subject: [chef] Re: chef-server run list questions
  • Date: Wed, 19 May 2010 14:49:29 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=sbjM0x1/VhZGU1vw52T1KAZjka2Z/BFDnmWqFgr40xG0c/ttBQ2yX9+bXjYfMYnfYG +wm05Ttyj8IHZyAzKlki/NTyrm+ULN4nlY1oxBXXmkpw4zFVXU5zKmKxW7j+mw8FWanW XJYdl6I8K8uJ5BOcGP/SHfZrpHaxd8K4wXsXQ=

Vasilly,
Be sure to use the #chef IRC channel at irc.freenode.net. This is best.

Anyway, it seems to want your recipes to execute for 1 time only.

Normally in chef, we expect our recipes are run over and over, at each
node interval. So this is the "idempotent" part of chef. That means
whatever the initial conditions, we expect that the computers
configuration will end up in a consistent, known and repeatable state.
That is, after any recipe is completed.

If we want to run something once, then we put guard statements in our
recipes, and check first whether something has been installed. Eg we
dont want to install the webserver each time so we use "only_if" or
"not_if" conditions. So skips over that part of the recipe if done
once before.

Therefore we dont expect the recipes to disappear from the run list.
They should remain and be re-run. This is normal. It just means that
the 2nd, 3rd time the recipe is just double checking that the things
it manages are still configured right and in the correct place.


On Wed, May 19, 2010 at 2:29 PM, Vasiliy G Tolstov 
< >
 wrote:
> Hello.
>
> I'm create role with 3 recipes, and apply it to node via chef-client.
> After that in webui i'm attach recipe to this node (screen). Recipe done
> successful.
>
> But in webui status page in node run list recipe screen does not
> disappear. What is default behavior to recipes what already completed?
>
> Thank You.
>
> --
> Vasiliy G Tolstov 
> < >
> Selfip.Ru
>
>



Archive powered by MHonArc 2.6.16.

§