aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-05 06:39:32 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-05 06:39:32 +0000
commit22bc0077a4524563bcfa95026c365e7f75a74225 (patch)
tree9342f4635bc4f234373ddef008e43b0d57b7a16f
parent2d8d265b2f7f26a83b3a23e7fbb7c631dba9a499 (diff)
parenta4a1e1fdf20d274e047a8f92dab4872172520167 (diff)
Merge "Added SDC SDKs section to Read the Docs" into release-1.1.0
-rw-r--r--docs/index.rst1
-rw-r--r--docs/sdcsdks.rst41
2 files changed, 42 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cc71b4572b..193734d26d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,3 +16,4 @@ SDC Documentation
installation.rst
logging.rst
release-notes.rst
+ sdcsdks.rst \ No newline at end of file
diff --git a/docs/sdcsdks.rst b/docs/sdcsdks.rst
new file mode 100644
index 0000000000..4cb40e83b7
--- /dev/null
+++ b/docs/sdcsdks.rst
@@ -0,0 +1,41 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+========
+SDC SDKs
+========
+
+
+SDC SDKs List
+=============
+
+The sdc projects consists of a few additional sub projects listed below:
+
+- sdc-tosca
+- sdc-jtosca
+- sdc-distribution-client
+- sdc-titan-cassandra
+
+SDC SDKs guide
+==============
+
+SDC-TOSCA and SDC-DISTRIBUTION-CLIENT
+-------------------------------------
+| This is a link to a document describing the usage for the sdc-tosca, sdc-jtosca and sdc-distribution-client projects: `SDC Sub Projects <https://wiki.onap.org/display/DW/SDC+Distribution+client+AID?preview=/11929307/11929304/SDC_Distribution_AID_1710_030717.docx>`_
+|
+| The link describes the use of distribution client and the sdc-tosca.
+| jtosca is used by sdc-tosca as a dependency and is not used separately
+
+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>`_
+|
+| SDC forked part of the project to overide the default Titan configuration for Cassandra.
+| The change allows the use of Titan as an active pasive deployment for geo redudndency.
+|
+| 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 spacific data center.
+| Since the project is in end of life state the change cannot be merged back to the project.
+
+