Changes between Version 11 and Version 12 of GENIExperimenter/RSpecs


Ignore:
Timestamp:
05/14/12 14:47:31 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/RSpecs

    v11 v12  
    11'''UNDER CONSTRUCTION'''
    22[[PageOutline]]
    3 In order to truly allow interoperability among different Aggregate Managers, GENI requires a common language for describing resources, resource requests, and reservations. GENI now uses standardized  Request Specification (RSpec) documents which are XML documents following agreed schemas to represent resources.
     3In order to truly allow interoperability among different Aggregate Managers(AMs), GENI requires a common language for describing resources, resource requests, and reservations. GENI now uses standardized  Request Specification (RSpec) documents which are XML documents following agreed schemas to represent resources.
    44The schemas support Aggregate or resource specific extensions. [wiki:GeniRspec Ongoing work] covers agreeing upon ontologies for other resource types.
    55
    66= RSpec Types =
    7 {{{
    8 #!html
    9 <img style="border-width: 0px;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/RSpecs/rspec-types.png?format=raw" usemap="#Image-Maps_1201202271235537" border="0" width="1436" height="555" alt="" /> />
    10         <map name="rspecs">
    11                 <area shape="rect" coords="698,39,973,137" href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs"/>
    12                 <area shape="rect" coords="758,377,936,479" href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs"/>
    13                 <area shape="rect" coords="759,188,936,294" href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs"/>
    14         </map>
    15 }}}
    167
    178[[Image(rspec-types.png, 60%)]]
    189In GENI there are three types of RSpecs:
    19    * '''advertisement RSpecs'''
    20    * '''reservation RSpecs'''
    21    * '''manifest RSpecs'''
     10   * '''advertisement RSpecs:''' This is the document that is returned by an AM that describes the resources that the AM has.
     11   * '''reservation RSpecs:''' This is the document that a user sends to an AM to describe the resources that he wants to reserve.
     12   * '''manifest RSpecs:''' This is the document returned by an AM tha describes the resources that a user has at an AM.