nfvlabs / openmano

Openmano is an open source project that provides a practical implementation of the reference architecture for Management & Orchestration under standardization at ETSI’s NFV ISG
Apache License 2.0
180 stars 74 forks source link

VNF descriptors for typical cloud VMs still require the field "numas" #3

Closed gerardo-garcia closed 9 years ago

gerardo-garcia commented 9 years ago

When trying to create the Linux VNF in the example, it fails because it expects the "numas field: openmano vnf-create vnfs/examples/linux.yaml

The result is an internal server error, because openmano always tries to assign the field numas.

Workaround is: add the field "numas" as an empty list in the VNFD. Possible solution: modify the code to check if the field "numas" exists for a VNFC before the assignment. If it does not exist, assign an empty list.

gerardo-garcia commented 9 years ago

Not solved yet