I've created a new role "foo".
It's blank (no cookbooks/recipes associated with it).
I've added that role to a node's runlist.
but It's still not showing up as a role:
C:\chef>knife node show coolserver
Node Name: coolserver
Environment: _default
FQDN:
coolserver.coolcompany.comIP: 10.45.161.109
Run List: role[somerole], role[someotherrole]
Roles: somerole
Recipes: coolrecipe
Platform: windows 6.1.7601
Even in its current state:
knife search node "role:somerole"
doesn't work (returns "0 items found").
Any suggestions? This totally takes knife-based-deployments out of the equation for us...