Hi,
In our project, we have a requirement to get the value from the drop
down list option and then use that value to select the nodes run time
while executing a job. I have tried parameterizing the tagname but it
looks like the value is not getting replaced with the one selected
runtime. Here is what our deployment structure looks like:
POD1 (Associated with Parent Job: PODJob. The tag name POD1/POD2 is an
option picked by admin from the drop down while running a job.)
|
|___AppNode1 (associated with Job1, tags:AppNode, POD1)
|
|___AppNode2 (associated with Job1, tags:AppNode, POD1)
|
|___DBNode1 (associated with Job2, tags:DBNode, POD1)
POD2 (Associated with Parent Job: PODJob. Same as POD1)
|
|___AppNode3 (associated with Job1. tags:AppNode, POD2)
|
|___AppNode4 (associated with Job1. tags:AppNode, POD2)
|
|___DBNode2 (associated with Job2, tags:DBNode, POD2)
This will help us reuse the POD job just by selecting the job from the
option.
I really appreciate your quick reply for the same!
Regards,
Jitendra Patel