wiki:sol4/IDMS/Images

Version 6 (modified by ezkissel@indiana.edu, 10 years ago) (diff)

--

Available Images


Base Image ExoGENI ProtoGENI
Storage Depot ExoGENI N/A
Phoebus Gateway ExoGENI N/A
XSP Daemon N/A N/A


Example RSpec

  • This example shows how to use the disk_image element to load the Storage Depot image on an ExoGENI PC resource. Note that a 'version' string is used in the ExoGENI case. This string is the sha1 hash of the XML descriptor, and hashes for the image descriptors are available in the web directory of each image URL.
<?xml version="1.0" encoding="utf-8"?>
<rspec type="request"
        xsi:schemaLocation="http://www.geni.net/resources/rspec/3                                                                                   
                            http://www.geni.net/resources/rspec/3/request.xsd                                                                       
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://www.geni.net/resources/rspec/3">
  <node client_id=node0" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am"  exclusive="false" >
    <sliver_type name="m1.large">
     <disk_image name="http://stout.incntre.iu.edu/vm/exogeni/debian/deb7_ibp_server.xml" version="7d3e6e151270d1a4b9ed6330952c7deb1a094796"/>
    </sliver_type>
    <interface client_id="node0:if0">
      <ip address="172.16.0.1" netmask="255.255.255.0" />
    </interface>
  </node>
</rspec>

Specifying an image within Flack

Attachments (1)

Download all attachments as: .zip