Overview
The Modeling/etsicatalog project provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and which then can be consumed by other projects or components, such as UUI, VF-C, etc. It also includes a TOSCA parser service which provides generic parser service.
Build and Install
...
- Docker
- Docker-compose
Offered APIs
Modeling/esticatalog provides the followed interfaces:
Interface Name | Interface Definition | Interface Capabilities |
---|---|---|
etsicatalogAPIE-1 | Catalog API | Provides catalog management interface:
|
etsicatalogAPIE-2 | NSD Management API | Provides NSD management interface (Align with ETSI SOL-005)
|
etsicatalogAPIE-3 | VNF Management API | Provides VNF management interface (Align with ETSI SOL-003)
|
etsicatalogAPIE-4 | Parser API | Provides Parse interface:
|
Please see the REST API document as follows.
Consumed APIs
...
Modeling/esticatalog consumes the followed interfaces:
Interface Name | Interface Definition | Interface Capabilities |
---|---|---|
SDCE-6 | SDC Interface | An interface to receive resource Templates from SDC design catalog
https://{serverRoot}/sdc/v1/catalog/{assetType} |
...
https://{serverRoot}/sdc/v1/catalog/{assetType}/{uuid}/metadata |
https://{serverRoot}/sdc/v1/catalog/{assetType}/{uuid}/toscaModel | ||
MSBE-1 | Micro Service Bus Interface | An interface for registration and discovery with the ONAP Micro Service Bus. |