aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaciej Malewski <maciej.malewski@nokia.com>2021-06-21 09:31:58 +0200
committerMaciej Malewski <maciej.malewski@nokia.com>2021-06-21 09:31:58 +0200
commit602a0243651bd2140828d274f14ea73df60be342 (patch)
tree98b8ce0cdf13a7145cb595aec924a3d32c06cbe6 /README.md
parent430cf11bbcb447316f831e1dd1b8760abeaa9171 (diff)
Remove tag latest from docker image, adapt VES to the new location of file ves-dmaap-config.jsonves_synchronous
Issue-ID: DCAEGEN2-1483 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ib6b428c974ecec17ebc0722f3e236ee2b05c5be6
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1733a23..0a2d68d9 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,15 @@ To fetch configuration from Consul, VES collector uses CBS client from DCAE SDK.
Sample configuration of VESCollector K-V store can be found under /dpo/data-formats/ConsulConfig.json
+### How to send event locally
+
+1. In /etc/hosts add: 127.0.0.1 onap-dmaap
+2. Go into: ./src/test/resources/dmaap-msg-router
+3. Run: docker-compose -f message-router-compose.yml up -d
+4. Run ves application
+5. Now you can send events to ves
+6. Check topics on message-router: curl http://127.0.0.1:3904/topics
+
### Testing