diff options
Diffstat (limited to 'docs')
12 files changed, 45 insertions, 39 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 183a6f668..d17bc6440 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -963,7 +963,7 @@ These steps are common for ``virtual``, ``baremetal`` or ``hybrid`` deploys, jenkins@jumpserver:~$ git clone https://git.opnfv.org/fuel jenkins@jumpserver:~$ cd fuel - jenkins@jumpserver:~/fuel$ git checkout opnfv-7.0.0 + jenkins@jumpserver:~/fuel$ git checkout opnfv-7.1.0 jenkins@jumpserver:~/fuel$ ci/deploy.sh -l <lab_name> \ -p <pod_name> \ -b <URI to configuration repo containing the PDF/IDF files> \ @@ -1369,7 +1369,7 @@ article. References ========== -For more information on the OPNFV ``Gambia`` 7.0 release, please see: +For more information on the OPNFV ``Gambia`` 7.1 release, please see: #. `OPNFV Home Page`_ #. `OPNFV Documentation`_ diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst index 2602a69c4..4c6c3bd50 100644 --- a/docs/release/release-notes/release-notes.rst +++ b/docs/release/release-notes/release-notes.rst @@ -77,16 +77,16 @@ Release Data | **Project** | fuel | | | | +--------------------------------------+--------------------------------------+ -| **Repo/tag** | opnfv-7.0.0 | +| **Repo/tag** | opnfv-7.1.0 | | | | +--------------------------------------+--------------------------------------+ -| **Release designation** | Gambia 7.0 | +| **Release designation** | Gambia 7.1 | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | November 9, 2018 | +| **Release date** | December 14, 2018 | | | | +--------------------------------------+--------------------------------------+ -| **Purpose of the delivery** | OPNFV Gambia 7.0 release | +| **Purpose of the delivery** | OPNFV Gambia 7.1 release | +--------------------------------------+--------------------------------------+ Version Change @@ -109,7 +109,7 @@ deployment toolchain. It is based on following upstream versions: Document Changes ~~~~~~~~~~~~~~~~ -This is the ``Gambia`` 7.0 release. +This is the ``Gambia`` 7.1 release. It comes with the following documentation: - :ref:`OPNFV Fuel Installation Instruction <fuel-installation>` @@ -130,13 +130,17 @@ Feature Additions - ``baremetal`` support for noHA deployments; - containerized Salt Master; - ``OVN`` scenarios; +- ``ODL`` ``BGPVPN`` scenario; +- ``IDF`` support for configuring cluster-level ``MTU``; -For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia New features`_ filter. +For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia 7.1 New features`_ +filter. Bug Corrections ~~~~~~~~~~~~~~~ -For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia Bugs (fixed)`_ filter. +For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia 7.1 Bugs (fixed)`_ +filter. Software Deliverables ~~~~~~~~~~~~~~~~~~~~~ @@ -205,23 +209,25 @@ System Limitations Known Issues ------------ -For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia Known issues`_ filter. +For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia 7.1 Known issues`_ +filter. Workarounds ----------- -For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia Workarounds`_ filter. +For an exhaustive list, see the `OPNFV Fuel JIRA: Gambia 7.1 Workarounds`_ +filter. Test Results ============ -The ``Gambia`` 7.0 release with the Fuel deployment tool has undergone QA test +The ``Gambia`` 7.1 release with the Fuel deployment tool has undergone QA test runs, see separate test results. References ========== -For more information on the OPNFV ``Gambia`` 7.0 release, please see: +For more information on the OPNFV ``Gambia`` 7.1 release, please see: #. `OPNFV Home Page`_ #. `OPNFV Documentation`_ @@ -246,7 +252,7 @@ For more information on the OPNFV ``Gambia`` 7.0 release, please see: .. _`OPNFV Software Downloads`: https://www.opnfv.org/software/downloads .. _`Apache License 2.0`: https://www.apache.org/licenses/LICENSE-2.0 .. OPNFV Fuel Gambia JIRA filters -.. _`OPNFV Fuel JIRA: Gambia Bugs (fixed)`: https://jira.opnfv.org/issues/?filter=12503 -.. _`OPNFV Fuel JIRA: Gambia New features`: https://jira.opnfv.org/issues/?filter=12504 -.. _`OPNFV Fuel JIRA: Gambia Known issues`: https://jira.opnfv.org/issues/?filter=12505 -.. _`OPNFV Fuel JIRA: Gambia Workarounds`: https://jira.opnfv.org/issues/?filter=12506 +.. _`OPNFV Fuel JIRA: Gambia 7.1 Bugs (fixed)`: https://jira.opnfv.org/issues/?filter=12601 +.. _`OPNFV Fuel JIRA: Gambia 7.1 New features`: https://jira.opnfv.org/issues/?filter=12600 +.. _`OPNFV Fuel JIRA: Gambia 7.1 Known issues`: https://jira.opnfv.org/issues/?filter=12602 +.. _`OPNFV Fuel JIRA: Gambia 7.1 Workarounds`: https://jira.opnfv.org/issues/?filter=12603 diff --git a/docs/release/scenarios/index.rst b/docs/release/scenarios/index.rst index 46890292e..9561aefbf 100644 --- a/docs/release/scenarios/index.rst +++ b/docs/release/scenarios/index.rst @@ -15,8 +15,8 @@ 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 os-nosdn-onap-ha/index.rst os-nosdn-onap-noha/index.rst diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/index.rst b/docs/release/scenarios/os-nosdn-fdio-ha/index.rst index d4d5a46ef..5f14536ac 100644 --- a/docs/release/scenarios/os-nosdn-vpp-ha/index.rst +++ b/docs/release/scenarios/os-nosdn-fdio-ha/index.rst @@ -1,14 +1,14 @@ -.. _os-nosdn-vpp-ha: +.. _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-vpp-ha overview and description -======================================== +========================================= +os-nosdn-fdio-ha overview and description +========================================= .. toctree:: :maxdepth: 2 -.. include:: os-nosdn-vpp-ha.rst +.. include:: os-nosdn-fdio-ha.rst diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst b/docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-ha.rst index 80c829acc..96c266996 100644 --- a/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst +++ b/docs/release/scenarios/os-nosdn-fdio-ha/os-nosdn-fdio-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 VPP enabled as virtual switch. Introduction @@ -26,7 +26,7 @@ per service. Scenario usage overview ======================= -Simply deploy this scenario by setting os-nosdn-vpp-ha as scenario +Simply deploy this scenario by setting os-nosdn-fdio-ha as scenario deploy parameter. Limitations, Issues and Workarounds diff --git a/docs/release/scenarios/os-nosdn-vpp-noha/index.rst b/docs/release/scenarios/os-nosdn-fdio-noha/index.rst index 35059859d..e64d9607e 100644 --- a/docs/release/scenarios/os-nosdn-vpp-noha/index.rst +++ b/docs/release/scenarios/os-nosdn-fdio-noha/index.rst @@ -1,14 +1,14 @@ -.. _os-nosdn-vpp-noha: +.. _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-vpp-noha overview and description -========================================== +=========================================== +os-nosdn-fdio-noha overview and description +=========================================== .. toctree:: :maxdepth: 2 -.. include:: os-nosdn-vpp-noha.rst +.. include:: os-nosdn-fdio-noha.rst diff --git a/docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst b/docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-noha.rst index a699779ba..542ec3afa 100644 --- a/docs/release/scenarios/os-nosdn-vpp-noha/os-nosdn-vpp-noha.rst +++ b/docs/release/scenarios/os-nosdn-fdio-noha/os-nosdn-fdio-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 VPP enabled as virtual switch. Introduction @@ -23,7 +23,7 @@ VPP on the compute nodes as virtual switch. Scenario usage overview ======================= -Simply deploy this scenario by setting os-nosdn-vpp-noha as scenario +Simply deploy this scenario by setting os-nosdn-fdio-noha as scenario deploy parameter. 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-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. |