I am using rundeck to administer my production cluster. It is all hosted within AWS. Currently, we have the following configuration in every project:
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.
I am using rundeck to administer my production cluster. It is all hosted within AWS. Currently, we have the following configuration in every project:
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: