diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-10 09:19:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-10 09:19:37 +0000 |
commit | 5bd06d3527c2ade600cab62764aed06f344986bc (patch) | |
tree | 7bc03942232af7fc711333475de4e6a9db4e9187 /conf | |
parent | e7a55a6d763692acc2cb1cddf5bf21eb7be95310 (diff) | |
parent | 0f21a0025a21b601fde7de90d806e9ca4a99fb81 (diff) |
Merge "rhel73_install: Provide installer script for RHEL 7.3"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/10_custom.conf | 14 |
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' + |