[chef] How to find a nodes role during chef client run via recipe


Chronological Thread 
  • From: M G < >
  • To: " " < >
  • Subject: [chef] How to find a nodes role during chef client run via recipe
  • Date: Fri, 30 Jan 2015 10:54:21 -0800
  • Importance: Normal

I am running a recipe which needs to find the node's role on which the chef client is running.

I used

node[:role] , 

node[:roles], 

node['role']

and 

node.role

None of the above gave me the node's role.

Can anyone please help

Thanx


Date: Fri, 30 Jan 2015 10:36:55 -0800
From:
To:
Subject: [chef] Custom Ohai Plugins in attributes/default.rb

I am trying to use the public LDAP cookbook on EC2 instances. Some are in a VPC and some are not. My environment file has the LDAP server for both situations. I wrote an ohai plugin that returns if the instance is in a VPC or not.

I was testing this attribute in my wrapper cookbook and then setting the LDAP server, which the community LDAP cookbook would then use. It seems I can't test attributes defined by custom ohai plugins (is this documented anywhere?).

I could define the LDAP server that the public LDAP cookbook uses in my wrapper cookbook, but then will the community one use it? This stuff is really murky. It's my belief that how all this works could really be documented far far better.

Doug





Archive powered by MHonArc 2.6.16.

§