From 82de7c1f69ad128ee9f60aae271c54dd69fc8c22 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 30 Mar 2017 14:27:41 +0800 Subject: doc adjust change doc structrue Change-Id: I66bea1f0a922930f0407dc04898fbb410d9305e9 Signed-off-by: Harry Huang (cherry picked from commit 2943208b162c1fc4fc21cae98ec412b476ce95aa) --- docs/FAQ/index.rst | 10 -- docs/development/design/design.rst | 111 +++++++++++++++++++++ docs/development/design/images/deploy_overview.png | Bin 0 -> 24469 bytes docs/development/design/images/functest.png | Bin 0 -> 147948 bytes docs/development/design/images/opera_ci.png | Bin 0 -> 98484 bytes docs/development/design/images/vIMS_deploy.png | Bin 0 -> 207754 bytes docs/development/design/index.rst | 12 +++ docs/development/overview/images/key_item.png | Bin 0 -> 260255 bytes .../overview/images/openo_component.png | Bin 0 -> 75569 bytes docs/development/overview/images/vIMS_deploy.png | Bin 0 -> 207754 bytes docs/development/overview/index.rst | 12 +++ docs/development/overview/overview.rst | 71 +++++++++++++ docs/installationprocedure/index.rst | 13 --- .../installation.instruction.rst | 88 ---------------- docs/installationprocedure/introduction.rst | 22 ---- docs/release/configguide/configguide.rst | 31 ++++++ docs/release/configguide/index.rst | 12 +++ docs/release/installation/index.rst | 13 +++ .../installation/installation.instruction.rst | 88 ++++++++++++++++ docs/release/installation/introduction.rst | 22 ++++ docs/release/release-notes/index.rst | 13 +++ docs/release/release-notes/release-notes.rst | 25 +++++ docs/releasenotes/index.rst | 13 --- docs/releasenotes/release-notes.rst | 25 ----- 24 files changed, 410 insertions(+), 171 deletions(-) delete mode 100644 docs/FAQ/index.rst create mode 100644 docs/development/design/design.rst create mode 100644 docs/development/design/images/deploy_overview.png create mode 100644 docs/development/design/images/functest.png create mode 100644 docs/development/design/images/opera_ci.png create mode 100644 docs/development/design/images/vIMS_deploy.png create mode 100644 docs/development/design/index.rst create mode 100644 docs/development/overview/images/key_item.png create mode 100644 docs/development/overview/images/openo_component.png create mode 100644 docs/development/overview/images/vIMS_deploy.png create mode 100644 docs/development/overview/index.rst create mode 100644 docs/development/overview/overview.rst delete mode 100644 docs/installationprocedure/index.rst delete mode 100644 docs/installationprocedure/installation.instruction.rst delete mode 100644 docs/installationprocedure/introduction.rst create mode 100644 docs/release/configguide/configguide.rst create mode 100644 docs/release/configguide/index.rst create mode 100644 docs/release/installation/index.rst create mode 100644 docs/release/installation/installation.instruction.rst create mode 100644 docs/release/installation/introduction.rst create mode 100644 docs/release/release-notes/index.rst create mode 100644 docs/release/release-notes/release-notes.rst delete mode 100644 docs/releasenotes/index.rst delete mode 100644 docs/releasenotes/release-notes.rst diff --git a/docs/FAQ/index.rst b/docs/FAQ/index.rst deleted file mode 100644 index c1e208f..0000000 --- a/docs/FAQ/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License... http://creativecommons.org/licenses/by/4.0 - -************************************* -OPNFV Opera Installation Instructions -************************************* - -.. toctree:: - :numbered: - :maxdepth: - diff --git a/docs/development/design/design.rst b/docs/development/design/design.rst new file mode 100644 index 0000000..c4dda17 --- /dev/null +++ b/docs/development/design/design.rst @@ -0,0 +1,111 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) by Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +OPERA Requirement and Design +============================ + +- Define Scenario OS-NOSDN-OPENO-HA and Integrate OPEN-O M Release + with OPNFV D Release (with OpenStack Newton) +- Integrate OPEN-O to OPNFV CI Process + + Integrate automatic Open-O and Juju installation +- Deploy Clearwater vIMS through OPEN-O + + Test case to simulate SIP clients voice call +- Integrate vIMS test scripts to FuncTest + +OS-NOSDN-OPENO-HA Scenario Definition +===================================== + +Compass4NFV supports Open-O NFV Scenario +---------------------------------------- +- Scenario name: os-nosdn-openo-ha +- Deployment: OpenStack + Open-O + JuJu +- Setups: + + Virtual deployment (one physical server as Jump Server with + OS ubuntu) + + Physical Deployment (one physical server as Jump Server, + ubuntu + 5 physical Host Server) + +.. figure:: images/deploy_overview.png + :alt: deploy overview + :figclass: align-center + + Fig 1. Deploy Overview + +Open-O is participating OPNFV CI Process +======================================== + +- All steps are linked to OPNFV CI Process +- Jenkins jobs remotely access OPEN-O NEXUS repository to fetch binaries +- COMPASS is to deploy scenario based on OpenStack Newton release. +- OPEN-O and JuJu installation scripts will be triggered in Jenkins job + after COMPASS finish deploying OpenStack +- Clearwater vIMS deploy scripts will be integrated into FuncTest +- Clearwater vIMS test scripts will be integrated into FuncTest + + +.. figure:: images/opera_ci.png + :alt: opera ci + :figclass: align-center + + Fig 2. Opera Ci + +The vIMS is used as initial use case +==================================== + +based on which test cases will be created and aligned with Open-O first +release for OPNFV D release. + +- Creatting scenario (os-nosdn-openoe-ha) to integrate Open-O with OpenStack Newton. +- Integrating with COMPASS as installer, FuncTest as testing framework +- Clearwater vIMS is used as VNFs, Juju is used as VNFM. +- Use Open-O as Orchestrator to deploy vIMS to do end-2-end test with the following steps. + +1. deploy Open-O as orchestrator +2. create tenant by Open-O to OpenStack +3. deploy vIMS VNFs from orchestrator based on TOSCA blueprintn and create VNFs +4. launch test suite +5. collect results and clean up + +.. figure:: images/vIMS_deploy.png + :alt: vIMS deploy + :figclass: align-center + + Fig 3. vIMS Deploy + +Requirement and Tasks +===================== + +OPERA Deployment Key idea +------------------------- + +- Keep OPEN-O deployment agnostic from an installer perspective (Apex, Compass, Fuel, Joid) +- Breakdown deployments in single scripts (isolation) +- Have OPNFV CI Process (Jenkins) control and monitor the execution + +Tasks need to be done for OPNFV CD process +------------------------------------------ + +1. Compass to deploy scenario of os-nosdn-openo-noha +2. Automate OPEN-O installation (deployment) process +3. Automate JuJu installation process +4. Create vIMS TOSCA blueprint (for vIMS deployment) +5. Automate vIMS package deployment (need helper/OPEN-O M) + - (a)Jenkins to invoke OPEN-O Restful API to import & deploy vIMS ackage +6. Integrate scripts of step 2,3,4,5 with OPNFV CD Jenkins Job + +FUNCTEST +-------- + +1. test case automation + - (a)Invoke URL request to vIMS services to test deployment is successfully done. +2. Integrate test scripts with FuncTest + - (a)trigger these test scripts + - (b)record test result to DB + +.. figure:: images/functest.png + :alt: functest + :figclass: align-center + + Fig 4. Functest + diff --git a/docs/development/design/images/deploy_overview.png b/docs/development/design/images/deploy_overview.png new file mode 100644 index 0000000..0a00425 Binary files /dev/null and b/docs/development/design/images/deploy_overview.png differ diff --git a/docs/development/design/images/functest.png b/docs/development/design/images/functest.png new file mode 100644 index 0000000..a8c3f06 Binary files /dev/null and b/docs/development/design/images/functest.png differ diff --git a/docs/development/design/images/opera_ci.png b/docs/development/design/images/opera_ci.png new file mode 100644 index 0000000..ef41555 Binary files /dev/null and b/docs/development/design/images/opera_ci.png differ diff --git a/docs/development/design/images/vIMS_deploy.png b/docs/development/design/images/vIMS_deploy.png new file mode 100644 index 0000000..c3f71ad Binary files /dev/null and b/docs/development/design/images/vIMS_deploy.png differ diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst new file mode 100644 index 0000000..b5278fe --- /dev/null +++ b/docs/development/design/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************************* +OPNFV Opera Installation Instructions +************************************* + +.. toctree:: + :numbered: + :maxdepth: 4 + + design.rst diff --git a/docs/development/overview/images/key_item.png b/docs/development/overview/images/key_item.png new file mode 100644 index 0000000..f3e5882 Binary files /dev/null and b/docs/development/overview/images/key_item.png differ diff --git a/docs/development/overview/images/openo_component.png b/docs/development/overview/images/openo_component.png new file mode 100644 index 0000000..cb73df3 Binary files /dev/null and b/docs/development/overview/images/openo_component.png differ diff --git a/docs/development/overview/images/vIMS_deploy.png b/docs/development/overview/images/vIMS_deploy.png new file mode 100644 index 0000000..c3f71ad Binary files /dev/null and b/docs/development/overview/images/vIMS_deploy.png differ diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst new file mode 100644 index 0000000..2566863 --- /dev/null +++ b/docs/development/overview/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************************* +OPNFV Opera Installation Instructions +************************************* + +.. toctree:: + :numbered: + :maxdepth: 4 + + overview.rst diff --git a/docs/development/overview/overview.rst b/docs/development/overview/overview.rst new file mode 100644 index 0000000..c3ca7df --- /dev/null +++ b/docs/development/overview/overview.rst @@ -0,0 +1,71 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) by Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +OPERA Project Overview +====================== + +Since OPNFV board expanded its scope to include NFV MANO last year, +several upstream open source projects have been created to develop +MANO solutions. Each solution has demonstrated its unique value in +specific area. Open-Orchestrator (OPEN-O) project is one of such +communities. Opera seeks to develop requirements for OPEN-O MANO +support in the OPNFV reference platform, with the plan to eventually +integrate OPEN-O in OPNFV as a non-exclusive upstream MANO. The +project will definitely benefit not only OPNFV and Open-O, but can +be referenced by other MANO integration as well. In particular, this +project is basically use case driven. Based on that, it will focus +on the requirement of interfaces/data models for integration among +various components and OPNFV platform. The requirement is designed +to support integration among Open-O as NFVO with Juju as VNFM and +OpenStack as VIM. + +Currently OPNFV has already included upstream OpenStack as VIM, and +Juju and Tacker have been being considered as gVNFM by different OPNFV +projects. OPEN-O as NFVO part of MANO will interact with OpenStack and +Juju. The key items required for the integration can be described as +follows. + +.. figure:: images/key_item.png + :alt: key item + :figclass: align-center + + Fig 1. Key Item for Integration + +Open-O is scoped for the integration +==================================== + +OPEN-O includes various components for OPNFV MANO integration. The initial +release of integration will be focusing on NFV-O, Common service and Common +TOSCA. Other components of Open-O will be gradually integrated to OPNFV +reference platform in later release. + +.. figure:: images/openo_component.png + :alt: openo component + :figclass: align-center + + Fig 2. Deploy Overview + +The vIMS is used as initial use case +==================================== + +based on which test cases will be created and aligned with Open-O first +release for OPNFV D release. + +- Creatting scenario (os-nosdn-openoe-ha) to integrate Open-O with OpenStack Newton. +- Integrating with COMPASS as installer, FuncTest as testing framework +- Clearwater vIMS is used as VNFs, Juju is used as VNFM. +- Use Open-O as Orchestrator to deploy vIMS to do end-2-end test with the following steps. + +1. deploy Open-O as orchestrator +2. create tenant by Open-O to OpenStack +3. deploy vIMS VNFs from orchestrator based on TOSCA blueprintn and create VNFs +4. launch test suite +5. collect results and clean up + +.. figure:: images/vIMS_deploy.png + :alt: vIMS deploy + :figclass: align-center + + Fig 3. vIMS Deploy + diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst deleted file mode 100644 index bb20e9a..0000000 --- a/docs/installationprocedure/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -************************************* -OPNFV Opera Installation Instructions -************************************* - -.. toctree:: - :numbered: - :maxdepth: 4 - - introduction.rst - installation.instruction.rst diff --git a/docs/installationprocedure/installation.instruction.rst b/docs/installationprocedure/installation.instruction.rst deleted file mode 100644 index d87bde7..0000000 --- a/docs/installationprocedure/installation.instruction.rst +++ /dev/null @@ -1,88 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) by Yingjun Li (HUAWEI) - -Opera Installation Instructions -=============================== - -This document providing guidelines on how to deploy a working Open-O -environment using opera project. - -The audience of this document is assumed to have good knowledge in -OpenStack and Linux. - - -Preconditions -------------- - -There are some preconditions before starting the Opera deployment - - -A functional OpenStack environment -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -OpenStack should be deployed before opera deploy. - -Getting the deployment scripts -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Retrieve the repository of Opera using the following command: - -- git clone https://gerrit.opnfv.org/gerrit/opera - - -Machine requirements --------------------- - -1. Ubuntu OS (Pre-installed). - -2. Root access. - -3. Minimum 1 NIC (internet access) - -4. CPU cores: 32 - -5. 64 GB free memory - -6. 100G free disk - - -Deploy Instruction ------------------- - -After opera deployment, Open-O dockers will be launched on local -server as orchestrator and juju vm will be launched on OpenStack -as VNFM. - -Add OpenStack Admin Openrc file -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Add the admin openrc file of your local openstack into opera/conf -directory with the name of admin-openrc.sh. - -Config open-o.yml -~~~~~~~~~~~~~~~~~ - -Set openo_version to specify Open-O version. - -Set openo_ip to specify an external ip to access Open-O services. -(leave the value unset will use local server's external ip) - -Set ports in openo_docker_net to specify Open-O's exposed service -ports. - -Set enable_sdno to specify if use Open-O 's sdno services. -(set this value false will not launch Open-O sdno dockers and reduce -deploy duration) - -Set vnf_type to specify the vnf type need to be deployed. -(currently only support clearwater deployment, leave this unset will not -deploy any vnf) - -Run opera_launch.sh -~~~~~~~~~~~~~~~~~~~ - -.. code-block:: bash - - ./opera_launch.sh - diff --git a/docs/installationprocedure/introduction.rst b/docs/installationprocedure/introduction.rst deleted file mode 100644 index ff8f40b..0000000 --- a/docs/installationprocedure/introduction.rst +++ /dev/null @@ -1,22 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) by Yingjun Li (HUAWEI) - -Abstract -======== - -This document describes how to install Open-O in an OpenStack deployed environment -using Opera project. - -Version history -=============== - -+--------------------+--------------------+--------------------+---------------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+--------------------+--------------------+--------------------+---------------------------+ -| 2017-02-16 | 0.0.1 | Harry Huang | First draft | -| | | (HUAWEI) | | -+--------------------+--------------------+--------------------+---------------------------+ - - diff --git a/docs/release/configguide/configguide.rst b/docs/release/configguide/configguide.rst new file mode 100644 index 0000000..debec97 --- /dev/null +++ b/docs/release/configguide/configguide.rst @@ -0,0 +1,31 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) by Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +Config Guide +------------------ + +Add OpenStack Admin Openrc file +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add the admin openrc file of your local openstack into opera/conf +directory with the name of admin-openrc.sh. + +Config open-o.yml +~~~~~~~~~~~~~~~~~ + +Set openo_version to specify Open-O version. + +Set openo_ip to specify an external ip to access Open-O services. +(leave the value unset will use local server's external ip) + +Set ports in openo_docker_net to specify Open-O's exposed service +ports. + +Set enable_sdno to specify if use Open-O 's sdno services. +(set this value false will not launch Open-O sdno dockers and reduce +deploy duration) + +Set vnf_type to specify the vnf type need to be deployed. +(currently only support clearwater deployment, leave this unset will +not deploy any vnf) diff --git a/docs/release/configguide/index.rst b/docs/release/configguide/index.rst new file mode 100644 index 0000000..c97215b --- /dev/null +++ b/docs/release/configguide/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************************* +OPNFV Opera Installation Instructions +************************************* + +.. toctree:: + :numbered: + :maxdepth: 4 + + configguide.rst diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst new file mode 100644 index 0000000..bb20e9a --- /dev/null +++ b/docs/release/installation/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************************* +OPNFV Opera Installation Instructions +************************************* + +.. toctree:: + :numbered: + :maxdepth: 4 + + introduction.rst + installation.instruction.rst diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst new file mode 100644 index 0000000..bda9183 --- /dev/null +++ b/docs/release/installation/installation.instruction.rst @@ -0,0 +1,88 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) by Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +Opera Installation Instructions +=============================== + +This document providing guidelines on how to deploy a working Open-O +environment using opera project. + +The audience of this document is assumed to have good knowledge in +OpenStack and Linux. + + +Preconditions +------------- + +There are some preconditions before starting the Opera deployment + + +A functional OpenStack environment +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +OpenStack should be deployed before opera deploy. + +Getting the deployment scripts +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Retrieve the repository of Opera using the following command: + +- git clone https://gerrit.opnfv.org/gerrit/opera + + +Machine requirements +-------------------- + +1. Ubuntu OS (Pre-installed). + +2. Root access. + +3. Minimum 1 NIC (internet access) + +4. CPU cores: 32 + +5. 64 GB free memory + +6. 100G free disk + + +Deploy Instruction +------------------ + +After opera deployment, Open-O dockers will be launched on local +server as orchestrator and juju vm will be launched on OpenStack +as VNFM. + +Add OpenStack Admin Openrc file +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add the admin openrc file of your local openstack into opera/conf +directory with the name of admin-openrc.sh. + +Config open-o.yml +~~~~~~~~~~~~~~~~~ + +Set openo_version to specify Open-O version. + +Set openo_ip to specify an external ip to access Open-O services. +(leave the value unset will use local server's external ip) + +Set ports in openo_docker_net to specify Open-O's exposed service +ports. + +Set enable_sdno to specify if use Open-O 's sdno services. +(set this value false will not launch Open-O sdno dockers and reduce +deploy duration) + +Set vnf_type to specify the vnf type need to be deployed. +(currently only support clearwater deployment, leave this unset will +not deploy any vnf) + +Run opera_launch.sh +~~~~~~~~~~~~~~~~~~~ + +.. code-block:: bash + + ./opera_launch.sh + diff --git a/docs/release/installation/introduction.rst b/docs/release/installation/introduction.rst new file mode 100644 index 0000000..967df77 --- /dev/null +++ b/docs/release/installation/introduction.rst @@ -0,0 +1,22 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) by Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +Abstract +======== + +This document describes how to install Open-O in an OpenStack deployed environment +using Opera project. + +Version history +=============== + ++--------------------+--------------------+--------------------+---------------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+---------------------------+ +| 2017-02-16 | 0.0.1 | Harry Huang | First draft | +| | | (HUAWEI) | | ++--------------------+--------------------+--------------------+---------------------------+ + + diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst new file mode 100644 index 0000000..65f5ef4 --- /dev/null +++ b/docs/release/release-notes/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 + +========================================= +OPNFV Danube: Opera Release Notes +========================================= + +.. toctree:: + :numbered: + :maxdepth: 4 + + release-notes.rst + diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst new file mode 100644 index 0000000..f57e990 --- /dev/null +++ b/docs/release/release-notes/release-notes.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) Yingjun Li (HUAWEI) and Harry Huang (HUAWEI) + +========================== +OPNFV Opera Release Notes +========================== + +This document describes release notes of OPNFV Danube Release of Opera + +Abstract +======== + +Opera project is aimed to deploy a working Open-O environment. + +Release Data +============ + ++--------------------+--------------------+--------------------+---------------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+---------------------------+ +| 2017-02-24 | 0.0.1 | Harry Huang | First draft | +| | | (HUAWEI) | | ++--------------------+--------------------+--------------------+---------------------------+ diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst deleted file mode 100644 index 65f5ef4..0000000 --- a/docs/releasenotes/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. -.. http://creativecommons.org/licenses/by/4.0 - -========================================= -OPNFV Danube: Opera Release Notes -========================================= - -.. toctree:: - :numbered: - :maxdepth: 4 - - release-notes.rst - diff --git a/docs/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst deleted file mode 100644 index 19dab96..0000000 --- a/docs/releasenotes/release-notes.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) Yingjun Li (HUAWEI) - -========================== -OPNFV Opera Release Notes -========================== - -This document describes release notes of OPNFV Danube Release of Opera - -Abstract -======== - -Opera project is aimed to deploy a working Open-O environment. - -Release Data -============ - -+--------------------+--------------------+--------------------+---------------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+--------------------+--------------------+--------------------+---------------------------+ -| 2017-02-24 | 0.0.1 | Harry Huang | First draft | -| | | (HUAWEI) | | -+--------------------+--------------------+--------------------+---------------------------+ -- cgit 1.2.3-korg