[chef] Re: Re: Solved: Search Index and roles


Chronological Thread 
  • From: Jose Luis Gordo Romero < >
  • To:
  • Subject: [chef] Re: Re: Solved: Search Index and roles
  • Date: Thu, 13 Aug 2009 17:19:25 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=H/QecWOuajZ3XofgZtrGIlKVPBySZZaiRMxxaYqNCMPdM8EOGAGfBSXmWPV61A12kp 1L3KQUOC91mtOMsMmekuzkSNcNz2htlzt2zevRW/hkIWkkRpn2CavtO2LNJJ9PNmAKeo pzOlhaJ6NT/0qO69G6j6dbafyFgMuerUnHa30=

Thanks Garret, I will try this instead run_list (make things more clear).

Jose Luis

2009/8/13 Garret Heaton < "> >
Searching for "role:my_role" also doesn't work for me when used in the search() function or the web interface. I've been using `search(:node, "my_role")` in my recipes and that seems to provide the correct results in the few places I've tried it. When I asked in IRC I was told that 0.8 should be improving the search functionality a bit.


On Thu, Aug 13, 2009 at 2:28 AM, Jose Luis Gordo Romero < " target="_blank"> > wrote:
Hi again,

I think that now I have it working with run_list:

search(:node, "run_list:role") do |server|
  backend_servers << { "hostname" => server['hostname'],  "ip" => server['ipaddress'] }
end

Is the correct procedure?

Sorry and thanks!

Jose Luis

2009/8/13 Jose Luis Gordo Romero < " target="_blank"> >
Hi!

I'm writing a cookbook that uses search to find nodes with a certain role in their run_list:

search(:node, "role:somorole") do |server|
   backend_servers << { "hostname" => server['hostname'],  "ip" => server['ipaddress'] }
end

But nothing is returned, then I test:

search(:node, "recipe:ubuntu") do |server|
  backend_servers << { "hostname" => server['hostname'],  "ip" => server['ipaddress'] }
end

But nothing is returned too, I'm sure that I have nodes with the role or recipes (from roles).

search(:node, "*") do |server|
  backend_servers << { "hostname" => server['hostname'],  "ip" => server['ipaddress'] }
end

Is working with all nodes, so:

Is that roles or recipes through roles in search in not supported?

Thanks in advance
Jose Luis








Archive powered by MHonArc 2.6.16.

§