Proper directory structure for scenario docs 49/18449/1
authorFrank Brockners <fbrockne@cisco.com>
Thu, 11 Aug 2016 15:10:41 +0000 (08:10 -0700)
committerFrank Brockners <fbrockne@cisco.com>
Thu, 11 Aug 2016 15:10:41 +0000 (08:10 -0700)
Evolving the scenario documentation to meet the directory
structure required by the OPNFV tool chain

Change-Id: Iab441dff604446ea06d3b928e5c5e03c6c141bfc
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
14 files changed:
docs/scenarios/os-nosdn-fdio-noha/FDS-nosdn-overview.png [moved from docs/userguide/FDS-nosdn-overview.png with 100% similarity]
docs/scenarios/os-nosdn-fdio-noha/index.rst [new file with mode: 0644]
docs/scenarios/os-nosdn-fdio-noha/scenario.description.rst [moved from docs/userguide/scenario-apex-os-nosdn-fdio-noha.rst with 100% similarity]
docs/scenarios/os-odl_l2-fdio-noha/FDS-L3-tenant-connectivity.png [moved from docs/userguide/FDS-L3-tenant-connectivity.png with 100% similarity]
docs/scenarios/os-odl_l2-fdio-noha/FDS-basic-callflow.jpg [moved from docs/userguide/FDS-basic-callflow.jpg with 100% similarity]
docs/scenarios/os-odl_l2-fdio-noha/FDS-odl_l2-overview.png [moved from docs/userguide/FDS-odl_l2-overview.png with 100% similarity]
docs/scenarios/os-odl_l2-fdio-noha/index.rst [new file with mode: 0644]
docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst [moved from docs/userguide/scenario-apex-os-odl_l2-fdio-noha.rst with 98% similarity]
docs/scenarios/os-odl_l3-fdio-noha/FDS-L3-DVR-example.png [moved from docs/userguide/FDS-L3-DVR-example.png with 100% similarity]
docs/scenarios/os-odl_l3-fdio-noha/FDS-basic-callflow.jpg [new file with mode: 0755]
docs/scenarios/os-odl_l3-fdio-noha/FDS-odl_l3-overview.png [moved from docs/userguide/FDS-odl_l3-overview.png with 100% similarity]
docs/scenarios/os-odl_l3-fdio-noha/index.rst [new file with mode: 0644]
docs/scenarios/os-odl_l3-fdio-noha/scenario.description.rst [moved from docs/userguide/scenario-apex-os-odl_l3-fdio-noha.rst with 100% similarity]
docs/userguide/index.rst [deleted file]

diff --git a/docs/scenarios/os-nosdn-fdio-noha/index.rst b/docs/scenarios/os-nosdn-fdio-noha/index.rst
new file mode 100644 (file)
index 0000000..3a5bb20
--- /dev/null
@@ -0,0 +1,18 @@
+.. OPNFV - Open Platform for Network Function Virtualization
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+**********************************************************************
+Fast Data Stacks Scenario: os-nosdn-fdio-noha Overview and Description
+**********************************************************************
+
+Scenario: "OpenStack - FD.io" (apex-os-nosdn-fdio-noha)
+is a scenario developed as part of the FastDataStacks
+OPNFV project.
+
+.. toctree::
+   :numbered:
+   :maxdepth: 2
+
+   scenario.description.rst
diff --git a/docs/scenarios/os-odl_l2-fdio-noha/index.rst b/docs/scenarios/os-odl_l2-fdio-noha/index.rst
new file mode 100644 (file)
index 0000000..cd8f2d8
--- /dev/null
@@ -0,0 +1,18 @@
+.. OPNFV - Open Platform for Network Function Virtualization
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+***********************************************************************
+Fast Data Stacks Scenario: os-odl_l2-fdio-noha Overview and Description
+***********************************************************************
+
+Scenario: "OpenStack - Opendaylight (L2) - FD.io" (apex-os-odl_l2-fdio-noha)
+is a scenario developed as part of the FastDataStacks
+OPNFV project.
+
+.. toctree::
+   :numbered:
+   :maxdepth: 2
+
+   scenario.description.rst
@@ -166,7 +166,9 @@ store.
 **Virtual Bridge Domain (VBD) Store and Manager**: The virtual bridge domain
 manager is responsible for configuring the VxLAN overlay tunnel infrastructure
 to arrive at a desired bridged topology between multiple (VPP) compute nodes.
-VDB configures VXLAN tunnels always into a full-mesh with split-horizon group forwarding applied on any domain facing tunnel interface (i.e. forwarding behavior will be that used for VPLS).
+VDB configures VXLAN tunnels always into a full-mesh with split-horizon group
+forwarding applied on any domain facing tunnel interface (i.e. forwarding
+behavior will be that used for VPLS).
 
 **NETCONF Mount Point Service & Connector**: Collectively referred to as
 Netconf Services, provide the NETCONF interface for accessing VPP configuration
diff --git a/docs/scenarios/os-odl_l3-fdio-noha/FDS-basic-callflow.jpg b/docs/scenarios/os-odl_l3-fdio-noha/FDS-basic-callflow.jpg
new file mode 100755 (executable)
index 0000000..96464f8
Binary files /dev/null and b/docs/scenarios/os-odl_l3-fdio-noha/FDS-basic-callflow.jpg differ
diff --git a/docs/scenarios/os-odl_l3-fdio-noha/index.rst b/docs/scenarios/os-odl_l3-fdio-noha/index.rst
new file mode 100644 (file)
index 0000000..7ae4f83
--- /dev/null
@@ -0,0 +1,18 @@
+.. OPNFV - Open Platform for Network Function Virtualization
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+***********************************************************************
+Fast Data Stacks Scenario: os-odl_l3-fdio-noha Overview and Description
+***********************************************************************
+
+Scenario: "OpenStack - Opendaylight (L3) - FD.io" (apex-os-odl_l3-fdio-noha)
+is a scenario developed as part of the FastDataStacks
+OPNFV project.
+
+.. toctree::
+   :numbered:
+   :maxdepth: 2
+
+   scenario.description.rst
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
deleted file mode 100644 (file)
index 54f12ba..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-.. OPNFV - Open Platform for Network Function Virtualization
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-
-**************************
-Fast Data Stacks Scenarios
-**************************
-
-.. toctree::
-   :numbered:
-   :maxdepth: 2
-
-    scenario-apex-os-nosdn-fdio-noha.rst
-    scenario-apex-os-odl_l2-fdio-noha.rst
-    scenario-apex-os-odl_l3-fdio-noha.rst