aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-12-17 14:13:13 -0500
committerMarco Platania <platania@research.att.com>2018-12-17 14:13:13 -0500
commit0f3817046abaa5a4fa8a8831505d0d077d5e3473 (patch)
treefbbe3dcf5563b7bc1eb9350bb7975d370134ea33 /docs
parent8ef762bb8289fab50398527d8c7a41c143898d22 (diff)
Add known issue to scale out doc
Change-Id: I630ff180a74c1499348abb61875b3002281a2a66 Issue-ID: INT-748 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docs_scaleout.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/docs_scaleout.rst b/docs/docs_scaleout.rst
index 0d4e38777..86bbc93ef 100644
--- a/docs/docs_scaleout.rst
+++ b/docs/docs_scaleout.rst
@@ -204,3 +204,24 @@ Resolution: Replace the "input" field in the JSON template with "output"
- Save the changes
- If SDNC is deployed in cluster mode (3 SDNC replicas, dev-sdnc-sdnc-0, dev-sdnc-sdnc-1, dev-sdnc-sdnc-2), apply the same change to all the replicas in the cluster.
+4) When using SDNC, the JSON template for DMaaP messages has an extra newline at the end of the file
+
+Resolution: Delete the extra newline
+
+- Connect to the SDNC container from the Rancher VM in the Kubernetes cluster, for example
+
+::
+
+ kubectl exec -it -n onap dev-sdnc-sdnc-0 bash
+
+- Install your favorite text editor, for example
+
+::
+
+ apt-get update; apt-get install vim -y
+
+- Open /opt/onap/sdnc/restapi/templates/lcm-dmaap-publish-template.json and execute the following operations
+ - :set binary
+ - :set noeol
+- Save the changes
+- If SDNC is deployed in cluster mode (3 SDNC replicas, dev-sdnc-sdnc-0, dev-sdnc-sdnc-1, dev-sdnc-sdnc-2), apply the same change to all the replicas in the cluster. \ No newline at end of file