aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
new file mode 100644
index 0000000..2c95539
--- /dev/null
+++ b/docs/glossary.rst
@@ -0,0 +1,20 @@
+.. _glossary:
+
+Glossary
+========
+
+.. glossary::
+
+ Vendor
+ a vendor is the entity that provides the network function.
+
+ VSP (Vendor Software Product)
+ a VSP is the package of the network function seen from ONAP Designer
+
+ VF (Virtual Function)
+ a VF is the virtual function using the VSP. The VF will be used by
+ services.
+
+ Service
+ a service is the model that can be instantiated. it's composed of one (or
+ several) Functions (VF or PNF).