Update userguide 27/16927/7
authorUlas Kozat <ulas.kozat@gmail.com>
Thu, 14 Jul 2016 21:57:27 +0000 (14:57 -0700)
committerUlas Kozat <ulas.kozat@gmail.com>
Thu, 14 Jul 2016 23:08:26 +0000 (16:08 -0700)
Change-Id: I3c816a7a1770c0fae8d8000a4d24e2516e94978a
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
docs/userguide/index.rst
docs/userguide/overview.rst [new file with mode: 0644]
tests/run_multinode.sh

index aaa8f97..71f66c4 100644 (file)
@@ -6,9 +6,10 @@
   :width: 200
   :alt: OPNFV
   :align: left
-
-DOMINO API DOCUMENTATION
-========================
+|
+|
+Domino User Guide
+=================
 
 Contents:
 
@@ -16,6 +17,7 @@ Contents:
    :numbered:
    :maxdepth: 4
 
+   overview.rst
    api-documentation.rst
 
 Indices and tables
diff --git a/docs/userguide/overview.rst b/docs/userguide/overview.rst
new file mode 100644 (file)
index 0000000..5941252
--- /dev/null
@@ -0,0 +1,28 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+.. image:: ../etc/opnfv-logo.png
+  :height: 40
+  :width: 200
+  :alt: OPNFV
+  :align: left
+.. these two pipes are to seperate the logo from the first title
+|
+|
+Domino Overview
+===============
+Domino provides a distribution service for Network Service (NS) and Virtual
+Network Function (VNF) descriptors. It is targeted towards supporting many
+network controllers, service orchestrators, VNF managers, Operation and
+Business Support Systems. Producers of Network Service Descriptors (NSDs)
+and VNF Descriptors (VNFD) use Domino Service as an entry point to publish
+these descriptors. Currently Domino only supports Tosca Simple Profile for
+Network Functions Virtualization (http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html) as the data model for NSDs and VNFDs.
+
+Orchestrators, controllers, and managers use Domino service to announce their
+capabilities in the form of policy labels. For instance a Virtual Infrastructure
+Manager (VIM) that is capable of performing an affinity based VNF or VDU
+placement at host machine granularity can specify a label in the form "tosca.policies.Placement.affinity:properties:granularity:hostlevel". When the VIM registers
+with Domino Service and subscribed for that label, Domino views this VIM as a
+candidate location that can host a VNF or VDU requesting affinity based placement
+policy at host machine granularity.
index fc2d394..26e7d98 100755 (executable)
 #   limitations under the License.
 
 USERNAME=ubuntu
-SSH_KEY_PATH=/home/opnfv/repos/domino/tests/testkeys/id_rsa
-DOMINO_CODE_PATH=/home/opnfv/repos/domino
+#SSH_KEY_PATH=/home/opnfv/repos/domino/tests/testkeys/id_rsa
+#DOMINO_CODE_PATH=/home/opnfv/repos/domino
+SSH_KEY_PATH=./tests/testkeys/id_rsa
+DOMINO_CODE_PATH=../domino
 CONTROLLER_NODE_1=192.168.2.165
 CONTROLLER_NODE_2=192.168.2.180
 CONTROLLER_NODE_3=192.168.2.181