Closed mpeuster closed 6 years ago
We need this for the communication pilot. It seems parts of this is already implemented, so at least do a cross check.
Something like:
properties: # (arbitrary key/value list for each link) qos: latency: value bw: value
Currently, there's a qos key in the NSD schemas for vLinks, but its value is a single string:
qos
qos: type: "string"
I'll change this into an array of arbitrary key/value pairs for QoS.
Example NSD: https://github.com/sonata-nfv/tng-schema/blob/master/service-descriptor/examples/qos-nsd.yml
We need this for the communication pilot. It seems parts of this is already implemented, so at least do a cross check.
Something like: