From afb9fa5913b63e8814365dadec249e12f0463e88 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 30 Mar 2017 10:13:51 -0500 Subject: adding new scenraio documentation and updated the current one. Change-Id: If5a7f2d2ffffd87cad4e4003ade01071b2ccd677 Signed-off-by: Narinder Gupta --- .../scenarios/os-nosdn-nofeature-noha/index.rst | 16 +++ .../os-nosdn-nofeature-noha/release-notes.rst | 142 +++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 docs/release/scenarios/os-nosdn-nofeature-noha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-nofeature-noha/release-notes.rst (limited to 'docs/release/scenarios/os-nosdn-nofeature-noha') diff --git a/docs/release/scenarios/os-nosdn-nofeature-noha/index.rst b/docs/release/scenarios/os-nosdn-nofeature-noha/index.rst new file mode 100644 index 00000000..7f7f65be --- /dev/null +++ b/docs/release/scenarios/os-nosdn-nofeature-noha/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-nofeature-noha/release-notes.rst b/docs/release/scenarios/os-nosdn-nofeature-noha/release-notes.rst new file mode 100644 index 00000000..1b520ff9 --- /dev/null +++ b/docs/release/scenarios/os-nosdn-nofeature-noha/release-notes.rst @@ -0,0 +1,142 @@ +.. 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 Danube release of +OPNFV when using JOID as a deployment tool with KVM hypervisor. + +Introduction +============ + +These notes provides release information for the use of joid as deployment +tool for the Danube release of OPNFV with KVM hypervisor for containers +scenario. + +The goal of the Danube 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 +======= + + KVM (for Kernel-based Virtual Machine) is a full virtualization solution +for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). +It consists of a loadable kernel module, kvm.ko, that provides the core +virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. + +Danube release with the JOID deployment with KVM hypervisor will establish an +OPNFV target system on a Pharos compliant lab infrastructure. + +The current definition of an OPNFV target system is and OpenStack Newton. + + The system is deployed with OpenStack High Availability (HA) for most OpenStack services. + + User has following choices to make to do the deployment. + + - Openstack -- Newton + - Type -- HA, nonHA, tip (stable git branch of respective openstack) + - Feature -- KVM (hypervisor) + +NOTE: Detailed information on how to install in your lab can be find in installation guide +command to deploy lxd feature is: + +#KVM deployment with HA Openstack +./deploy.sh -o newton -f none -t ha -l custom -s nosdn + +#LXD deployment with no HA Openstack +./deploy.sh -o newton -f none -t nonha -l custom -s nosdn + +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. + + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | JOID | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/tag** | gerrit.opnfv.org/gerrit/joid.git | +| | stable/danube | ++--------------------------------------+--------------------------------------+ +| **Release designation** | Danube release | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | April 01 2017 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | Danube 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: joid-os-nosdn-lxd-ha +Test Link: https://build.opnfv.org/ci/view/joid/job/joid-os-nosdn-lxd-ha-baremetal-daily-danube/ +Notes: + +Name: joid-os-nosdn-lxd-noha +Test Link: https://build.opnfv.org/ci/view/joid/job/joid-os-nosdn-lxd-noha-baremetal-daily-danube/ +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 `_ + -- cgit 1.2.3-korg