summaryrefslogtreecommitdiffstats
path: root/docs/development/design/definitions.rst
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-07 13:23:37 -0600
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-07 13:23:37 -0600
commit572ce78c886cf49bd617a2ff3d96491b22a66f88 (patch)
treed32e4c9d727ece871ec89f1d47005756ddc2b3c7 /docs/development/design/definitions.rst
parentc04ffff59b770ae32c4691bdc3d3b4363604db78 (diff)
Updated to use new docs structure WIP
JIRA: COPPER-1 WIP - not sure how to fill in the docs/release/scenarios section Change-Id: I8684e4647e7b943ca05dc77131a54338ff932b78 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'docs/development/design/definitions.rst')
-rw-r--r--docs/development/design/definitions.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/development/design/definitions.rst b/docs/development/design/definitions.rst
new file mode 100644
index 0000000..5552696
--- /dev/null
+++ b/docs/development/design/definitions.rst
@@ -0,0 +1,46 @@
+.. 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 (e.g. "policy violation"), etc.
+
+ * - Event
+ - An item of significance to the policy engine, for which the engine has become aware through some method of discovery e.g. polling or notification.
+
+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