From e8d3e7ce3dcd310f99118ebb7d380898b4738ec8 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Wed, 8 Feb 2017 12:30:04 -0600 Subject: Update to new OPNFV Docs structure JIRA: MODELS-2 Change-Id: I5d5601849803cf017bab882dc6eba931637b0770 Signed-off-by: Aimee Ukasick --- docs/development/design/definitions.rst | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/development/design/definitions.rst (limited to 'docs/development/design/definitions.rst') diff --git a/docs/development/design/definitions.rst b/docs/development/design/definitions.rst new file mode 100644 index 0000000..426abda --- /dev/null +++ b/docs/development/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 -- cgit 1.2.3-korg