...
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
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 language bash theme Midnight title Validate Blueprint linenumbers true cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml-template
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-template
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-input.yaml bbs-ep
Deploy component
Code Block language bash theme Midnight title Deploy component linenumbers true cfy executions start -d bbs-ep install
...