summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Yves Geury <jean-yves.geury@nokia.com>2020-04-24 23:50:16 +0200
committerGeury <jean-yves.geury@nokia.com>2020-04-24 23:50:16 +0200
commit119b02361f6eb3d9f34202d2ae4c2dab467dfadd (patch)
tree5e76e1adee915da45dca0b4959edc4e432bd135f
parent4e457425203cd42635eeea0bde044abf8b119946 (diff)
bbs-ep documentation updates for DCAEGEN2-2105 - installation documentation
Updates for bbs-ep installation from blueprint repository. Issue-ID: DCAEGEN2-2105 Signed-off-by: Geury <jean-yves.geury@nokia.com> Change-Id: I1bf163e53fbc3fe6631980e53c2bb95f92ba3d27
-rw-r--r--docs/sections/services/bbs-event-processor/installation.rst24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/sections/services/bbs-event-processor/installation.rst b/docs/sections/services/bbs-event-processor/installation.rst
index 92d2e83f..cb539a2f 100644
--- a/docs/sections/services/bbs-event-processor/installation.rst
+++ b/docs/sections/services/bbs-event-processor/installation.rst
@@ -12,7 +12,7 @@ The following docker-compose-yaml file shows a default configuration. The file c
bbs-event-processor:
image: onap/org.onap.dcaegen2.services.components.bbs-event-processor:latest
container_name: bbs-event-processor
- hostname: bbs-event-processor
+ hostname: bbs-event-processor
ports:
- 32100:8100
environment:
@@ -34,36 +34,38 @@ The following docker-compose-yaml file shows a default configuration. The file c
CONFIGS_APPLICATION_PIPELINESPOLLINGINTERVALSEC: 30
CONFIGS_APPLICATION_PIPELINESTIMEOUTSEC: 15
CONFIGS_APPLICATION_RE-REGISTRATION_POLICYSCOPE: policyScope
- CONFIGS_APPLICATION_RE-REGISTRATION_CLCONTROLNAME: controName
+ CONFIGS_APPLICATION_RE-REGISTRATION_CLCONTROLNAME: controlName
CONFIGS_APPLICATION_CPE-AUTHENTICATION_POLICYSCOPE: policyScope
CONFIGS_APPLICATION_CPE-AUTHENTICATION_CLCONTROLNAME: controlName
+ CONFIGS_SECURITY_TRUSTSTOREPATH: KeyStore.jks
+ CONFIGS_SECURITY_TRUSTSTOREPASSWORDPATH: KeyStorePass.txt
+ CONFIGS_SECURITY_KEYSTOREPATH: KeyStore.jks
+ CONFIGS_SECURITY_KEYSTOREPASSWORDPATH: KeyStorePass.txt
LOGGING_LEVEL_ORG_ONAP_BBS: TRACE
-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
+Blueprint can be found in
-- Transfer blueprint component file in DCAE bootstrap POD under /blueprints directory. Blueprint can be found in
+ https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-bbs-event-processor.yaml
- 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
+Steps to deploy are shown below
- 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/master
- Enter the Bootstrap POD
- Validate blueprint
.. code-block:: bash
- cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml-template
+ cfy blueprints validate /blueprints/k8s-bbs-event-processor.yaml
- Upload validated blueprint
.. code-block:: bash
- 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
.. code-block:: bash
- 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
.. code-block:: bash