Changes between Version 19 and Version 20 of NewAPI


Ignore:
Timestamp:
Jul 25, 2015 6:33:13 PM (9 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewAPI

    v19 v20  
    150150Realizations are explicit objects because an experiment may be in progress more than once and used by different groups of researchers.
    151151
    152 The realization API is primarily concerned with constructing an experiment's environment by calling out through the Containers SPI
     152The realization API is primarily concerned with constructing an experiment's environment by calling out through the Testbed SPI
    153153
    154154We call the process of constructing the experiment's environment ''realizing'' the experiment.
    155155
    156 When realizing the experiment, the testbed uses the containers API to configure and control the hardware and software that create the environment.
     156When realizing the experiment, the testbed uses the testbed API to configure and control the hardware and software that create the environment.
    157157
    158158== The Containers API ==
     
    229229 * ssh keys
    230230
    231 Access to and configuration of resources is affected by the project(s) a user is acting as a member of.  When a user requests resources, thay specify the projects under which they are requesting them.  A user requesting resources as a member of a project representing a university class may have access to different resources than one acting as a member of the testbed administration.  How membership affects the resources a group can claim is set by testbed [wiki:NewAdmin policy].
    232 
    233 In addition, the membership in projects controls how resources will be configured.  A resource in use by a particular project will generally be configured to be accessible to all members of that project.  A student who allocates resources as a member of a small design group while implementing a class project may later allocate resources as a member of the whole class when presenting the work to the class's TA and professor.
     231Access to and configuration of resources is affected by the circle(s) a user is acting as a member of.  When a user requests resources, thay specify the circle under which they are requesting them.  A user requesting resources as a member of a circle representing a university class may have access to different resources than one acting as a member of the testbed administration.  How membership affects the resources a group can claim is set by testbed policy.
     232
     233In addition, the membership in circles controls how resources will be configured.  A resource in use by a particular circle will generally be configured to be accessible to all members of that circle.  A student who allocates resources as a member of a small design group while implementing a class project may later allocate resources as a member of the whole class when presenting the work to the class's TA and professor.
    234234
    235235