Versions Compared

Key

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

...

    • REQUIREMENT <3>: introduce the following metadata for App package. By using the new metadata, SDC and orchestrator know this package is based on ASD 
      • asd_id
      • app_provider_id
      • app_product_name
      • app_release_date_time
      • app_software_version
      • app_package_version
      • compatible_specification_versions

...

<ETSI keynames extension>

note: for ASD, we don't need to follow all the following entries.

    • TOSCA.meta
      • REQUIREMENT #<4>: for ASD, use only ETSI-Entry-Manifest

...

  • Files (optional; Images, Licenses and Artifacts directories can be located under the root directory)
    • Images
      • <image>.   <image>          // or image reference
      • <image>           // or image reference
    • Licenses
      • LICENSE.txt
    • Artifacts
      • Deployment
        • HELM             //REQUIREMENT #<5>: use the "HELM" directory to contain Helm Charts
          • <Helm Chart A file>                                  // Helm Charts can include values.schema.json along with values.yaml
          • <Helm Chart B file>                                  // It is for imposing a structure on the values.yaml file

...