hey Amit,
The mapping file is very important, i was breaking my head for very very long time but found our the rundeck is executing all the actions on the local server, so found out the hostname is not set to access the nodes, below is my default mapping file, for the hostname i mentioned private ip address and able to execute through root user, in your case modify it accordingly.....
# use Name tag for node name
name.selector=tags/Name
hostname.selector=privateIpAddress
description.default=Ec2 node instance
osArch.selector=architecture
osFamily.selector=platform
osFamily.default=unix
osName.selector=platform
osName.default=Linux
username.selector=tags/Rundeck-User
username.default=root
attribute.privateIpAddress.selector=privateIpAddress
attribute.privateDnsName.selector=privateDnsName
tags.selector=tags/Rundeck-Tags
On Wednesday, 3 October 2012 22:17:35 UTC+5:30, Amit Pal wrote:
I am trying to use the ec2 nodes plugin but having some problem
After putting the jar in libext, i can see the AWS resource model type
I provided the access key and secret key as part of configuration but can't see my nodes in the list
Could some please help me?