Versions Compared

Key

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

...

For Frankfurt release, DCAE will add new software component named "Acumos-DCAE Adapter" Adapter which will expose interface to receive new ML models into ONAP/DCAE from Acumos. which will provide a client interface to receive ML models from an Acumos catalog to ONAP DCAE.  This adapter will generate the required onboarding metadata artifacts (microservice component spec, data-format, policy-model etc) into DCAE MOD flow targeted under ) and to onboard them directly into the DCAE CLI-DB.  The subsequent service assurance flow design, microservice configurations, and blueprint generation will be supported by the new DCAE MOD components, as described under Frankfurt Self Serve Control Loops v2

The "Acumos-DCAE Adaptor" transforms an Acumos ML model into an ONAP compatible DCAE Microservice in order for it to run in an ONAP DCAE environment.

  1. The Adaptor provides a DCAE model runner to wrap the ML model from Acumos to in order to produce a mircorservice that is compatible in DMaaP environment.
  2. The Adaptor generates Microservice metadata (i.e., the Component Spec.json and Dataformat.json) for onboarding to DCAE Design environment.
  3. The Adaptor generates k8s/Docker executable image for onboarding to DockerCentral (Nexus).

ArchitectureImage Added


Adapter API

  1. The "Acumos-DCAE Adaptor" supports Acumos E5 client interface for federated ML models from an Acumos catalog. 
  2. The "Acumos-DCAE Adaptor" uses DACE Onboarding APIs for automated mS onboarding to CLI-DB, also submits the mS Image to DockerCentral image repository.

Sample Models


Test/Validation

...