Changes between Version 17 and Version 18 of GiB-to-ProtoGENI


Ignore:
Timestamp:
10/16/12 15:35:09 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-to-ProtoGENI

    v17 v18  
    8888=== Modify your GiB RSpec for use at ProtoGENI ===
    8989
    90 In this section we will modify the GENI-in-a-Box RSpec named "three-nodes-lan.rspec" to be used at ProtoGENI. Edit the file "three-nodes-lan.rspec" to introduce the modification needed:
     90In this section we will modify the GENI-in-a-Box RSpec named "three-nodes-lan.rspec" to be used at ProtoGENI. Edit the file "three-nodes-lan.rspec" to introduce the two modification needed:
    9191
    9292First, replace all instances of ''pgeni.gpolab.bbn.com'' with ''emulab.net''.
    9393
    94 Second, replace all instances of the image tag with an image available at ProtoGENI.  The following line: {{{ <disk_image name="urn:publicid:IDN+pgeni.gpolab.bbn.com+image+emulab-ops:UBUNTU1004-STD" os="Linux" version="Ubuntu10.04"/> }}} is replaced by
    95 {{{ <disk_image description="Ubuntu 10 32-bit" name="urn:publicid:IDN+emulab.net+image+emulab-ops:UBUNTU10-STD" os="Linux" version="10"/> }}}.
     94Second, replace all instances of the image tag with an image available at ProtoGENI.  The following line:
     95{{{
     96<disk_image name="urn:publicid:IDN+pgeni.gpolab.bbn.com+image+emulab-ops:UBUNTU1004-STD" os="Linux" version="Ubuntu10.04"/>
     97}}}
     98is replaced by
     99{{{
     100<disk_image description="Ubuntu 10 32-bit" name="urn:publicid:IDN+emulab.net+image+emulab-ops:UBUNTU10-STD" os="Linux" version="10"/>
     101}}}
    96102
    97103 ''Note: You may chose a different image, simply run look for "disk_images" in the rspec-www-emulab-net-protogeniv2.xml generated above. ''