Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

NDL manifest contains replicated incorrectly formatted labels for some objects #243

Open
ibaldin opened this issue Jun 4, 2019 · 0 comments
Assignees
Labels

Comments

@ibaldin
Copy link
Contributor

ibaldin commented Jun 4, 2019

This is a minor issue with manifest.

This is from the attached manifest (which is the same as in #242). CrossConnect (LinkConnection) object cmnw contains two label statements "3" and "3.0". The second one is incorrect - they should always be integers. Not clear what is causing duplicate labels one formatted as integer, one as a float. Flukes may randomly pick up 3 or 3.0 as the label that gets displayed.

  <rdf:Description rdf:about="http://geni-orca.renci.org/owl/3b3af97b-00f8-4943-96cc-2e4711fc18ee#cmnw">
    <rdf:type rdf:resource="http://geni-orca.renci.org/owl/topology.owl#BroadcastConnection"/>
    <rdf:type rdf:resource="http://geni-orca.renci.org/owl/topology.owl#NetworkConnection"/>
    <rdf:type rdf:resource="http://geni-orca.renci.org/owl/topology.owl#LinkConnection"/>
    <j.4:inDomain rdf:resource="http://geni-orca.renci.org/owl/uhvmsite.rdf#uhvmsite/Domain/vlan"/>
    <j.4:message>Reservation 45b685e8-51e8-4153-b480-55f0c2d533f7 (Slice Mobius-Exogeni-kthare10-EPRefLyOs1) is in state [Active,None]
</j.4:message>
    <j.4:hasReservationState rdf:resource="http://geni-orca.renci.org/owl/request.owl#Active"/>
    <j.17:hasInterface rdf:resource="http://geni-orca.renci.org/owl/3b3af97b-00f8-4943-96cc-2e4711fc18ee#cmnw-master0/0/intf"/>
    <j.17:hasInterface rdf:resource="http://geni-orca.renci.org/owl/a35b3a4f-bab9-41ff-8525-ec5238922fd7#cmnw-submit1/0/intf"/>
    <j.17:hasInterface rdf:resource="http://geni-orca.renci.org/owl/bcd7b388-0ae1-47b4-b299-13193bbdd872#cmnw-worker2/0/intf"/>
    <j.9:hasResourceType rdf:resource="http://geni-orca.renci.org/owl/domain.owl#VLAN"/>
    <j.17:hasGUID>9fbe1811-98e2-43c9-9c3a-7a98b81ba4de</j.17:hasGUID>
    <j.3:bandwidth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1000000000</j.3:bandwidth>
    <j.3:atLayer rdf:resource="http://geni-orca.renci.org/owl/ethernet.owl#EthernetNetworkElement"/>
    <j.17:hasURL>http://geni-orca.renci.org/owl/uhvmsite.rdf#uhvmsite/Domain/vlan</j.17:hasURL>
    <j.15:item rdf:resource="http://geni-orca.renci.org/owl/3b3af97b-00f8-4943-96cc-2e4711fc18ee#master0"/>
    <j.15:item rdf:resource="http://geni-orca.renci.org/owl/a35b3a4f-bab9-41ff-8525-ec5238922fd7#submit1"/>
    <j.15:item rdf:resource="http://geni-orca.renci.org/owl/bcd7b388-0ae1-47b4-b299-13193bbdd872#worker2"/>
    <rdfs:label>3</rdfs:label>
    <rdfs:label>3.0</rdfs:label>
    <j.16:quantumNetUUID>6054867e-ef79-4404-9cce-ddd2123cb7cc</j.16:quantumNetUUID>
    <j.9:isAllocatable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.9:isAllocatable>
  </rdf:Description>

manifest-bw.rdf.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants