From 9186f91fdd23b59404e90988ca9ee2172797e8e2 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 10 Nov 2015 14:36:26 -0800 Subject: Move design_docs into docs/design Change HTML theme for sphinx Fix makefile reference to old design_docs dir Change-Id: I848115c5901db8dc33aa4157bdbc8af430695f31 Signed-off-by: blsaws --- docs/design/definitions.rst | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 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 0000000..4423d45 --- /dev/null +++ b/docs/design/definitions.rst @@ -0,0 +1,38 @@ +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 -- cgit 1.2.3-korg