rundeck-plugins / rundeck-ec2-nodes-plugin

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

Feature Request: Set Global Configuration for the Plugin #27

Open stack72 opened 9 years ago

stack72 commented 9 years ago

I am using rundeck to administer my production cluster. It is all hosted within AWS. Currently, we have the following configuration in every project:

screen shot 2015-05-07 at 08 11 29

This allows us to get around the current bug of instances being truncated due to the names being the same. It also allows us to specify a deploy user to internal DNS and to filter based on tags

Having to do this in every project seems to be a little bit of over configuration so being able to set configuration for the plugin as follows would make things a lot simplier. We could then override it on a project by project basis:

framework.plugin.ResourceModelSource.Ec2Nodes.MappingParams= value
framework.plugin.ResourceModelSource.Ec2Nodes.AccessKey = value
etc.