summaryrefslogtreecommitdiffstats
path: root/docs/design/definitions.rst
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-06 17:43:13 -0600
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-06 17:47:44 -0600
commitf203fb89c37f7b8ae471346fa3fb59bc929290da (patch)
treedc31eacd45b8f7806de7f5fecac22e8ccf5bac7b /docs/design/definitions.rst
parentef6609a879de38fa825645b949bf3a4f82f75348 (diff)
Add RST docs for Danube
JIRA: VES-1 Moved current docs folder, which contains ves_data_model.json, to tests/docs. Change-Id: I76b87f0815d2e59cdde1d388dbc313c246ae09c9 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'docs/design/definitions.rst')
-rw-r--r--docs/design/definitions.rst53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/design/definitions.rst b/docs/design/definitions.rst
new file mode 100644
index 0000000..426abda
--- /dev/null
+++ b/docs/design/definitions.rst
@@ -0,0 +1,53 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+Definitions
+===========
+.. list-table:: Definitions
+ :widths: 15 85
+ :header-rows: 1
+
+ * - Term
+ - Meaning
+
+ * - State
+ - Information that can be used to convey or imply the state of something, e.g. an application, resource, entity, etc. This can include data held inside OPNFV components, "events" that have occurred.
+
+ * - YANG
+ - A data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications.
+
+
+Abbreviations
+=============
+.. list-table:: Abbreviations
+ :widths: 15 85
+ :header-rows: 1
+
+ * - Term
+ - Meaning
+
+ * - CRUD
+ - Create, Read, Update, Delete (database operation types)
+
+ * - FCAPS
+ - Fault, Configuration, Accounting, Performance, Security
+
+ * - NF
+ - Network Function
+
+ * - SFC
+ - Service Function Chaining
+
+ * - VNF
+ - Virtual Network Function
+
+ * - NFVI
+ - Network Function Virtualization Infrastructure
+
+ * - TOSCA
+ - Topology and Orchestration Specification for Cloud Applications
+
+ * - NETCONF
+ - Network Configuration Protocol