Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-82

Make resource manager's node ip addresses envReplace-able

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.1-incubating
    • 0.2
    • resource manager
    • None
    • none

    Description

      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>

      Attachments

        1. OODT-82.2010-12-10.patch.txt
          1 kB
          Brian Foster

        Activity

          People

            bfoster Brian Foster
            bfoster Brian Foster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: