...
Drawio | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
...
The current esticatalog API documents can be found at:
https://wikilf-onap.onapatlassian.orgnet/wiki/download/attachments/6855026316392435/etsicatalog_API_v1.yaml?version=1&modificationDate=1568686293000&api=v2
Modeling esticatalog consumes the following interfaces:
Interface Name | Interface Definition | Interface Capabilities | |||
---|---|---|---|---|---|
SDCE-6 | SDC Interface | ONAP components retrieve service models from the Design Catalog | |||
SDCE-7 | SDC Interface | Distribution Engine publishes service notification to DMaaP. ONAP components subscribe to service notification from DMaaP | |||
An interface to receive resource Templates from SDC design catalog | |||||
MSBE-1 | Micro Service Bus Interface | An interface for registration and discovery with the ONAP Micro Service Bus. | DMaaP-3 | DMaaP Message Router Consuming Interface | Provides a message receiving service to the DMaaP user |
3. Component Description:
Etsicatalog is a web application based on python3 and Django framework. It is a standalone microservice which provides:
...
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
...