oswaldlabs / chef-rundeck

Integrates Chef with RunDeck, we are referring users to https://github.com/atheiman/better-chef-rundeck as this repository is inactive at this time.
Apache License 2.0
97 stars 85 forks source link

Configure arbitrary fields as tags #26

Closed jhmartin closed 10 years ago

jhmartin commented 11 years ago

Take for example the node['ec2']['placement_availability_zone'] -- this is a handy attribute to have in Rundeck. "Deploy X to role:PHP in chef_environment:prod in us-east-1a".

To generalize this, it'd be handy to have in the config file a list of attributes that (if they exist) for a given node should have their value included as a tag, possibly with a predefined static prefix to distinguish them from possible conflicts.

jhmartin commented 10 years ago

This has been resolved with custom_attributes.