From e8d3e7ce3dcd310f99118ebb7d380898b4738ec8 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Wed, 8 Feb 2017 12:30:04 -0600 Subject: Update to new OPNFV Docs structure JIRA: MODELS-2 Change-Id: I5d5601849803cf017bab882dc6eba931637b0770 Signed-off-by: Aimee Ukasick --- docs/design/definitions.rst | 53 -------------------------------------- docs/design/featureconfig_link.rst | 2 -- docs/design/featureusage_link.rst | 2 -- docs/design/index.rst | 20 -------------- docs/design/introduction.rst | 25 ------------------ docs/design/postinstall_link.rst | 2 -- docs/design/releasenotes_link.rst | 2 -- docs/design/usecases.rst | 28 -------------------- 8 files changed, 134 deletions(-) delete mode 100644 docs/design/definitions.rst delete mode 100644 docs/design/featureconfig_link.rst delete mode 100644 docs/design/featureusage_link.rst delete mode 100644 docs/design/index.rst delete mode 100644 docs/design/introduction.rst delete mode 100644 docs/design/postinstall_link.rst delete mode 100644 docs/design/releasenotes_link.rst delete mode 100644 docs/design/usecases.rst (limited to 'docs/design') diff --git a/docs/design/definitions.rst b/docs/design/definitions.rst deleted file mode 100644 index 426abda..0000000 --- a/docs/design/definitions.rst +++ /dev/null @@ -1,53 +0,0 @@ -.. 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 deleted file mode 100644 index 6af66f7..0000000 --- a/docs/design/featureconfig_link.rst +++ /dev/null @@ -1,2 +0,0 @@ -.. include:: - ../installationprocedure/feature.configuration.rst diff --git a/docs/design/featureusage_link.rst b/docs/design/featureusage_link.rst deleted file mode 100644 index c3ac10b..0000000 --- a/docs/design/featureusage_link.rst +++ /dev/null @@ -1,2 +0,0 @@ -.. include:: - ../userguide/feature.usage.rst diff --git a/docs/design/index.rst b/docs/design/index.rst deleted file mode 100644 index 982f2a6..0000000 --- a/docs/design/index.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. 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 deleted file mode 100644 index ee4cee2..0000000 --- a/docs/design/introduction.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. 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 `_ 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 deleted file mode 100644 index ca8d99c..0000000 --- a/docs/design/postinstall_link.rst +++ /dev/null @@ -1,2 +0,0 @@ -.. include:: - ../installationprocedure/installation.instruction.rst diff --git a/docs/design/releasenotes_link.rst b/docs/design/releasenotes_link.rst deleted file mode 100644 index 6ee81a3..0000000 --- a/docs/design/releasenotes_link.rst +++ /dev/null @@ -1,2 +0,0 @@ -.. include:: - ../releasenotes/release.notes.rst diff --git a/docs/design/usecases.rst b/docs/design/usecases.rst deleted file mode 100644 index 4789fa5..0000000 --- a/docs/design/usecases.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. 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 `_ wiki page. -- cgit 1.2.3-korg