Opened 12 years ago

Last modified 11 years ago

#72 assigned

RSpecs: preserve shared-vlan info in manifest

Reported by: ahelsing@bbn.com Owned by: ibaldin@renci.org
Priority: minor Milestone:
Component: AM Version: SPIRAL4
Keywords: Cc:
Dependencies:

Description

manifest RSpecs should preserve the shared-vlan elements from the request, if any.

That is, the allocated links in the manifest should be marked as on the shared vlan. In particular, this allows the experimenter to see, in the manifest, the name of the shared VLAN that the link is on. This will also be useful for monitoring and GMOC data integration.

Note that this is a single instance of a larger rule: manifests should preserve elements from the request. But each such element requires (a) a model in NDL, and (b) explicit code to convert in both directions in the RSpec converter. So we will take these on a case by case basis.

Change History (5)

comment:1 Changed 12 years ago by ibaldin@renci.org

Owner: changed from somebody to ibaldin@renci.org
Status: newassigned

comment:2 Changed 11 years ago by lnevers@bbn.com

Checking status for unresolved tickets. Requested the following RSpec shared-vlan element:

  <link client_id="lan0">
    <interface_ref client_id="VM:if0"/>
    <s:link_shared_vlan name="1750"/>
  </link>

The manifest shows:

  <link vlantag="1750" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+f46e3461-e40c-44e5-9906-f8b92cb93927#lan0" 
   client_id="lan0">
   <interface_ref client_id="VM:if0"/>
   <ns4:geni_sliver_info start_time="2013-03-26T10:47:50.111-04:00" expiration_time="2013-04-09T09:47:50.111-04:00" 
    creation_time="2013-03-26T10:47:50.111-04:00" creator_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers"/>
  </link>

Aaron, does this address your request?

comment:3 Changed 11 years ago by ahelsing@bbn.com

no, not yet. The manifest should include <link_shared_vlan name="1750"/>

comment:4 Changed 11 years ago by ahelsing@bbn.com

Priority: majorminor

comment:5 Changed 11 years ago by lnevers@bbn.com

Using 'ORCA Dungeness: v.4.0-SNAPSHOT.build-5495' on GPO SM verified that sliver manifest still does not include <link_shared_vlan name="1750"/> when a shared vlan element has been requested and allocated.

Note: See TracTickets for help on using tickets.