Versions Compared

Key

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

...

  • SDC accepts onboarding App packages, including ASD and DeploymentItems models, Helm Charts, Images and other artifacts, what allows to keep decomposition of Service instance
  • SO subscribes and receives package notifications from SDC
  • Based on the notifications, SO ASDC Controller queries for the App packages from SDC, and stores models and artifacts to SO Catalog Database
  • MACRO workflow in SO is used for orchestration


ASD-Based App Package Type

  • ASD-Based App Package will have the main manifest file, which contains asd-based app package-specific metadata as follows:
    • oran_id
    • oran_product_name
    • oran_provider_id
    • oran_package_version
    • oran_release_date_time
    • oran_entry_definition_type [ "asd", "app", "app-asd", ...]
  • SO distinguishes the App package based on the "oran_entry_defintion_type" metadata. If it is "asd", SO will treat it as ASD-based CNF.



  • x

SO ASDC Controller Handling

...