...
Β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
Deployment Prerequisite/dependencies
...
Deployment Steps
To deploy
...
- Log-in to the DCAE bootstrap POD's main container
Validate blueprint
Code Block language bash theme Midnight title Validate Blueprint linenumbers true cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml
Upload validated blueprint
Code Block language bash theme Midnight title Upload validated blueprint linenumbers true cfy blueprints upload -b bbs-ep /blueprints/k8s-bbs-event-processor.yaml
Create Cloudify Deployment
Code Block language bash theme Midnight title Create Cloudify deployment linenumbers true cfy deployments create -b bbs-ep -i /blueprints/k8s-bbs-event-processor.yaml bbs-ep
Deploy component
Code Block language bash theme Midnight title Deploy component linenumbers true cfy executions start -d bbs-ep install
...