Versions Compared

Key

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

...

  1. Chartmuseum Installation
  2. Chartmuseum initialization (pre-load required dependencies)
  3. Deploy MOD and define registry/target on UI
  4. Load v3 specs via OnboardingAPI
  5. Create flow on MOD Designer tool using VES and TCAgen2
  6. Distribution to Runtime
  7. Validation and Deployment


1.   Chartmuseum Installation


Clone the OOM repository

...

Expand


JSON Viewer
width1000
height1000
{
  "spec": {
  "self": {
    "name": "VES_specification",
    "version": "7.30.2",
    "description": "VES spec for v7.2"
  },
  "dataformatversion": "1.0.0",
    "reference": {
        "name": "Common Event Format",
        "format": "JSON",
        "version": "30.2.0",
        "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.2_ONAP.json"
   }
}
, "owner": "onboarding_dev"
}
 




TCAGen2


TCA specifciation - https://git.onap.org/dcaegen2/analytics/tca-gen2/tree/dcae-analytics/dpo/tcagen2-componentspec-v3.json

...

These jars should now be available for you to use in the nifi UI as processors.

5. Create flow Design using using VES and TCAgen2


This step is same as captured here  - DCAE MOD User Guide#3.Design&DistributionFlow

...