Changes between Version 39 and Version 40 of GENIExperimenter/RSpecs


Ignore:
Timestamp:
05/15/12 11:19:48 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/RSpecs

    v39 v40  
    4242
    4343== Converting ProtoGENI v2 to GENI v3 ==
     44The only thing that changed from ProtoGENI v2 to GENI v3 RSpecs is the location of the schemas. On the top of a ProtoGENI v2 RSpecs there is the `<rspec>` tag that provides a lot of information about the RSpec version that is used in the document. In order to convert them to GENI v3 RSpecs you will just need to replace that tag.
    4445
     46''' ProtoGENI v2 example '''
     47{{{
     48!#xml
     49<rspec xmlns="http://www.protogeni.net/resources/rspec/2"
     50       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     51       xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2
     52                           http://www.protogeni.net/resources/rspec/2/request.xsd"
     53       type="request" >
     54
     55<!-- Rest of RSpec -->
     56</rspec>
     57}}}
    4558
    4659''' For comments and corrections on this page please [mailto:help@geni.net email us].'''