From 5853025b59cb6e44f23a1d245a58a2cd286e03dc Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 2 Mar 2016 10:54:50 +0000 Subject: bugfix: Eliminate error and warning messages Several issues have been fixed to decrease a number of warning and error messages written to the standard output. Error and warning messages causes false build failure report by Jenkins, in case that internal parsing of job output is enabled. Fixed issues: * qemu makefile updated * shared directories between host and guests are forcibly deleted before vsperf execution * nonstop_tsc cpu flag is exported from host to the guest * vloop-vnf help has been updated and changelog added * TCL scripts updated to print info instead of warning * vloop-vnf image updated to avoid snmpd related warnings Change-Id: Id9ca014bae8fa34772b67d1ebab3431682682931 JIRA: VSPERF-206 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan --- docs/configguide/installation.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'docs/configguide/installation.rst') diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst index 158bc6bd..b4aaf60b 100755 --- a/docs/configguide/installation.rst +++ b/docs/configguide/installation.rst @@ -35,8 +35,20 @@ A simple VNF that forwards traffic through a VM, using: * Linux Brigde * custom l2fwd module -The VM image can be downloaded from: -http://artifacts.opnfv.org/vswitchperf/vloop-vnf-ubuntu-14.04_20151216.qcow2 +The official VM image is called vloop-vnf and it is available for free +download at OPNFV website. + +vloop-vnf changelog: +==================== + +* `vloop-vnf-ubuntu-14.04_20160303`_ + + * snmpd service is disabled by default to avoid error messages during VM boot + * security updates applied + +* `vloop-vnf-ubuntu-14.04_20151216`_ + + * version with development tools required for build of DPDK and l2fwd Other Requirements ------------------ @@ -103,3 +115,5 @@ running any of the above. For example: .. _a link: http://www.softwarecollections.org/en/scls/rhscl/python33/ .. _virtualenv: https://virtualenv.readthedocs.org/en/latest/ +.. _vloop-vnf-ubuntu-14.04_20160303: http://artifacts.opnfv.org/vswitchperf/vnf/vloop-vnf-ubuntu-14.04_20160303.qcow2 +.. _vloop-vnf-ubuntu-14.04_20151216: http://artifacts.opnfv.org/vswitchperf/vnf/vloop-vnf-ubuntu-14.04_20151216.qcow2 -- cgit 1.2.3-korg