netgroup-polito / frog4-openstack-do

FROG4 - OpenStack Domain Orchestrator submodule
1 stars 0 forks source link

The OS-DO does not use the functional capabilities to select the VNF #18

Closed ivanocerrato closed 7 years ago

ivanocerrato commented 7 years ago

The OS-DO wants that the NF-FG contains the vnf_template field, which points to a valid template into the datastore. This is due to a bug in the NFFG library, which sets this parameter as mandatory https://github.com/netgroup-polito/nffg-library/blob/master/schema.json#L320 . I have added a specific issue also here https://github.com/netgroup-polito/nffg-library/issues/2

Moreover, the OS-DO completely ignores the "functional-capability" field.

rbrtbnfgl commented 7 years ago

Done in https://github.com/netgroup-polito/frog4-openstack-do/commit/1e089c4fd266903e0d10d5e892b7fc33caf22565 Waiting the update of the orchestrator for the field vnf-template mandatory. After that it should be merged with the master.

rbrtbnfgl commented 7 years ago

Merged with master