rundeck-plugins / rundeck-ec2-nodes-plugin

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

rundeck variables do not get translated in mapping file or mapping params #36

Open emailbob opened 8 years ago

emailbob commented 8 years ago

In my mapping file I have editUrl.default=https://console.aws.amazon.com/ec2/home#s=Instances&selectInstance=${node.instanceId}

The out put is https://console.aws.amazon.com/ec2/home#s=Instances&selectInstance=${node.instanceId}

The variable ${node.instanceId} does not get translated.

For the mapping params I tried ssh-keypath.default=/path/to/key/${node.ec2-keyname}.pem;ec2-keyname.selector=keyName This also does not get translated