Changes between Version 17 and Version 18 of GiB-to-ProtoGENI
- Timestamp:
- 10/16/12 15:35:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-to-ProtoGENI
v17 v18 88 88 === Modify your GiB RSpec for use at ProtoGENI === 89 89 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: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 two modification needed: 91 91 92 92 First, replace all instances of ''pgeni.gpolab.bbn.com'' with ''emulab.net''. 93 93 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"/> }}}. 94 Second, 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 }}} 98 is 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 }}} 96 102 97 103 ''Note: You may chose a different image, simply run look for "disk_images" in the rspec-www-emulab-net-protogeniv2.xml generated above. ''