From a082fe0a78c691052622c4a5c65b267dbb079164 Mon Sep 17 00:00:00 2001 From: Giuseppe Carella Date: Wed, 18 Oct 2017 11:00:50 +0200 Subject: Added documentation for os-nosdn-openbaton-ha scenario Change-Id: I0d1fff751e824f109347ec032149160f684321a8 Signed-off-by: Giuseppe Carella (cherry picked from commit 2d24f7bb7132322c572d0d46863cd32f5de2f007) --- .../scenarios/os-nosdn-openbaton-ha/index.rst | 16 +++ .../os-nosdn-openbaton-ha/release-notes.rst | 152 +++++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 docs/release/scenarios/os-nosdn-openbaton-ha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-openbaton-ha/release-notes.rst diff --git a/docs/release/scenarios/os-nosdn-openbaton-ha/index.rst b/docs/release/scenarios/os-nosdn-openbaton-ha/index.rst new file mode 100644 index 00000000..7f7f65be --- /dev/null +++ b/docs/release/scenarios/os-nosdn-openbaton-ha/index.rst @@ -0,0 +1,16 @@ +.. _os-nosdn-nofeature-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +====================== +JOID LXD Release Notes +====================== + +.. toctree:: + :numbered: + :maxdepth: 4 + + release-notes.rst + diff --git a/docs/release/scenarios/os-nosdn-openbaton-ha/release-notes.rst b/docs/release/scenarios/os-nosdn-openbaton-ha/release-notes.rst new file mode 100644 index 00000000..da55e4ce --- /dev/null +++ b/docs/release/scenarios/os-nosdn-openbaton-ha/release-notes.rst @@ -0,0 +1,152 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + + +Abstract +======== + +This document compiles the release notes for the Euphrates release of +OPNFV when using JOID as a deployment tool with the Open Baton NFV MANO framework + provided by the OPNFV orchestra project. + +Introduction +============ + +These notes provides release information for the use of joid as deployment +tool for the Euphrates release of OPNFV for orchestra +scenario. + +The goal of the Euphrates release and this JOID based deployment process is +to establish a lab ready platform accelerating further development +of the OPNFV infrastructure. + +Carefully follow the installation-instructions which guides a user to deploy +OPNFV using JOID which is based on MAAS and Juju. + +Summary +======= + +The OPNFV Orchestra project integrates the upstream open source Open Baton project within OPNFV. +Open Baton is the result of an agile design process having as major objective the development +of an extensible and customizable framework capable of orchestrating network services across +heterogeneous NFV Infrastructures. + +Euphrates release with the JOID deployment enables deployment of orchestra + on a Pharos compliant lab infrastructure. + +The current definition of an OPNFV target system is based on OpenStack Ocata. + + The system is deployed with OpenStack High Availability (HA) for most OpenStack services. + + User has following choices to make to do the deployment. + + - Openstack -- Ocata + - Type -- HA, nonHA, tip (stable git branch of respective openstack) + - Feature -- Open Baton (NFV MANO framework) + +NOTE: Detailed information on how to install in your lab can be find in installation guide +command to deploy orchestra feature is: + +#Orchestra deployment with no HA Openstack +./deploy.sh -o ocata -m openstack -f openbaton -s nosdn -t nonha + +#Orchestra deployment with no HA Openstack +./deploy.sh -o ocata -m openstack -f openbaton -s nosdn -t ha + + +Using Openstack +=============== + +admin-openrc file have been placed under ~/joid_config/ +Please source the same and use OpenStack API to do rest of the configuration. + +Using Orchestra (Open Baton) after Deployment +============================================= + +Considering that there are no major differences between the Open Baton installed within +OPNFV platform and the upstream one, feel free to follow the upstram documentation provided +by the Open Baton project to learn more advanced use cases: http://openbaton.github.io/documentation/ + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | JOID | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/tag** | gerrit.opnfv.org/gerrit/joid.git | +| | stable/euphrates | ++--------------------------------------+--------------------------------------+ +| **Release designation** | Euphrates release | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | October 24 2017 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | Euphrates release | +| | | ++--------------------------------------+--------------------------------------+ + +Deliverables +------------ + +Software deliverables +~~~~~~~~~~~~~~~~~~~~~ +`JOID based installer script files `_ + +Known Limitations, Issues and Workarounds +========================================= + +Known issues +------------ + +**JIRA TICKETS:** + ++--------------------------------------+--------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+--------------------------------------+ +| JIRA: | | ++--------------------------------------+--------------------------------------+ + + +Scenario Releases +================= + +Name: os-nosdn-openbaton-ha +Test Link: https://build.opnfv.org/ci/job/joid-deploy-baremetal-daily-euphrates +Notes: + +References +========== +KVM +--- +- `JUJU Openstack charm `_ +- `KVM hypervisor `_ + +Juju +---- +- `Juju Charm store `_ +- `Juju documents `_ + +MAAS +---- +- `Bare metal management (Metal-As-A-Service) `_ +- `MAAS API documents `_ + +JOID +---- +- `OPNFV JOID wiki `_ +- `OPNFV JOID Get Started `_ + +OpenStack +--------- +- `OpenStack Newton Release artifacts `_ +- `OpenStack documentation `_ + +Orchestra +--------- +- `Orchestra Release Notes `_ +- `Open Baton documentation `_ + -- cgit 1.2.3-korg