Versions Compared

Key

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

This page describes how to generate artefacts for SDC catalog using Tosca Lab Tool. These artefacts are required for onboarding a microservice - see here.

The steps below are carried out using the 3GPP PM Mapper's(DCAE microservice) component spec as input.


Checkout the tosca lab repo:

...

root@node:~/tosca-model# ls
pmmapper-component-spec.json  schema.yaml  template.yaml  translate.yaml

Troubleshoot:

if yaal module is not installed (i.e you get the error message ImportError: No module named yaml  when executing the model_create.py command ) you will need to install PyYAML

...