sonata-nfv / son-catalogue-repos

SONATA's Service Platform Catalogue and Repository
http://www.sonata-nfv.eu
Apache License 2.0
4 stars 10 forks source link

Add new field ‘license_type’ to services #149

Closed dang03 closed 7 years ago

dang03 commented 7 years ago
  1. Where is this field located, in meta-data level or descriptor level?
  2. If it is located in meta-data level, when is this field declared, a) once the nsd is stored or b) while the nsd is being stored?
    • a) requires a specific put method to update ‘license_type’ field
    • b) requires ‘license_type’ meta-data passed in the call to store the nsd
jbonnet commented 7 years ago

Hi, @dang, this should be a descriptor field (data level).

On 24 Jan 2017, at 15:50, Daniel notifications@github.com wrote:

Where is this field located, in meta-data level or descriptor level? If it is located in meta-data level, when is this field declared, a)once the nsd is stored or b) while the nsd is being stored? a) requires a specific put method to update ‘licence_type’ field b) requires ‘licence_type’ meta-data passed in the call to store the nsd — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sonata-nfv/son-catalogue-repos/issues/149#issuecomment-274843244, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAuQyeIU5I2Bhs9hjdgSDbRjC5xkg_rks5rVh3WgaJpZM4LfRcJ.

dang commented 7 years ago

@jbonnet I think you meant @dang03

jbonnet commented 7 years ago

Ha, sorry, yes I do, sorry to both...

On 24 Jan 2017, at 16:08, Daniel Gryniewicz notifications@github.com wrote:

@jbonnet https://github.com/jbonnet I think you meant @dang03 https://github.com/dang03 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sonata-nfv/son-catalogue-repos/issues/149#issuecomment-274848798, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAuQ2OprvXibmKFwVCiEPbjz5h3095iks5rViHsgaJpZM4LfRcJ.

dang03 commented 7 years ago

Thank you @jbonnet, then this issue is more related to the son-schema (nsd schema) than catalogues.