aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-01-10 09:19:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-10 09:19:37 +0000
commit5bd06d3527c2ade600cab62764aed06f344986bc (patch)
tree7bc03942232af7fc711333475de4e6a9db4e9187 /conf
parente7a55a6d763692acc2cb1cddf5bf21eb7be95310 (diff)
parent0f21a0025a21b601fde7de90d806e9ca4a99fb81 (diff)
Merge "rhel73_install: Provide installer script for RHEL 7.3"
Diffstat (limited to 'conf')
-rw-r--r--conf/10_custom.conf14
1 files changed, 14 insertions, 0 deletions
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'
+