summaryrefslogtreecommitdiffstats
path: root/docs/design
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/definitions.rst53
-rw-r--r--docs/design/featureconfig_link.rst2
-rw-r--r--docs/design/featureusage_link.rst2
-rw-r--r--docs/design/index.rst20
-rw-r--r--docs/design/introduction.rst25
-rw-r--r--docs/design/postinstall_link.rst2
-rw-r--r--docs/design/releasenotes_link.rst2
-rw-r--r--docs/design/usecases.rst28
8 files changed, 134 insertions, 0 deletions
diff --git a/docs/design/definitions.rst b/docs/design/definitions.rst
new file mode 100644
index 0000000..426abda
--- /dev/null
+++ b/docs/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/design/featureconfig_link.rst b/docs/design/featureconfig_link.rst
new file mode 100644
index 0000000..6af66f7
--- /dev/null
+++ b/docs/design/featureconfig_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../installationprocedure/feature.configuration.rst
diff --git a/docs/design/featureusage_link.rst b/docs/design/featureusage_link.rst
new file mode 100644
index 0000000..c3ac10b
--- /dev/null
+++ b/docs/design/featureusage_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../userguide/feature.usage.rst
diff --git a/docs/design/index.rst b/docs/design/index.rst
new file mode 100644
index 0000000..982f2a6
--- /dev/null
+++ b/docs/design/index.rst
@@ -0,0 +1,20 @@
+.. 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 Copper Project
+********************
+
+.. toctree::
+ :numbered:
+ :maxdepth: 4
+
+ introduction.rst
+ releasenotes_link.rst
+ definitions.rst
+ usecases.rst
+ featureconfig_link.rst
+ postinstall_link.rst
+ featureusage_link.rst
diff --git a/docs/design/introduction.rst b/docs/design/introduction.rst
new file mode 100644
index 0000000..ee4cee2
--- /dev/null
+++ b/docs/design/introduction.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
+
+Introduction
+============
+
+..
+ This work is licensed under a Creative Commons Attribution 4.0 Unported License.
+
+ http://creativecommons.org/licenses/by/4.0
+
+.. NOTE::
+ This is the working documentation for the Models project.
+
+The `OPNFV Models <https://wiki.opnfv.org/display/models>`_ project aims to address
+various goals for promoting availability and convergence of information and/or data
+models related to NFV service/VNF management, as being defined in Standards (SDOs)
+and as developed in Open Source projects.
+
+The documentation provided here focuses on the specific features supported in the Danube release.
+
+
+
diff --git a/docs/design/postinstall_link.rst b/docs/design/postinstall_link.rst
new file mode 100644
index 0000000..ca8d99c
--- /dev/null
+++ b/docs/design/postinstall_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../installationprocedure/installation.instruction.rst
diff --git a/docs/design/releasenotes_link.rst b/docs/design/releasenotes_link.rst
new file mode 100644
index 0000000..6ee81a3
--- /dev/null
+++ b/docs/design/releasenotes_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../releasenotes/release.notes.rst
diff --git a/docs/design/usecases.rst b/docs/design/usecases.rst
new file mode 100644
index 0000000..4789fa5
--- /dev/null
+++ b/docs/design/usecases.rst
@@ -0,0 +1,28 @@
+.. 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
+
+Use Cases
+=========
+
+Implemented in Current Release
+------------------------------
+
+Tacker Hello World
+..................
+
+Based upon the OpenStack Tacker project's "tosca-vnfd-hello-world" blueprint,
+as extended for testing of more Tacker-supported features as of OpenStack Newton.
+A single-node simple python web server, connected to two internal networks
+(private and admin), and accessible via a floating IP.
+
+
+Cloudify Hello World
+....................
+
+Deployment test for the Cloudify Hello World blueprint
+
+
+A complete list of use cases is located on the
+`Models Testing <https://wiki.opnfv.org/display/models/Testing>`_ wiki page.