From 0f21a0025a21b601fde7de90d806e9ca4a99fb81 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Wed, 7 Dec 2016 14:35:54 -0500 Subject: rhel73_install: Provide installer script for RHEL 7.3 Adds installer scripts for RHEL 7.3 OS. Modified dpdk makefile to allow upstream dpdk to build. Prevents upstream OVS from building due to kernel incompatibilities. Provides instructions on setting up RHEL 7.3 for usage with binary OVS packages when testing with OVS Vanilla. Tested under RHEL 7.3 JIRA: VSPerf-322 Change-Id: If294d465f28f60a1c514a7b661ce4696ac3b5b73 Signed-off-by: Christian Trautman --- conf/10_custom.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'conf') diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 929d2679..498ac29f 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -107,3 +107,17 @@ TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10' OPNFV_INSTALLER = "Fuel" OPNFV_URL = "http://testresults.opnfv.org/testapi" PACKAGE_LIST = "src/package-list.mk" + + +# Binary package configuration for RHEL 7.3 systems with Vanilla OVS +#################################################################### +# Uncomment these lines for binary usage of Vanilla OVS. + +#PATHS['vswitch']['ovs_var_tmp'] = '/var/run/openvswitch/' +#PATHS['vswitch']['ovs_etc_tmp'] = '/etc/openvswitch/' +#PATHS['vswitch']['OvsVanilla']['bin']['modules'] = [ +# 'libcrc32c', 'ip_tunnel', 'vxlan', 'gre', 'nf_nat', 'nf_nat_ipv6', +# 'nf_nat_ipv4', 'nf_conntrack', 'nf_defrag_ipv4', 'nf_defrag_ipv6', +# 'openvswitch'] +#PATHS['vswitch']['OvsVanilla']['type'] = 'bin' + -- cgit 1.2.3-korg