summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswatisharma <swatix.sharma@intel.com>2016-08-22 12:20:56 +0530
committerswatisharma <swatix.sharma@intel.com>2016-08-22 12:20:56 +0530
commit2b76a9cbd6c127109286c8705f3347415eb26753 (patch)
tree35faa01489e087cbb96899e053b0a066e996d065
parent42e2343970d47d0aa081a565c0f51873778e555c (diff)
OPNFV KVM4NFV: Documentation Enhancement
This patch contains some documentation enhancement required for KVM4NFV project. Co-Authored-By: Gundarapu Reddy <reddyx.gundarapu@intel.com> Signed-off-by: Swati Sharma <swatix.sharma@intel.com>
-rw-r--r--docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst10
-rw-r--r--docs/userguide/low_latency.userguide.rst2
2 files changed, 3 insertions, 9 deletions
diff --git a/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst b/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst
index 54886668d..23177344e 100644
--- a/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst
+++ b/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst
@@ -57,10 +57,6 @@ Please visit the links for each-
* Centos : https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-rpm-using.html
* Ubuntu : https://help.ubuntu.com/community/InstallingSoftware
-Test the built packages by executing the scripts present in ci/envs for
-configuring host and guest respectively. Once the setup is in place, cyclictest
-is performed via yardtick, using ./ci/test_kvmfornfv.sh
-
**2. Using Fuel installer**-
* Please refer to the document present at /fuel-plugin/README.md
@@ -68,7 +64,5 @@ is performed via yardtick, using ./ci/test_kvmfornfv.sh
Post-installation activities
----------------------------
-After the rpm and debian builds are deployed successfully on the host-guest and
-give the expected cyclictest results, jenkins gives +1 to indicate the
-completion of verify process. Thereafter, the releng executes the merge process
-to merge this code into parent repository.
+After the packages are built, test these packages by executing the scripts
+present in ci/envs for configuring the host and guest respectively.
diff --git a/docs/userguide/low_latency.userguide.rst b/docs/userguide/low_latency.userguide.rst
index df4581506..e0d2791df 100644
--- a/docs/userguide/low_latency.userguide.rst
+++ b/docs/userguide/low_latency.userguide.rst
@@ -58,7 +58,7 @@ Below is guest kernel boot line example
isolcpus=1 nohz_full=1 rcu_nocbs=1 mce=off idle=poll default_hugepagesz=1G
hugepagesz=1G
-Please refer to `tunning.userguide` for more explanation.
+Please refer to `tuning.userguide` for more explanation.
Run-time Environment Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~