Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[INVESTIGATE] What are artifacts that SDC adds during the Onboarding process, looking at SDC supported artifact types, possibly VENDOR LICENSE and MODEL INVENTORY (are there others?)

(1) MANIFEST FILE (VNF SDK) - Verifies the MANIFEST file (MainServiceTemplate.mf) and  checks that the defined directories of the PNF package against the manifest file. for example the manifest file might say a files should exist: "Measurements: source: Artifacts/Deployment/Measurements/PM_Dictionary.yaml", the VNF SDK would check that the file PM_Dictionary.yaml exists in the actual PNF package.

(2) TOSCA MetaFile LICENSE Check (VNF SDK) - VNF SDK will check in the PNF package. In the PNF package it is expected that there will be MainServiceTemplate.cert. This is mentioned in the TOSCA MetaFile. For example, in the TOSCA MetaFile, it could be mentioned "Entry-Certificate: Artifacts/resource-gnodeb-template.cert". And VNF SDK would check to make sure that the resource-gnodeb-template.cert file exists in the mentioned directory, the Artifacts in this case. VNF SDK does not look inside this file.

(3) TOSCA MetaFile CERTIFICATE Check (VNFSDK)  - CERTIFICATE check

PNF ONBOARDING PACKAGE: PNF ONBOARDING PACKAGE LOADED

...