summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/snmptrap')
-rw-r--r--docs/sections/services/snmptrap/delivery.rst2
-rw-r--r--docs/sections/services/snmptrap/installation.rst2
-rw-r--r--docs/sections/services/snmptrap/offeredapis.rst1
-rw-r--r--docs/sections/services/snmptrap/release-notes.rst32
4 files changed, 35 insertions, 2 deletions
diff --git a/docs/sections/services/snmptrap/delivery.rst b/docs/sections/services/snmptrap/delivery.rst
index 87425582..70bdba3b 100644
--- a/docs/sections/services/snmptrap/delivery.rst
+++ b/docs/sections/services/snmptrap/delivery.rst
@@ -9,7 +9,7 @@ Docker Container
**trapd** is delivered as a docker container that can be downloaded from onap:
- ``docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start``
+ ``docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3 ./bin/snmptrapd.sh start``
Standalone
diff --git a/docs/sections/services/snmptrap/installation.rst b/docs/sections/services/snmptrap/installation.rst
index d91a46b3..ab523ef4 100644
--- a/docs/sections/services/snmptrap/installation.rst
+++ b/docs/sections/services/snmptrap/installation.rst
@@ -32,7 +32,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 ./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.3 ./bin/snmptrapd.sh start``
Running an instance of **trapd** will result in arriving traps being published
to the topic specified by Config Binding Services.
diff --git a/docs/sections/services/snmptrap/offeredapis.rst b/docs/sections/services/snmptrap/offeredapis.rst
index 48b40d11..33a2c821 100644
--- a/docs/sections/services/snmptrap/offeredapis.rst
+++ b/docs/sections/services/snmptrap/offeredapis.rst
@@ -1,5 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
+.. _offeredapis:
Offered APIs
============
diff --git a/docs/sections/services/snmptrap/release-notes.rst b/docs/sections/services/snmptrap/release-notes.rst
index ec031323..5c46d606 100644
--- a/docs/sections/services/snmptrap/release-notes.rst
+++ b/docs/sections/services/snmptrap/release-notes.rst
@@ -5,6 +5,38 @@
Release Notes
=============
+
+
+Version: 2.3.0
+--------------
+
+:Release Date: 2020-04-01
+
+
+**New Features**
+
+ - `https://jira.onap.org/browse/DCAEGEN2-2020`
+ Eliminate use of consul service discovery in snmptrap
+
+ - `https://jira.onap.org/browse/DCAEGEN2-2068`
+ Updated dependency library version; stormwatch support
+
+
+**Bug Fixes**
+
+**Known Issues**
+
+**Security Issues**
+ - None
+
+**Upgrade Notes**
+
+**Deprecation Notes**
+
+**Other**
+
+
+
Version: 1.4.0
--------------