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

...

  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/dublin
Blueprint inputs file can be found in
  https://gerrit.onap.org/r/gitweb?p=dcaegen2/services.git;a=blob_plain;f=components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml;hb=refs/heads/dublinmaster

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

...

  • 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


...