Versions Compared

Key

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

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. 

Image RemovedImage Added

Build and Install

...

  • Docker
  • Docker-compose

Offered APIs

Modeling/esticatalog provides the followed interfaces:

Interface Name

Interface Definition

 Interface Capabilities

etsicatalogAPIE-1Catalog API

Provides catalog management interface:

  • fetch VNF package from SDC
  • fetch NS package from SDC
  • fetch Service package from SDC
  • search VNF/NS/Service
etsicatalogAPIE-2NSD Management API

Provides NSD management interface (Align with ETSI SOL-005)

  • Create NSD Info
  • Upload NSD
  • Query NSD Info
  • Fetch NSD
  • Delete NSD
  • Create PNFD Info
  • Upload PNFD
  • Query PNFD Info
  • Fetch PNFD
  • Delete PNFD
  • Subscribe & Notify
etsicatalogAPIE-3VNF Management API

Provides VNF management interface (Align with ETSI SOL-003)

  • Create VNF Package Info
  • Upload VNF Package
  • QueryVNF Package Info, include obtaining the VNFD
  • Fetch VNF Package
  • Fetch VNF Package Artifacts
  • Delete VNF Package
  • Subscribe & Notify
etsicatalogAPIE-4Parser API

Provides Parse interface:

  • Parse VNF
  • Parse PNF
  • Parse NS
  • Parse Service

Please see the REST API document as follows.

etsicatalog_API_v1.yaml

Consumed APIs

...

Modeling/esticatalog consumes the followed interfaces:

Interface Name

Interface Definition

 Interface Capabilities

SDCE-6SDC Interface

An interface to receive resource Templates from SDC design catalog

  • Get List of Existing Catalog Assets per Type

 https://{serverRoot}/sdc/v1/catalog/{assetType}

...

  • Get Specific Asset Detailed Metadata

https://{serverRoot}/sdc/v1/catalog/{assetType}/{uuid}/metadata

 

  • Download (CSAR of) Specific Asset

https://{serverRoot}/sdc/v1/catalog/{assetType}/{uuid}/toscaModel

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