fabric-testbed / fabric-portal

FABRIC portal repo
MIT License
5 stars 0 forks source link

Last Minute Fix for Dec Workshop #124

Closed yaxue1123 closed 2 years ago

yaxue1123 commented 2 years ago
yaxue1123 commented 2 years ago

Orchestrator API issue:

  1. the graph json returned from orchestrator API has exception of node parent - child relationship. For "has" links, the normal relationship (source -> target) is VM has SmartNIC, and SmartNIC has OVS. But sometimes they are opposite.

Open Issue: Orchestrator API Update Request

  1. A SmartNIC "has" two VMs: a SmartNIC (id: 261) "has" both VM (id: 262) and VM (id: 278). The problem slice id is: 8d5288e2-6baf-4b9e-a0f1-5f6420cb0e6f

Open Issue: Bug Report

yaxue1123 commented 2 years ago

Temporary solution: update the slice parser to handle both situation.

Create an issue in the orchestrator API repo later.

Ideal "has" relationship chain: Site -> NetworkNode (VM) -> Component (NIC) -> NetworkService -> (OVS) -> ConnectionPoint.