Versions Compared

Key

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

...

Through the RestConf-Collector or VES-Collector, this event us is consumed by the BBS-ep service and then forwarded towards unauthenticated.DCAE_CL_OUTPUT

...

is based on Reactive Streams (Reactor library), so it is fully asynchronous and non-blocking.

Blueprint/model/image


BBS-ep can be dynamically deployed in DCAE’s Cloudify environment via its blueprint deployment artifact.


Βlueprint component file can be found in

  https://gerrit.onap.org/r/gitweb?p=dcaegen2/platform/servicesblueprints.git;a=blob_plain;f=components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template;hb=refs/heads/dublinmasterBlueprint inputs


Βlueprint component file can also be found inretrieved from

  https://gerritgit.onap.org/r/gitweb?p=dcaegen2/services.git;a=blob_plain;f=components/bbs-event-processor/dpodcaegen2/platform/blueprints/tree/blueprints/k8s-bbs-event-processor-input.yaml;hb=refs/heads/dublin


Docker image metadata for component can be found in

  https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.dcaegen2.services.components.bbs-event-processor/manifests/1.0.0latest

Deployment Prerequisite/dependencies

...

Deployment Steps

To deploy

  • Transfer blueprint component file in DCAE bootstrap POD under /blueprints directory
  • Transfer blueprint component inputs file in DCAE bootstrap POD under / directory
  • Log-in to the DCAE bootstrap POD's main container
  • Validate blueprint

    Code Block
    languagebash
    themeMidnight
    titleValidate Blueprint
    linenumberstrue
    cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml-template


  • Upload validated blueprint

    Code Block
    languagebash
    themeMidnight
    titleUpload validated blueprint
    linenumberstrue
    cfy blueprints upload -b bbs-ep /blueprints/k8s-bbs-event-processor.yaml-template


  • Create Cloudify Deployment

    Code Block
    languagebash
    themeMidnight
    titleCreate Cloudify deployment
    linenumberstrue
    cfy deployments create -b bbs-ep -i /blueprints/k8s-bbs-event-processor-input.yaml bbs-ep


  • Deploy component

    Code Block
    languagebash
    themeMidnight
    titleDeploy component
    linenumberstrue
    cfy executions start -d bbs-ep install


...