Versions Compared

Key

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

...

Feature

Description







Epic and User Story

Epic

User Story

Description

Honolulu Plan?

JIRA

Support Onboard ETSI SOL004 compliant VNF / CNF packages


  • Executive Summary- Enable a vendor provided ETSI SOL004 v3.3.1 compliant VNF package including an ETSI SOL001 VNF / CNF Descriptor to  be onboarded into ONAP for composition into an ONAP Network Service
    • Support for onboarding ETSI v3.3.1SOL004 VNF CSAR Packages with CNF enhancements
    • Support for onboarding ETSI v3.3.1 SOL001 VNF Descriptor with CNF enhancements
    • Support for mapping of ETSI v3.3.1 SOL001 VNF Descriptor with CNF enhancements into SDC AID Data Model
  • Business Impact- Enables operators and service providers to use same ETSI compliant VNF packages with ONAP and existing NFVO. Industry compatibility.
  • Business Markets- All operators that are currently using ETSI packages to deploy VNFs
  • Funding/Financial Impacts- Reduction in operations expense from using industry standard VNF packaging.  Reduction in capital expense from vendors using a single packaging methodology.
  • Organization Mgmt, Sales Strategies-There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider.

Yes

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDC-2610


Support for onboarding ETSI v3.3.1SOL004 VNF CSAR Packages with CNF enhancements

  • SDC users need to onboard ETSI v3.3.1 SOL004 VNF CSAR Packages with CNF enhancements
  • SDC users should be also able to onboard ETSI v2.6.1 SOL004 CSAR packages - one level backward compatibility needs to be supported
Check
  • For backward compatibility support, SDC needs to check the package manifest file and metadata such as "compatible_specifcation_versions".
    • If it is 3.3.1+, SDC needs to follow
the
    • an onboarding path for the ETSI 3.3.1 version package.
    • If the version is smaller than 3.3.1, SDC follows the existing 2.x onboarding path. 
  • The package version and its descriptor version should match.
Yes

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDC-3337


Support for onboarding ETSI v3.3.1 SOL001 VNF Descriptors with CNF enhancements

  • SDC users need to onboard ETSI v3.3.1 SOL001 VNF Descriptors
with CNF enhancements
  • SDC users should be also able to onboard ETSI v2.6.1/v2.5.1 SOL001 VNF Descriptors - one level backward compatibility needs to be supported
Can we use the
  • property changes for both VNF and PNF. SDC needs to recognize the properties for version separation....
  • new CNF properties / classes / schema should be reflected by SDC... recognize new data models based on IMs...
  • put a separate CNF user story to handle different effort
    • For backward compatibility support, SDC needs to recognize the properties changes (e.g., VNFD_SCHEMA_VERSION
    ??
    • ) for the Version indication. 
    • SDC uses a separate onboarding process depending on the version.
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2611



    Support for
    CNFD
    onboarding ETSI v3.
    ..
    3.1 SOL001 VNF Descriptors with CNF enhancements

    SDC users need to onboard ETSI 3.3.1 with custom enhancements (Note: 4.1.1 is not stable now

    )

    , but 4.1.1 will be used in Honolulu)...

    • SDC needs to support new CNF properties / classes / schema / data models based on defined Information Models
    • SDC may use a separate onboarding process for CNF
    • No backward compatibility for CNF support is necessary



    Support for mapping of ETSI v3.3.1 SOL001 VNF Descriptor

    with CNF enhancements

    into SDC AID Data Model

    Once SDC onboards an ETSI v3.3.1 SOL001 VNF Descriptor, SDC needs to map the ETSI v3.3.1 SOL001 VNF Descriptor into SDC AID Data Model

    • No backward compatibility ; only 3.3.1 mapping
    • No mapping for 2.6.1: SDC should be also able to map ETSI v2.6.1/v2.5.1 VNF Descriptor into SDC AID Data Model (see the 

      84670319 section)

    VNF Mapping:

    • Define a new data type based on the org.openecomp.resource.abstract.nodes.VF with ETSI SOL001 VNF data type attributes.

      • Make the org.openecomp.resource.abstract.nodes.ETSI.VNF a superset of both tosca.nodes.nfv.VNF and org.openecomp.resource.abstract.node.VF
      • During VNF onboarding, SDC copies SOL001 VNF attribute contents to the corresponding attributes in the org.openecomp.resource.abstract.nodes.ETSI.VNF
        • In Guilin, SO NFVO, VFC and SVNFM get those SOL001 VNF attributes from the descriptor, not from AAI. So, AAI schema changes are not expected in Guilin.
      • SOL001 VNF attributes in SDC AID DM VNF will be visible to SDC UI, so SDC UI can change the attributes.
        • But the onboarded vendor ETSI package will note be changed by the SDC UI users in Guilin.
        • Since SO NFVO, VFC and SVNFM use only the original ETSI package, those changes will not be used in Guilin;
        • For the Honolulu release, it is under consideration
          • to sync up between those modified SOL001 VNF attributes and the vendor ETSI Package attributes 
          • to reflect those modified SOL001 VNF attributes in the orchestration
      • ONAP specific attributes that are inherited from the org.openecomp.resource.abstract.nodes.VF will be filled up by SDC (design time)
        • Those attribute contents will not be mapped back into the SOL001 VNF (reverse mapping). For that case, only the SOL001 VNF corresponding attributes will be copied

    VDU Mapping:

    • Make the org.openecomp.resource.abstract.nodes.ETSI.VFC a superset of both tosca.nodes.nfv.Vdu and org.openecomp.resource.abstract.nodes.VFC
    • Note: the org.openecomp.resource.abstract.nodes.VFC represents design-time VFC, not VFC instances
    • During VNF onboarding, SDC copies SOL001 VDU attribute contents to the corresponding attributes in the org.openecomp.resource.abstract.nodes.ETSI.VFC
      • In Guilin, SO NFVO, VFC and SVNFM get those SOL001 VDU attributes from the descriptor, not from AAI. So, AAI schema changes are not expected in Guilin.
    • SOL001 VDU attributes in SDC AID DM VNF will be visible to SDC UI, so SDC UI can change the attributes.
      • But the onboarded vendor ETSI package will note be changed by the SDC UI users in Guilin.
      • Since SO NFVO, VFC and SVNFM use only the original ETSI package, those changes will not be used in Guilin;
      • For the Honolulu release, it is under consideration
        • to sync up between those modified SOL001 VDU attributes and the vendor ETSI Package attributes 
        • to reflect those modified SOL001 VDU / VFC attributes in the orchestration

    VF-Module Mapping:

    • SDC deduces the VF-Module from the SOL001 VNFD Policies>scaling_aspects>properties>aspects
    • Additional VF-Module attributes are deduced as the following table
    • SOL003 Adapter may need to transform the VF-Module back to the SOL001 VNFD policies for the scaling and healing requests from VNFM(s)

    Interface mapping is important for SDC to create Service and connect VNF to external networking, etc. ... TBD

    for capacity and requirements, we need to investigate how SDC / ONAP uses... TBD

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2617

    list

    Support for
    CNF mapping effort

    inside VDU mapping for osContainer, other. TBD

    virtualCPD, MCIOP, Helm Chart... talk to non-ETSI for compatibility...

    mapping of ETSI v3.3.1 SOL001 VNF Descriptor with CNF enhancements into SDC AID Data Model

    Once SDC onboards an ETSI v3.3.1 SOL001 VNF Descriptor with CNF enhancements, SDC needs to map the ETSI v3.3.1 SOL001 VNF Descriptor with CNF enhancements into SDC AID Data Model

    • SDC supports VDU mapping for osContainer to SDC AID DM
      • create a new NF type for CNF
    • SDC supports virtualCPD, MCIOP, Helm Chart...
    • note: need to discuss with the non-ETSI team for compatibility
      • try to have unified modeling between
    try to have unified modeling between
      • non-ETSI and ETS-based CNF modeling... To discuss with SO team...

    crate a new NF type for CNF??? 




    Support for editing ETSI v3.3.1 SOL001 VNF / CNF Descriptor

    SDC users should be able to edit onboarded ETSI v3.3.1 SOL001 VNF Descriptors

    • no backward compatibility is necessary
    currently
    • SDC supports value changes
    , but
    • and also adding properties

    Note: should we reflect the changes to original vendor packages in ETSI_PACKAGE directory??? need to think about impact...

    digital signature (

    SDC generates a new digital signature

    ...), and other implications

    for the package and distributes it to ETSI Catalog Manager.

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2881

    Onboard

























    Design ETSI SOL007 compliant Network Service Descriptor packages


    • Executive Summary
     
    • -
    Onboard
    • Design, catalog and distribute  an ETSI SOL007 v3.3.1 compliant
    (Link to ETSI SOL007 v3.3.1
    • Network Service Descriptor package including an ETSI
    version 3
    • v3.3.1 SOL001 Network Service Descriptor (NSD)
    to  be onboarded into ONAP
    • for
    composition into an ONAP Service or
    • deployment using an ETSI compliant NFVO.
      • Support for
    Cataloging and Preserving the original SOL007 packageSupport for mapping of ETSI
      • designing an ETSI SOL001 v3.3.1
    SOL001
      • compliant Network Service
    Descriptor in the SOL007 package into SDC AID Data Model
  • Support for deploying a service that contains an ETSI SOL001 v3.3.1 compliant Network Service using VF-C as the NFVO

  • Support for deploying a service that contains an ETSI SOL001 v3.3.1 compliant Network Service using an external NFVO

  • Business Impact 
      • that can be deployed with an ETSI compliant NFVO
      • Compose of one or more VNFs and the Virtual Links that connect them.
      • Support for using VNFs with CNF enhancements
    • Business Impact- Enables operators and service providers to use
    vendor provided and
    • internally designed Network Service Descriptors with ONAP and existing NFVO. Industry compatibility.
    • Business Markets
     
    • - All operators and service providers that are developing and deploying ETSI compatible Network Services
    • Funding/Financial Impacts
     
    • - Reduction in operations expense from using industry standard NSD packaging.
    • Organization Mgmt, Sales Strategies
     
    • -There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider.
     
    No

    Yes


    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    2801

    3338


    Support

    onboarding for Cataloging and Preserving the original SOL007 packageSDC users need to support onboarding for Cataloging and Preserving the original SOL007 package (Link to

    for designing an ETSI SOL001 v3.3.1

    )

    compliant Network Service that can be deployed with an ETSI compliant NFVO

    SDC users need to design an ETSI SOL001

    No

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2806

    Support for onboarding of the SOL007

    v3.3.1 compliant

    NSD package including SOL001 NSD that includes references to other NSDs for composition into ONAP ServiceSDC users need to support for onboarding of the SOL007 v3.3.1 compliant NSD package including SOL001 NSD that includes references to other NSDs for composition into ONAP Service

    Network Service that can be deployed with an ETSI compliant NFVO

    • backward compatibility .... TBD... handle old packages...
    • to match the version with VNF / CNF ... 
    • during SDC references VNFs, validate the version of VNFs... in the VNF descriptor... after 2.6.1 there is a version indicator in the metadata... The version number could be part of VNF onboarding... to move it to there...
    • SDC users create NS 
    • SDC users generate SOL007 NS package
    Yes
    No

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    2811

    Design ETSI SOL007 compliant Network Service Descriptor packages

    Executive Summary- Design, catalog and distribute  an ETSI SOL007 v3.3.1 compliant Network Service Descriptor package including an ETSI v3.3.1 SOL001 Network Service Descriptor (NSD) for deployment using an ETSI compliant NFVO.
  • Support for designing an ETSI SOL001 v3.3.1 compliant Network Service that can be deployed with an ETSI compliant NFVO
  • 3339


    Compose of one or more VNFs and the Virtual Links that connect them

    .
  • Support for using VNFs with CNF enhancements
  • Business Impact- Enables operators and service providers to use internally designed Network Service Descriptors with ONAP and existing NFVO. Industry compatibility.
  • Business Markets- All operators and service providers that are developing and deploying ETSI compatible Network Services
  • Funding/Financial Impacts- Reduction in operations expense from using industry standard NSD packaging.
  • Organization Mgmt, Sales Strategies-There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider

    SDC users need to compose one or more VNFs and the Virtual Links that connect them in NS

    cover the VNF version validation... SAP descriptor has a version...


    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    3338

    3340


    Support for

    designing an ETSI SOL001 v3.3.1 compliant Network Service that can be deployed with an ETSI compliant NFVO

    SDC users need to design an ETSI SOL001 v3.3.1 compliant Network Service that can be deployed with an ETSI compliant NFVO

  • backward compatibility .... TBD... handle old packages...
  • to match the version with VNF / CNF ... 
  • during SDC references VNFs, validate the version of VNFs... in the VNF descriptor... after 2.6.1 there is a version indicator in the metadata... The version number could be part of VNF onboarding... to move it to there...
  • SDC users create NS 
  • using VNFs with CNF enhancements

    SDC users need to use VNFs with CNF enhancements


    virtual CPD ... version...

    SDC users generate SOL007 NS package

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    3339

    Compose of one or more VNFs and the Virtual Links that connect them

    SDC users need to compose one or more VNFs and the Virtual Links that connect them in NS

    cover the VNF version validation... SAP descriptor has a version...

    3341


    Support for
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-3340

    Support for using VNFs with CNF enhancements

    SDC users need to use VNFs with CNF enhancements

    virtual CPD ... version...

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-3341

    Support for
    mapping of ETSI v3.3.1 SOL001 Network Service Descriptor in the SOL007 package into SDC AID Data Model

    SDC needs to support for mapping of ETSI SOL001 Network Service Descriptor in the SOL007 package into SDC AID Data Model

    • use SOL001 NSD as SDC AID DM
    • support only ETSI NS and NsVirtualLink only.. maybe more...

    Interfaces...

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-3342


    Support design of Service templates, leveraging NSDs

    SDC users need to support design of Service templates, leveraging NSDs

    ONAP service references NSDs...

    Yes


    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2882






    Design Nested/Hierarchical ETSI SOL001 v3.3.1 Network Service Descriptor package


    • Executive Summary- Design an ETSI SOL007 v3.3.1 compliant Network Service Descriptor package including an ETSI v3.3.1 SOL001 Network Service Descriptor (NSD) that includes references to other Network Service Descriptors for deployment using an ETSI compliant NFVO.
      • Composed of zero or more VNFs and one or more nested Network Services and the Virtual Links that connect them.
      • Support for using VNFs with CNF enhancements
    • Business Impact- Enables operators and service providers to use vendor provided and internally designed Network Service Descriptors with ONAP and existing NFVO. Industry compatibility.
    • Business Markets- All operators and service providers that are developing ETSI compatible Network Services especially for 5G Slicing where each Slice Subnet is associated with a Network Service 
    • Funding/Financial Impacts- Reduction in operations expense from using industry standard NSD packaging.
    • Organization Mgmt, Sales Strategies-There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider.
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2803


    Compose of zero or more VNFs and one or more nested Network Services and the Virtual Links that connect themSDC users need to compose zero or more VNFs and one or more nested Network Services and the Virtual Links that connect themYes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-3343


    Support for using VNFs with CNF enhancements

    Support design of Service templates, leveraging NSDsYes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-3344






    Onboard Prototype Package based on ETSI IFA011 v4.1.1 supporting containerized VNF (CNF) packages


    • Executive Summary- Enable a vendor provided ETSI SOL004 compliant containerized VNF package including an ETSI SOL001 VNF Descriptor with container enhancements to  be onboarded into ONAP for composition into an ETSI Network Service
      • Support for onboarding Prototype v4.1.1 CSAR Packages
      • Support for onboarding Prototype v4.1.1 VNF Descriptor
      • Support for mapping of Prototype v4.1.1 VNF Descriptor into SDC AID Data Model
      • Support for using a Prototype v4.1.1 VNF in an ETSI Network Service
    • Business Impact- Enables operators and service providers to use same ETSI aligned containerized VNF (CNF) packages with ONAP and existing NFVO. Industry compatibility.
    • Business Markets- All operators that are currently using ETSI packages to deploy containerized VNFs (CNFs)
    • Funding/Financial Impacts- Reduction in operations expense from using industry standard containerized VNF (CNF)  packaging.  Reduction in capital expense from vendors using a single packaging methodology.
    • Organization Mgmt, Sales Strategies-There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider.
    Yes

    Support for onboarding Prototype v4.1.1 CSAR Packages

    SDC needs to support onboarding prototype v4.1.1 CSAR packages with CNF artifacts and metadataYes

    Support for onboarding Prototype v4.1.1 VNF Descriptor

    SDC needs to support onboarding prototype v4.1.1 VNF/CNF descriptorYes

    Support for mapping of Prototype v4.1.1 VNF Descriptor into SDC AID Data Model

    SDC needs to support mapping of prototype v4.1.1 VNF/CNF Descriptor into SDC AID Data ModelYes

    Support for using a Prototype v4.1.1 VNF in an ETSI Network Service

    SDC needs to support for a prototype v4.1.1 VNF/CNF in an ETSI network ServiceYes
    Onboard ETSI SOL004 compliant PNF packages

    Executive Summary - Enable a vendor provided ETSI SOL004 compliant PNF package including an ETSI SOL001 PNF Descriptor to  be onboarded into ONAP for composition into an ONAP Service

    Business Impact - Enables operators and service providers to use same ETSI compliant PNF packages with ONAP and existing NFVO. Industry compatibility.

    Business Markets - All operators that are currently using ETSI packages to deploy PNFs

    Funding/Financial Impacts - Reduction in operations expense from using industry standard PNF packaging.  Reduction in capital expense from vendors using a single packaging methodology.

    Organization Mgmt, Sales Strategies -There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider. 

    Yes?

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2805


    SDC supports onboarding of the SOL004 PNF package includes SOL001 PNFD

    • PNFD onboarding is done and its regression testing will be done
    • SOL004 PNF package onboarding is done in Dublin but support v3.3.1
    • Update onboarding procedure for v3.3.1
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2837



    Support for mapping of ETSI v3.3.1 SOL001 PNF Descriptor into SDC AID Data Model


    SOL001 PNFD 3.3.1 Mapping to SDC AID DMYes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2836

    Support additional package artifact Indicators for ETSI packages and Non-ETSI packages

    SDC supports additional package artifact types to split ETSI packages from other non-ETSI TOSCA packages

    • SDC (notification) generates additional artifact types
    • SDC client filters on the additional artifact types

    Onboard ETSI SOL007 compliant Network Service Descriptor packages


    Executive Summary - Onboard an ETSI SOL007 v3.3.1 compliant (Link to ETSI SOL007 v3.3.1)  Network Service Descriptor package including an ETSI version 3.3.1 SOL001 Network Service Descriptor (NSD) to  be onboarded into ONAP for composition into an ONAP Service or deployment using an ETSI compliant NFVO.

    • Support for Cataloging and Preserving the original SOL007 package

    • Support for mapping of ETSI v3.3.1 SOL001 Network Service Descriptor in the SOL007 package into SDC AID Data Model

    • Support for deploying a service that contains an ETSI SOL001 v3.3.1 compliant Network Service using VF-C as the NFVO

    • Support for deploying a service that contains an ETSI SOL001 v3.3.1 compliant Network Service using an external NFVO

    Business Impact - Enables operators and service providers to use vendor provided and internally designed Network Service Descriptors with ONAP and existing NFVO. Industry compatibility.

    Business Markets - All operators and service providers that are developing ETSI compatible Network Services

    Funding/Financial Impacts - Reduction in operations expense from using industry standard NSD packaging.

    Organization Mgmt, Sales Strategies -There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider. 

    No
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    2813SDC Notification supports additional package artifact types to split ETSI package from other non-ETSI TOSCA packages

    SDC (Notification) supports additional package artifact types to split ETSI package from other non-ETSI TOSCA packages

    • for SOL004 and SOL007 packages, artifact type = ONBOARDED_ETSI_PACKAGE
    • for non-ETSI TOSCA package, artifact type = ONBOARDED_ONAP_PACKAGE

    2801


    Support onboarding for Cataloging and Preserving the original SOL007 package

    SDC users need to support onboarding for Cataloging and Preserving the original SOL007 package (Link to ETSI SOL001 v3.3.1)

    No
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    key

    SDC-2814SDC client supports additional filtering on the artifact types for distinguishing between ETSI packages and Non-ETSI packages

    SDC client supports additional filtering on the artifact types for distinguishing between ETSI packages and Non-ETSI packages

    • for SOL004 and SOL007 packages, filtering for artifact type = ONBOARDED_ETSI_PACKAGE
    • for non-ETSI TOSCA package, filtering for artifact type = ONBOARDED_ONAP_PACKAGE

    SDC-2806


    Support for onboarding of the SOL007 v3.3.1 compliant NSD package including SOL001 NSD that includes references to other NSDs for composition into ONAP ServiceSDC users need to support for onboarding of the SOL007 v3.3.1 compliant NSD package including SOL001 NSD that includes references to other NSDs for composition into ONAP ServiceNo
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-

    2815

    2811






    Support ETSI Package Security and validation

    ONAP supports vendor ETSI

    Package

    3.3.1Package Security and validation

    • If the vendor package includes signature and certificate, ONAP supports the package security
    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2613


    • SOL004 VNF/PNF Package security will be supported by SDC, based on the ETSI 3.3.1 package signature and certificate

    ONAP SDC supports

    the package

    ETSI 3.3.1 SOL004 VNF/PNF Package security

    Done
    Yes

    • SOL007 NS Package security will be supported by SDC, based on the ETSI 3.3.1 package signature and certificate

    ONAP SDC supports

    the package security

    ETSI 3.3.1 SOL007 NS Package security 

    Yes

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keySDC-2614

    Support of ETSI Package Validation
    VNF SDK will support ETSI package validation for VNF and NSTBD

    VNF SDK will support ETSI VNF package pre-onboarding for validationVNF SDK will support ETSI VNF package pre-onboarding for validationTBD

    VNF SDK will support ETSI NS package pre-onboarding for validationVNF SDK will support ETSI NS package pre-onboarding for validationTBD

    ETSI Package Management Architecture

    ...