Version 8 (modified by 9 years ago) (diff) | ,
---|
Available Images
Base Image | ExoGENI | ProtoGENI |
Storage Depot | ExoGENI | https://www.emulab.net/image_metadata.php?uuid=a66bf63e-ab8a-11e3-8053-001143e453fe |
Phoebus Gateway | ExoGENI | https://www.emulab.net/image_metadata.php?uuid=c35dd5e1-a612-11e3-b487-001143e453fe |
XSP Daemon | TBD | TBD |
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)
- idms_flack.png (58.9 KB) - added by 9 years ago.
Download all attachments as: .zip