Documentation Enhancement 35/71135/5
authorSatyaki Mallick <satyaki.mallick@huawei.com>
Wed, 24 Oct 2018 10:42:36 +0000 (16:12 +0530)
committerMichael Lando <michael.lando@intl.att.com>
Mon, 29 Oct 2018 18:11:52 +0000 (18:11 +0000)
Documentation Enhancement for SDC

Issue-ID: SDC-1841

Change-Id: I32c52bf817ceccf5ebc5621c36e5ebc722556196
Signed-off-by: Satyaki Mallick <satyaki.mallick@huawei.com>
catalog-be/README.txt
docs/logging.rst
docs/sdcsdks.rst

index 5754840..0fa113b 100644 (file)
@@ -13,7 +13,7 @@
 
     STOP.KEY=[alphanumeric]
       The passphrase defined to stop the server.
-      Requried along with STOP.PORT if you want to use the --stop option above.
+      Required along with STOP.PORT if you want to use the --stop option above.
 
     STOP.WAIT=[number]
       The time (in seconds) to wait for confirmation that the running
@@ -22,8 +22,8 @@
       
       
 #Upload Normative types:
-# 1. create zip file containing the yaml
-# 2. create json string (payloadName should be the yml file name): {
+# 1. create zip file containing the yaml
+# 2. create json string (payloadName should be the yml file name): {
 #                                      "payloadName":"normative-types-new-root.yml",
 #                                      "userId":"adminid",
 #                                      "resourceName":"tosca.nodes.Root",
index a1e3a65..8c1bd11 100644 (file)
@@ -7,7 +7,7 @@ Logging
 
 Where to Access Information
 ---------------------------
-the logs for the application are available in the docker it self at /var/lib/jetty/logs/
+the logs for the application are available in the docker itself at /var/lib/jetty/logs/
 in Heat deployment the dockers are mapped into /data/logs on the vm where the application is running.
 In OOM you can use the logging project to access the logging collected from the applications.
 
index d35ce4d..db4e669 100644 (file)
@@ -29,13 +29,13 @@ SDC-TOSCA and SDC-DISTRIBUTION-CLIENT
 SDC-TITAN-CASSANDRA
 -------------------
 
-| This is a link to the github page of titan project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_
+| This is a link to the github page of Titan Project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_
 |
 |      SDC forked part of the project to override the default Titan configuration for Cassandra.
 |      The change allows the use of Titan as an active passive deployment for geo-redundancy.
 |
 |      Titan by default uses QUORUM in Cassandra on write and read operations.
 |      Using our change allows the use of local QUORUM to read and write only to a specific data center.
-|      Since the project is in end of life state the change cannot be merged back to the project.
+|      Since the project is at the end of life state the change cannot be merged back to the project.