Changes between Version 27 and Version 28 of DICLOUD/GEC12tutorial


Ignore:
Timestamp:
10/18/11 14:32:45 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DICLOUD/GEC12tutorial

    v27 v28  
    347347=== Environment Configuration: directory.xml ===
    348348
    349 directory.xml defines the Gush resource directory. This file tells the Gush default matcher where to locate resources during execution. In the following example, we specify PlanetLab slices available to us, and define a mapping between slice names and port numbers.
     349directory.xml defines the Gush resource directory. This file tells the Gush default matcher where to locate resources during execution. In the following example, we specify the IP addresses of the nodes available to us.  Replace amazon.machine.ip and amazon.machine2.ip with the IP addresses of the VMs you created earlier.
    350350
    351351{{{
     
    369369  <pref key="!ClientPrefix">./</pref>
    370370  <pref key="!ClientPath">./</pref>
    371   <pref key="UsePlanetLab">true</pref>
     371  <pref key="!UsePlanetLab">true</pref>
    372372</preferences>
    373373}}}