summaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-09 09:54:13 -0600
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-09 09:54:13 -0600
commit0655e7e09e0e4368c962c96b0db537b4c7a7cd37 (patch)
tree6a9e22f50220d057e0e948a69feb2dd43ae69bbf /docs/development
parentf203fb89c37f7b8ae471346fa3fb59bc929290da (diff)
Update for Danube doc structure
JIRA: VES-1 Change-Id: I4c804f65e485f4d4d539263c6702212015d9c99b Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/design/architecture.rst15
-rw-r--r--docs/development/design/definitions.rst53
-rw-r--r--docs/development/design/index.rst15
-rw-r--r--docs/development/overview/index.rst13
-rw-r--r--docs/development/overview/overview.rst25
-rw-r--r--docs/development/requirements/index.rst13
-rw-r--r--docs/development/requirements/requirements.rst15
7 files changed, 149 insertions, 0 deletions
diff --git a/docs/development/design/architecture.rst b/docs/development/design/architecture.rst
new file mode 100644
index 0000000..0116d1d
--- /dev/null
+++ b/docs/development/design/architecture.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=============================
+OPNFV VES Danube Architecture
+=============================
+
+.. contents::
+ :depth: 3
+ :local:
+
+Please see the OPNFV VES `wiki <https://wiki.opnfv.org/display/ves>`_
+for an architectural overview.
diff --git a/docs/development/design/definitions.rst b/docs/development/design/definitions.rst
new file mode 100644
index 0000000..426abda
--- /dev/null
+++ b/docs/development/design/definitions.rst
@@ -0,0 +1,53 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+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.
+
+ * - YANG
+ - A data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications.
+
+
+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
+
+ * - NFVI
+ - Network Function Virtualization Infrastructure
+
+ * - TOSCA
+ - Topology and Orchestration Specification for Cloud Applications
+
+ * - NETCONF
+ - Network Configuration Protocol
diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst
new file mode 100644
index 0000000..fc1fec5
--- /dev/null
+++ b/docs/development/design/index.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=======================
+OPNFV VES Danube Design
+=======================
+
+.. toctree::
+ :maxdepth: 1
+
+ definitions
+ architecture
+
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst
new file mode 100644
index 0000000..cc1c5ac
--- /dev/null
+++ b/docs/development/overview/index.rst
@@ -0,0 +1,13 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=========================
+OPNFV VES Danube Overview
+=========================
+
+.. toctree::
+ :maxdepth: 1
+
+ overview
diff --git a/docs/development/overview/overview.rst b/docs/development/overview/overview.rst
new file mode 100644
index 0000000..3d7673a
--- /dev/null
+++ b/docs/development/overview/overview.rst
@@ -0,0 +1,25 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=========================
+OPNFV VES Danube Overview
+=========================
+
+.. contents::
+ :depth: 3
+ :local:
+
+Introduction
+------------
+The `OPNFV VES <https://wiki.opnfv.org/display/ves>`_ project aims to develop OPNFV platform
+support for VNF event streams, in a common model and format intended for use by NFV Service Providers (SPs),
+e.g. in managing VNF health and lifecycle. The project’s goal is to enable a significant reduction
+in the effort to develop and integrate VNF telemetry-related data into automated VNF management systems,
+by promoting convergence toward a common event stream format and collection system.
+
+
+
+
+
diff --git a/docs/development/requirements/index.rst b/docs/development/requirements/index.rst
new file mode 100644
index 0000000..4d7e7aa
--- /dev/null
+++ b/docs/development/requirements/index.rst
@@ -0,0 +1,13 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=============================
+OPNFV VES Danube Requirements
+=============================
+
+.. toctree::
+ :maxdepth: 1
+
+ requirements
diff --git a/docs/development/requirements/requirements.rst b/docs/development/requirements/requirements.rst
new file mode 100644
index 0000000..1da3c90
--- /dev/null
+++ b/docs/development/requirements/requirements.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+=============================
+OPNFV VES Danube Requirements
+=============================
+
+.. contents::
+ :depth: 3
+ :local:
+
+Please see the OPNFV Models `wiki <https://wiki.opnfv.org/display/ves>`_
+for details on VES project's development requirements.