diff options
Diffstat (limited to 'docs/development/design/definitions.rst')
-rw-r--r-- | docs/development/design/definitions.rst | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/docs/development/design/definitions.rst b/docs/development/design/definitions.rst new file mode 100644 index 00000000..85416fb8 --- /dev/null +++ b/docs/development/design/definitions.rst @@ -0,0 +1,64 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Definitions +----------- + +Definitions of most terms used here are provided in the `IETF SFC Architecture RFC <https://datatracker.ietf.org/doc/rfc7665/>`_. +Additional terms specific to the OPNFV SFC project are defined below. + + +Abbreviations +------------- + +.. list-table:: Abbreviations + :widths: 15 85 + :header-rows: 1 + + * - Abbreviation + - Term + + * - NS + - Network Service + + * - NFVO + - Network Function Virtualization Orchestrator + + * - NF + - Network Function + + * - NSH + - Network Services Header (Service chaining encapsulation) + + * - ODL + - OpenDaylight SDN Controller + + * - RSP + - Rendered Service Path + + * - SDN + - Software Defined Networking + + * - 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 |