Versions Compared

Key

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

1 High Level Component Definition and Architectural Relationships 


draw.io Diagram
width
bordertrue
viewerToolbardiagramNametruemodeling_r5
fitWindowsimpleViewerfalse
diagramNamexxxxxx System View
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth915916
revision12

The etsicatalog project provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and can be consumed by other projects or components, such as UUI, VF-C, etc. It also includes a TOSCA parser service.

2. API definitions

Modeling esticatalog provides the following interfaces:

...

Interface NameInterface Definition Interface Capabilities
SDCE-6SDC Interface

An interface to receive resource Templates from SDC design catalog

MSBE-1Micro Service Bus InterfaceAn interface for registration and discovery with the ONAP Micro Service Bus.


3. Component Description:

Image RemovedImage Added

Etsicatalog is a web application based on python3 and Django framework. It is a  standalone microservice which provides:

  • Package Management Service
  • Parser Service

4. known system limitations

Now the component Redundancy and scaling depends on Kubernetes.

5. Used Models

Modeling etsicatalog use the following models:

  • TOSCA  - TOSCA  - VNF Descriptor/NS Descriptor  ETSI NFV SOL001  v2.4.1 & v2.5.1 

6. System Deployment Architecture

Modeling etsicatalog consists of 2 container:

  • etsicatalog - The Catalog & Parser microservice 

  • etsicatalog-db - The etsicatalog DB service


7. New Release Capabilities

  • Read VNFD
  • supports the ONBOARDING_PACKAGE directory for the original vendor ETSI package extraction 
  • VNF/NS package Subscribe & Notify
  • Support https for all external REST APIs

8. References

  1.  Modeling etsicatalog Installation & User Guide: Etsicatalog Documentation

...