chef-cft / wombat

Wombat helps make Chef demos delightful
22 stars 6 forks source link

extend the infranodes hash to `node['recipes']` #191

Closed binamov closed 8 years ago

binamov commented 8 years ago

Infra nodes need to have the target cookbook in their resolved runlists aka node['recipes'] for Automate to consider them to be deploy targets. Extending the hash is probably the most elegant way to solve https://github.com/chef-cft/bjc/issues/68 .

Perhaps this could be done in a way that lets wombat consumers set any number of arbitrary attributes on their infranodes.

andrewelizondo commented 8 years ago

chef-cft/bjc#68 doesn't seem to be dependent on this any longer. closing this out as a wontfix