Versions Compared

Key

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

...

Info
titleSO Database Workaround

Currently, the existing RESOURCE ORDER displayed above for the service requires the VNF-Virtual-link to be orchestrated first. Due to missing functionality in DGs to handle this orchestration for the ODN network (modeled as VNF-Virtual-Link) in BBS use case, we need to delete a database entry so that service decomposition does not contain any VNF virtual links that need to be orchestrated.


Code Block
languagebash
themeMidnight
MariaDB [catalogdb]> deleteDELETE fromFROM network_resource_customization_to_service whereWHERE SERVICE_MODEL_UUID="<put-here-the-service-model-UUID>";


...