Versions Compared

Key

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

...

Βlueprint component file can be found in

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


Βlueprint component file can also be retrieved from

  https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-bbs-event-processor.yaml


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/latest

Deployment Prerequisite/dependencies

...

Deployment Steps

To deploy

...

  • 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


  • Upload validated blueprint

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


  • Create Cloudify Deployment

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


  • Deploy component

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


...