rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
85 stars 45 forks source link

Autoscaling instance naming problem #3

Closed equake closed 11 years ago

equake commented 11 years ago

Hi!

I'm using Autoscaling and I'm having some troubles.

Autoscaling usually set the same name for all instances of a kind. Rundeck then show as if only one instance exists...

Is there something that I can do to fix this?

Thanks!! Marcos

gschueler commented 11 years ago

Hi, i think you should be able to just change the nodename mapping. the default is "nodename.selector=tags/Name,instanceId", which looks for a "Name" instance tag, and if it doesn't exist uses the instanceId.

Try adding "nodename.selector=instanceId" in the plugin mapping

equake commented 11 years ago

hello! it's working, thanks :)