From c6a4fcf01b5bcb0533d552d761f7462190df44b7 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 13 Dec 2018 15:05:35 +0100 Subject: [docs] Updates for Gambia 7.1.0 release While at it, rename FDIO (VPP) scenarios to align with OPNFV FDS and OPNFV Apex projects. Change-Id: I9aab5dc4a0dc41a2cc996687a8a2726d03288678 Signed-off-by: Alexandru Avadanii --- docs/release/scenarios/index.rst | 4 +-- docs/release/scenarios/os-nosdn-fdio-ha/index.rst | 14 ++++++++ .../os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst | 41 ++++++++++++++++++++++ .../release/scenarios/os-nosdn-fdio-noha/index.rst | 14 ++++++++ .../os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst | 39 ++++++++++++++++++++ .../scenarios/os-nosdn-ovs-ha/os-nosdn-ovs-ha.rst | 2 +- .../os-nosdn-ovs-noha/os-nosdn-ovs-noha.rst | 2 +- docs/release/scenarios/os-nosdn-vpp-ha/index.rst | 14 -------- .../scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst | 41 ---------------------- docs/release/scenarios/os-nosdn-vpp-noha/index.rst | 14 -------- .../os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst | 39 -------------------- .../scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst | 4 +-- .../os-ovn-nofeature-ha/os-ovn-nofeature-ha.rst | 2 +- .../os-ovn-nofeature-noha.rst | 2 +- 14 files changed, 116 insertions(+), 116 deletions(-) create mode 100644 docs/release/scenarios/os-nosdn-fdio-ha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst create mode 100644 docs/release/scenarios/os-nosdn-fdio-noha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst delete mode 100644 docs/release/scenarios/os-nosdn-vpp-ha/index.rst delete mode 100644 docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst delete mode 100644 docs/release/scenarios/os-nosdn-vpp-noha/index.rst delete mode 100644 docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst (limited to 'docs/release/scenarios') diff --git a/docs/release/scenarios/index.rst b/docs/release/scenarios/index.rst index 48d78b5d3..437a82e2d 100644 --- a/docs/release/scenarios/index.rst +++ b/docs/release/scenarios/index.rst @@ -15,6 +15,6 @@ OPNFV Fuel Scenarios os-nosdn-ovs-ha/index.rst os-ovn-nofeature-noha/index.rst os-ovn-nofeature-ha/index.rst - os-nosdn-vpp-noha/index.rst - os-nosdn-vpp-ha/index.rst + os-nosdn-fdio-noha/index.rst + os-nosdn-fdio-ha/index.rst os-odl-ovs-noha/index.rst diff --git a/docs/release/scenarios/os-nosdn-fdio-ha/index.rst b/docs/release/scenarios/os-nosdn-fdio-ha/index.rst new file mode 100644 index 000000000..5f14536ac --- /dev/null +++ b/docs/release/scenarios/os-nosdn-fdio-ha/index.rst @@ -0,0 +1,14 @@ +.. _os-nosdn-fdio-ha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +========================================= +os-nosdn-fdio-ha overview and description +========================================= + +.. toctree:: + :maxdepth: 2 + +.. include:: os-nosdn-fdio-ha.rst diff --git a/docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst b/docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst new file mode 100644 index 000000000..96c266996 --- /dev/null +++ b/docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst @@ -0,0 +1,41 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +This document provides scenario level details for Gambia 7.1 of +deployment with no SDN controller and VPP enabled as virtual switch. + +Introduction +============ + +This scenario is used primarily to validate and deploy a Queens OpenStack +deployment with no SDN controller enabled and VPP as virtual switch. + +Scenario components and composition +=================================== + +This scenario is composed of common OpenStack services enabled by default, +including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs +VPP on the compute nodes as virtual switch. + +All services are in HA, meaning that there are multiple cloned instances of +each service, and they are balanced by HA Proxy using a Virtual IP Address +per service. + + +Scenario usage overview +======================= + +Simply deploy this scenario by setting os-nosdn-fdio-ha as scenario +deploy parameter. + +Limitations, Issues and Workarounds +=================================== + +None + +References +========== + +For more information on the OPNFV Gambia release, please visit +https://www.opnfv.org/software diff --git a/docs/release/scenarios/os-nosdn-fdio-noha/index.rst b/docs/release/scenarios/os-nosdn-fdio-noha/index.rst new file mode 100644 index 000000000..e64d9607e --- /dev/null +++ b/docs/release/scenarios/os-nosdn-fdio-noha/index.rst @@ -0,0 +1,14 @@ +.. _os-nosdn-fdio-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +=========================================== +os-nosdn-fdio-noha overview and description +=========================================== + +.. toctree:: + :maxdepth: 2 + +.. include:: os-nosdn-fdio-noha.rst diff --git a/docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst b/docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst new file mode 100644 index 000000000..542ec3afa --- /dev/null +++ b/docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst @@ -0,0 +1,39 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +This document provides scenario level details for Gambia 7.1 of +deployment with no SDN controller and VPP enabled as virtual switch. + +Introduction +============ + +This scenario is used primarily to validate and deploy a Queens OpenStack +deployment with no SDN controller enabled and VPP as virtual switch. + + +Scenario components and composition +=================================== + +This scenario is composed of common OpenStack services enabled by default, +including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs +VPP on the compute nodes as virtual switch. + + +Scenario usage overview +======================= + +Simply deploy this scenario by setting os-nosdn-fdio-noha as scenario +deploy parameter. + + +Limitations, Issues and Workarounds +=================================== + +Tested on virtual deploy only. + +References +========== + +For more information on the OPNFV Gambia release, please visit +https://www.opnfv.org/software diff --git a/docs/release/scenarios/os-nosdn-ovs-ha/os-nosdn-ovs-ha.rst b/docs/release/scenarios/os-nosdn-ovs-ha/os-nosdn-ovs-ha.rst index e653a6232..f557dbb9c 100644 --- a/docs/release/scenarios/os-nosdn-ovs-ha/os-nosdn-ovs-ha.rst +++ b/docs/release/scenarios/os-nosdn-ovs-ha/os-nosdn-ovs-ha.rst @@ -2,7 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) 2018 Mirantis Inc., Enea Software AB and others -This document provides scenario level details for Gambia 7.0 of +This document provides scenario level details for Gambia 7.1 of deployment with no SDN controller and no extra features enabled. Introduction diff --git a/docs/release/scenarios/os-nosdn-ovs-noha/os-nosdn-ovs-noha.rst b/docs/release/scenarios/os-nosdn-ovs-noha/os-nosdn-ovs-noha.rst index 42f6ccc36..2ac863a5d 100644 --- a/docs/release/scenarios/os-nosdn-ovs-noha/os-nosdn-ovs-noha.rst +++ b/docs/release/scenarios/os-nosdn-ovs-noha/os-nosdn-ovs-noha.rst @@ -2,7 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) 2018 Mirantis Inc., Enea Software AB and others -This document provides scenario level details for Gambia 7.0 of +This document provides scenario level details for Gambia 7.1 of deployment with no SDN controller and no extra features enabled. Introduction diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/index.rst b/docs/release/scenarios/os-nosdn-vpp-ha/index.rst deleted file mode 100644 index d4d5a46ef..000000000 --- a/docs/release/scenarios/os-nosdn-vpp-ha/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _os-nosdn-vpp-ha: - -.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2018 Mirantis Inc., Enea Software AB and others - -======================================== -os-nosdn-vpp-ha overview and description -======================================== - -.. toctree:: - :maxdepth: 2 - -.. include:: os-nosdn-vpp-ha.rst diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst b/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst deleted file mode 100644 index 80c829acc..000000000 --- a/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst +++ /dev/null @@ -1,41 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2018 Mirantis Inc., Enea Software AB and others - -This document provides scenario level details for Gambia 7.0 of -deployment with no SDN controller and VPP enabled as virtual switch. - -Introduction -============ - -This scenario is used primarily to validate and deploy a Queens OpenStack -deployment with no SDN controller enabled and VPP as virtual switch. - -Scenario components and composition -=================================== - -This scenario is composed of common OpenStack services enabled by default, -including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs -VPP on the compute nodes as virtual switch. - -All services are in HA, meaning that there are multiple cloned instances of -each service, and they are balanced by HA Proxy using a Virtual IP Address -per service. - - -Scenario usage overview -======================= - -Simply deploy this scenario by setting os-nosdn-vpp-ha as scenario -deploy parameter. - -Limitations, Issues and Workarounds -=================================== - -None - -References -========== - -For more information on the OPNFV Gambia release, please visit -https://www.opnfv.org/software diff --git a/docs/release/scenarios/os-nosdn-vpp-noha/index.rst b/docs/release/scenarios/os-nosdn-vpp-noha/index.rst deleted file mode 100644 index 35059859d..000000000 --- a/docs/release/scenarios/os-nosdn-vpp-noha/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _os-nosdn-vpp-noha: - -.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2018 Mirantis Inc., Enea Software AB and others - -========================================== -os-nosdn-vpp-noha overview and description -========================================== - -.. toctree:: - :maxdepth: 2 - -.. include:: os-nosdn-vpp-noha.rst diff --git a/docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst b/docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst deleted file mode 100644 index a699779ba..000000000 --- a/docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) 2018 Mirantis Inc., Enea Software AB and others - -This document provides scenario level details for Gambia 7.0 of -deployment with no SDN controller and VPP enabled as virtual switch. - -Introduction -============ - -This scenario is used primarily to validate and deploy a Queens OpenStack -deployment with no SDN controller enabled and VPP as virtual switch. - - -Scenario components and composition -=================================== - -This scenario is composed of common OpenStack services enabled by default, -including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs -VPP on the compute nodes as virtual switch. - - -Scenario usage overview -======================= - -Simply deploy this scenario by setting os-nosdn-vpp-noha as scenario -deploy parameter. - - -Limitations, Issues and Workarounds -=================================== - -Tested on virtual deploy only. - -References -========== - -For more information on the OPNFV Gambia release, please visit -https://www.opnfv.org/software diff --git a/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst b/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst index 19eb0258e..5fe5d2100 100644 --- a/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst +++ b/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst @@ -2,7 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) 2018 Mirantis Inc., Enea Software AB and others -This document provides scenario level details for Gambia 7.0 of +This document provides scenario level details for Gambia 7.1 of deployment with OpenDaylight controller and DPDK feature enabled. Introduction @@ -37,4 +37,4 @@ References ========== For more information on the OPNFV Gambia release, please visit -https://www.opnfv.org/software \ No newline at end of file +https://www.opnfv.org/software diff --git a/docs/release/scenarios/os-ovn-nofeature-ha/os-ovn-nofeature-ha.rst b/docs/release/scenarios/os-ovn-nofeature-ha/os-ovn-nofeature-ha.rst index 0317c4b5b..65cb5e581 100644 --- a/docs/release/scenarios/os-ovn-nofeature-ha/os-ovn-nofeature-ha.rst +++ b/docs/release/scenarios/os-ovn-nofeature-ha/os-ovn-nofeature-ha.rst @@ -2,7 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) 2018 Mirantis Inc., Enea Software AB and others -This document provides scenario level details for Gambia 7.0 of deployment +This document provides scenario level details for Gambia 7.1 of deployment with Open Virtual Network (OVN) providing Layers 2 and 3 networking and no extra features enabled. diff --git a/docs/release/scenarios/os-ovn-nofeature-noha/os-ovn-nofeature-noha.rst b/docs/release/scenarios/os-ovn-nofeature-noha/os-ovn-nofeature-noha.rst index 44bcbfa7c..54fbd6ba0 100644 --- a/docs/release/scenarios/os-ovn-nofeature-noha/os-ovn-nofeature-noha.rst +++ b/docs/release/scenarios/os-ovn-nofeature-noha/os-ovn-nofeature-noha.rst @@ -2,7 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) 2018 Mirantis Inc., Enea Software AB and others -This document provides scenario level details for Gambia 7.0 of deployment +This document provides scenario level details for Gambia 7.1 of deployment with Open Virtual Network (OVN) providing Layers 2 and 3 networking and no extra features enabled. -- cgit 1.2.3-korg