From 51f1c01d34888b48694e3c4ea67f707706532310 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 10 Nov 2015 14:17:22 -0800 Subject: Correct structure Add docs folder Update HTML theme Remove example docs JIRA: SFC-3 Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26 Signed-off-by: blsaws --- docs/design/definitions.rst | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/design/definitions.rst (limited to 'docs/design/definitions.rst') diff --git a/docs/design/definitions.rst b/docs/design/definitions.rst new file mode 100644 index 00000000..effaf0ec --- /dev/null +++ b/docs/design/definitions.rst @@ -0,0 +1,59 @@ +Definitions +=========== + +Definitions of most terms used here are provided in the `IETF SFC Architecture draft `_. Additional terms specific to the OPNFV SFC project are defined below. + +.. list-table:: Definitions + :widths: 15 85 + :header-rows: 1 + + * - Term + - Meaning + + * - ... + - ... + +Abbreviations +============= +.. list-table:: Abbreviations + :widths: 15 85 + :header-rows: 1 + + * - Abbreviation + - Term + + * - NS + - Network Service + + * - NFVO + - Network Function Virtualization Orchestrator + + * - NF + - Network Function + + * - RSP + - Rendered Service Path + + * - SF + - Service Function + + * - SFC + - Service Function Chain(ing) + + * - SFF + - Service Function Forwarder + + * - SFP + - Service Function Path + + * - VNF + - Virtual Network Function + + * - VNFM + - Virtual Network Function Manager + + * - VNF-FG + - Virtual Network Function Forwarding Graph + + * - VIM + - Virtual Infrastructure Manager -- cgit 1.2.3-korg