Typo corrections in installation_manual.rst 45/34045/2
authorVincent Colas <vincent.colas@orange.com>
Mon, 5 Mar 2018 11:20:14 +0000 (12:20 +0100)
committerVincent Colas <vincent.colas@orange.com>
Tue, 20 Mar 2018 22:02:33 +0000 (23:02 +0100)
Modify tca version to be in line with Nexus release, and correct the TCA app preference file code-block to avoid the code-block to end before the end of the file

Issue-ID: DCAEGEN2-378
Change-Id: I5a47cc3e5c17d2f09aeaf8dfba840ed30a526350
Signed-off-by: Vincent Colas <vincent.colas@orange.com>
docs/sections/installation_manual.rst

index 4888233..91e8ad7 100644 (file)
@@ -136,7 +136,7 @@ m1.medium size and 50gb cinder volumes.
  {
    "artifact": {
      "name": "dcae-analytics-cdap-tca",
-     "version": "2.0.1",
+     "version": "2.0.0",
      "scope": "user"
    },
 
@@ -251,7 +251,7 @@ m1.medium size and 50gb cinder volumes.
                        \"closedLoopEventStatus\": \"ONSET\"
                 }]
         }]
-}"
+ }"
  }
 
 
@@ -274,10 +274,10 @@ m1.medium size and 50gb cinder volumes.
 .. code-block:: bash
 
  #!/bin/sh
- TCA_JAR=dcae-analytics-cdap-tca-2.0.1.jar
+ TCA_JAR=dcae-analytics-cdap-tca-2.0.0.jar
  rm -f /home/ubuntu/$TCA_JAR
  cd /home/ubuntu/
- wget https://nexus.onap.org/service/local/repositories/releases/content/org/onap/dcaegen2/analytics/tca/dcae-analytics-cdap-tca/2.0.1/$TCA_JAR
+ wget https://nexus.onap.org/service/local/repositories/releases/content/org/onap/dcaegen2/analytics/tca/dcae-analytics-cdap-tca/2.0.0/$TCA_JAR
  if [ $? -eq 0 ]; then
         if [ -f /home/ubuntu/$TCA_JAR ]; then
                 echo “Restarting TCA CDAP application using $TCA_JAR artifact”