Changes between Version 7 and Version 8 of AaronHelsinger/GAPI_AM_API_DRAFT


Ignore:
Timestamp:
03/22/12 14:25:17 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AaronHelsinger/GAPI_AM_API_DRAFT

    v7 v8  
    241241  - eg: {{{1985-04-12T23:20:50.52Z}}} or {{{1996-12-19T16:39:57-08:00}}}
    242242
     243{{{
     244#!comment
     245
    243246== Ticket contents ==
    244247Tickets have an ID, the certificate of the slice to whom the resources are promised, an RSpec representing the promised resources, several timestamps, other attributes, and a signature by the aggregate (including the aggregate's certificate).
     
    399402  - Specifying {{{geni_start_time}}} means tell me what will be available at that time. Default is now.
    400403  - Specifying both {{{geni_end_time}}} and {{{geni_start_time}}} means show me only things available for that entire duration.
     404
     405}}}
    401406
    402407-----
     
    627632  - Silently replacing the existing slivers with new slivers (similar to a call to !UpdateSlivers) is not acceptable.
    628633
    629  - '''Change Set I1''': Add {{{geni_expires}}} to return from !SliversStatus for whole slice and then each sliver
     634 - '''Adopted: Change Set I1''': Add {{{geni_expires}}} to return from !SliversStatus for whole slice and then each sliver
    630635  - '''This change was adopted at GEC13'''
    631636  - This change standardizes behavior necessary for experimenters to determine their sliver expiration times.
     
    634639   - eg: {{{1985-04-12T23:20:50.52Z}}} or {{{1996-12-19T16:39:57-08:00}}}
    635640
    636  - '''Change Set I2''': Add SSH logins/keys to each node that supports SSH login in the manifest RSpec
     641 - '''Adopted: Change Set I2''': Add SSH logins/keys to each node that supports SSH login in the manifest RSpec
    637642This change standardizes behavior so experimenters can readily find how to log in to reserved resources. Aggregates that allocate resources that an experimenter can 'log in to', should use this struct to return that information. Other aggregates will not use this at all.
    638643
     
    687692  - !SliversStatus is for everything else: anything which the AM can change for you using API calls, or which changes over time. So it has up/down state, expiration time, and now login keys. It provides that for your whole slice at this aggregate and all contained slivers.
    688693
    689  - '''Change Set I3''': Return sliver expiration from !CreateSlivers
     694 - '''Adopted: Change Set I3''': Return sliver expiration from !CreateSlivers
    690695'''This change was adopted at GEC13.'''
    691696