sonata-nfv / tng-schema

5GTANGO descriptor, record, and package specifications and schemas (data models)
http://www.5gtango.eu
Apache License 2.0
4 stars 15 forks source link

Allow QoS properties for virtual links (VLDs) #81

Closed mpeuster closed 6 years ago

mpeuster commented 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
stefanbschneider commented 6 years ago

Currently, there's a qos key in the NSD schemas for vLinks, but its value is a single string:

qos:
    type: "string"

I'll change this into an array of arbitrary key/value pairs for QoS.

stefanbschneider commented 6 years ago

Example NSD: https://github.com/sonata-nfv/tng-schema/blob/master/service-descriptor/examples/qos-nsd.yml