sonata-nfv/son-catalogue-repos

ERROR: Package Vendor not found

jbonnet opened this issue · 3 comments

@dang03 I'm trying to create the 'simplest-example.son' package ({"descriptor_version"=>"1.0", "package_group"=>"eu.sonata-nfv.package", "package_name"=>"simplest-example", "package_version"=>"0.1", "package_maintainer"=>"Michael Bredel, NEC Labs Europe"}), and I'm getting the following error: {"error":"ERROR: Package Vendor not found"}.

Is there a validation of the vendor (that is failing), or is it complaining that the field 'Package Vendor' is not valid? I'm asking because I thought packages have been updated recently...

@dang03 : Ok, it became 'Package Group'...

@jbonnet
The simple-example (and the other package descriptor example) still includes old field-names, which will trigger errors. These next fields:
"package_group"
"package_name"
"package_version"
They became/changed to the new and current field-names:
"vendor"
"name"
"version"

There's the issue #34 which is still pending to close that refers to this topic.

@dang03 Ah, ok, thanks!