diff options
author | 2022-04-04 18:34:54 -0400 | |
---|---|---|
committer | 2022-04-25 20:07:34 +0000 | |
commit | d37317befc750699d236c124fd220b51ef4e1667 (patch) | |
tree | 86a67516aa6ec17910eba2bb818028e933b56dc3 /docs/sections/services/snmptrap | |
parent | 031f0a165294919738a6f081ae16d7bfec6a65a4 (diff) |
Deployment updates for J release
Change-Id: Ib2195dd41d62e5db018b20b7a4948ea8e1a16206
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3140
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/snmptrap')
-rw-r--r-- | docs/sections/services/snmptrap/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/services/snmptrap/installation.rst b/docs/sections/services/snmptrap/installation.rst index d134a895..9c549948 100644 --- a/docs/sections/services/snmptrap/installation.rst +++ b/docs/sections/services/snmptrap/installation.rst @@ -24,7 +24,7 @@ configuration assets to instantiated containers as needed. Also required is a working DMAAP/MR environment. trapd publishes traps to DMAAP/MR as JSON messages and expects the host -resources and publishing credentials to be included in the *Config Binding Service* +resources and publishing credentials to be included in the *Config Binding Service* config. Installation @@ -33,7 +33,7 @@ Installation The following command will download the latest trapd container from nexus and launch it in the container named "trapd": - ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3 ./bin/snmptrapd.sh start`` + ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.6 ./bin/snmptrapd.sh start`` Running an instance of **trapd** will result in arriving traps being published to the topic specified by Config Binding Services. |