diff options
Diffstat (limited to 'docs/design/definitions.rst')
-rw-r--r-- | docs/design/definitions.rst | 59 |
1 files changed, 59 insertions, 0 deletions
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 <https://datatracker.ietf.org/doc/draft-ietf-sfc-architecture/>`_. 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 |