sonata-nfv/son-schema

VNF version mismatch in sonata-demo packages

Closed this issue · 1 comments

In the sonata-demo packages (sonata-demo.son and sonata-demo-docker.son) the version of VNFs (vnd_version) in service descriptor does not match the version of the VNFs in function descriptors. The service descriptor sonata-demo.yml specifies the VNFs "firewall-vnf", "iperf-vnf" and "tcpdump-vnf" with version "0.1", however all this VNF descriptors (firewall-vnfd.yml, iperf-vnfd.yml and tcpdump-vnfd.yml) have the version "0.2".

This causes a problem in matching the correct VNFs specified in the service descriptor, particularly in son-catalogue server which uses the pair <vnf_vendor, vnf_name, vnf_version> for identifying VNFs.

Done. Addressed by pull request #93.