diff options
author | dfarrelly <david.farrelly@est.tech> | 2019-05-07 10:06:10 +0000 |
---|---|---|
committer | dfarrelly <david.farrelly@est.tech> | 2019-05-07 10:06:10 +0000 |
commit | 0373e3f3e075a58a33f1d9b285831e012eec5d92 (patch) | |
tree | f464e6d4936d599262d191f26e54661fcf6a2f17 | |
parent | 9f58a5d51f8945b4813227957edc8e49451c1eca (diff) |
Update image version and topic name
*Update image version to 1.0.1
*Fix incorrect default topic name
Issue-ID: DCAEGEN2-1486
Change-Id: I6abaf4109c158d4d6f01aace290949447cef1717
Signed-off-by: dfarrelly <david.farrelly@est.tech>
-rw-r--r-- | docs/sections/services/pm-mapper/configuration.rst | 2 | ||||
-rw-r--r-- | docs/sections/services/pm-mapper/delivery.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/services/pm-mapper/configuration.rst b/docs/sections/services/pm-mapper/configuration.rst index 3e1b6b4f..36ab9a3e 100644 --- a/docs/sections/services/pm-mapper/configuration.rst +++ b/docs/sections/services/pm-mapper/configuration.rst @@ -43,4 +43,4 @@ PM Mapper publishes the perf3gpp VES PM Events to the following authenticated MR :: - topic.org.onap.dmaap.mr.PM_MAPPER + org.onap.dmaap.mr.PM_MAPPER diff --git a/docs/sections/services/pm-mapper/delivery.rst b/docs/sections/services/pm-mapper/delivery.rst index 56ca4a6e..30a886c9 100644 --- a/docs/sections/services/pm-mapper/delivery.rst +++ b/docs/sections/services/pm-mapper/delivery.rst @@ -11,4 +11,4 @@ Docker Container :: - ``docker run -d --name pmmapper -e CONFIG_BINDING_SERVICE_SERVICE_HOST=<IP Required> -e CONFIG_BINDING_SERVICE_SERVICE_PORT=<Port Required> -e HOSTNAME=<HOSTNAME> nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.0-SNAPSHOT`` + ``docker run -d --name pmmapper -e CONFIG_BINDING_SERVICE_SERVICE_HOST=<IP Required> -e CONFIG_BINDING_SERVICE_SERVICE_PORT=<Port Required> -e HOSTNAME=<HOSTNAME> nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.0.1`` |