Make resource manager's node ip addresses envReplace-able
---------------------------------------------------------
Key: OODT-82
URL: https://issues.apache.org/jira/browse/OODT-82
Project: OODT
Issue Type: Improvement
Components: resource manager
Affects Versions: 0.1-incubating
Environment: none
Reporter: Brian Foster
Assignee: Brian Foster
Priority: Minor
Fix For: 0.2
Attachments: OODT-82.2010-12-10.patch.txt
for example, the following would NOT replace "[BATCH_STUB_PORT]" and thus given
an invalid URL exception:
<cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
<node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]"
capacity="8"/>
</cas:resourcenodes>
the following would replace "[BATCH_STUB_PORT]":
<cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
<node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]"
capacity="8" envReplace="true"/>
</cas:resourcenodes>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.