summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor
diff options
context:
space:
mode:
authorJean-Yves Geury <jean-yves.geury@nokia.com>2020-04-22 22:43:35 +0200
committerJean-Yves Geury <Jean-Yves.Geury@nokia.com>2020-04-22 21:15:30 +0000
commit77378982fde84326045c9eb998b47f6f7ad88ebb (patch)
tree2d0b2a9de42403edbd6820ea7f9ee5bdd579e77c /components/bbs-event-processor
parent8c68d73eb231da211abe962478c1c77d49665874 (diff)
bbs-ep documentation updates for DCAEGEN2-2105 - installation documentation
Updates for bbs-ep installation from blueprint repository. Note : Also updated : • The “DCAE R6 BBS-EventProcessor Service (BBS Usecase)” documentation in https://wiki.onap.org/pages/viewpage.action?pageId=76875749 • The “installation.rst” file in https://gerrit.onap.org/r/c/dcaegen2/+/106464/2/docs/sections/services/bbs-event-processor/installation.rst Issue-ID: DCAEGEN2-2105 Signed-off-by: Geury <jean-yves.geury@nokia.com> Change-Id: Ief0a0f63b6281eef17cd53c877969a9b7a0e80ba
Diffstat (limited to 'components/bbs-event-processor')
-rw-r--r--components/bbs-event-processor/README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/components/bbs-event-processor/README.md b/components/bbs-event-processor/README.md
index 14ecc8ce..2a6fec01 100644
--- a/components/bbs-event-processor/README.md
+++ b/components/bbs-event-processor/README.md
@@ -16,27 +16,26 @@ use case architecture. Through RestConf-Collector or VES-Collector, these events
(in **unauthenticated.CPE_AUTHENTICATION** DMaaP topic) and they are forwarded towards **unauthenticated.DCAE_CL_OUTPUT**
DMaaP topic to trigger further Policy actions related to BBS use case.
-BBE-ep periodically polls for the two events. Polling interval is configurable and can be changed dynamically from Consul. I
+BBE-ep periodically polls for the two events. Polling interval is configurable and can be changed dynamically from Consul.
Its implementation is based on Reactive Streams (Reactor library), so it is fully asynchronous and non-blocking.
## Installation and Removal
BBS-ep is delivered as a Spring-Boot application ready to be deployed in Docker (via docker-compose).
-For Dublin release, it will be a DCAE component that can dynamically be deployed via Cloudify blueprint installation.
+BBS-ep can be dynamically deployed in DCAE’s Cloudify environment via its blueprint deployment artifact.
+
Steps to deploy are shown below
- Transfer blueprint component file in DCAE bootstrap POD under /blueprints directory. Blueprint can be found in
- <https://gerrit.onap.org/r/gitweb?p=dcaegen2/services.git;a=blob_plain;f=components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template;hb=refs/heads/master>
-- Transfer blueprint component inputs file in DCAE bootstrap POD under / directory. 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;h=36e69cf64bee3b46ee2e1b95f1a16380b7046482;hb=refs/heads/master>
+ <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>
- Enter the Bootstrap POD
- Validate blueprint
- cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml-template
+ cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml
- Upload validated blueprint
- cfy blueprints upload -b bbs-ep /blueprints/k8s-bbs-event-processor.yaml-template
+ cfy blueprints upload -b bbs-ep /blueprints/k8s-bbs-event-processor.yaml
- Create deployment
- cfy deployments create -b bbs-ep -i /bbs-event-processor-input.yaml bbs-ep
+ cfy deployments create -b bbs-ep -i /blueprints/k8s-bbs-event-processor.yaml bbs-ep
- Deploy blueprint
cfy executions start -d bbs-ep install