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.
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.