Hi All,
I am using Rundeck 1.4.5 and ec2 plugin with it.
I need to execute a Job on multiple nodes. While using the node filter it provides various options of filtering the nodes on basis of 'Name' 'Tags' 'osName' etc.
But if I filter nodes using 'name' option only one nodes gets selected. I want to select multiple nodes using 'name' option as its convienient and suffices my requirement. i know we can specify the tags for selecting the multiple nodes but that would additionally create a task to add/modify tag in resource.xml file and per my requirement I have to have 50 tags and then placing them at right places in xml file.
-------------------------------------------
This is what the scenario is:
1) Include
Name: ABC-Test ###ABC-Test is node Name
##Node Selected and it works##No issues
2) Include
Name: ABC-Test XYZ-Test ####XYZ-Test and ABC-Test are nodes
No nodes are added.
Thanks is advance.
Arun