Changes between Version 15 and Version 16 of GENIMetaOps/DraftMonitoringMetrics


Ignore:
Timestamp:
05/01/12 00:28:42 (12 years ago)
Author:
chaos@bbn.com
Comment:

add URN field for SAs and AMs

Legend:

Unmodified
Added
Removed
Modified
  • GENIMetaOps/DraftMonitoringMetrics

    v15 v16  
    1717 * Primary element: an SA's relational data should be contained in an `<sa>` element, with the following mandatory attributes:
    1818   * `name`: the name of the SA host (e.g. an FQDN)
     19   * `urn`: the GENI URN of this SA
    1920   * `type`: what type of SA is this?  SA functionality is the same regardless of what type of software implements the SA, so this piece of information is just for reference while debugging.
    2021   * `version`: what version of the SA software is this SA running --- meaning of this value depends on the SA
     
    3334 * Primary element: an aggregate's relational data should be contained in an `<aggregate>` element, with the following mandatory attributes:
    3435   * `name`: the name of the aggregate host (e.g. an FQDN)
     36   * `urn`: the GENI URN of this AM
    3537   * `type`: what type of aggregate is this? GMOC will probably need to be aware of all valid values of this attribute, though new values may be able to do some useful things by default. In this example, we use the aggregate type values: `myplc`, `foam`.
    3638   * `version`: what version of the AM software is this AM running --- meaning of this value depends on the AM type
     
    7577 * Relations:
    7678{{{
    77 <sa name="pgeni.gpolab.bbn.com" type="protogeni" version="" location="gpolab" organization="BBN">
     79<sa name="pgeni.gpolab.bbn.com" urn="urn:publicid:IDN+pgeni.gpolab.bbn.com" type="protogeni" version="" location="gpolab" organization="BBN">
    7880  <slice name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+plastic-104" uuid="18aaf8f4-7d77-11e0-b70c-000c29f89f7b" created=1305261529 expires=1337083200 creator_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+jbs" />
    7981</sa>