summaryrefslogtreecommitdiffstats
path: root/config/deploy/os-odl-ovs_dpdk-ha.yaml
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-04-06 23:07:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-06 23:07:37 +0000
commitfd92fd7332bdd97564ecad0fb87c7e54603b94e2 (patch)
treef79004e445540b898e799a1bcbe83aa0e7a64df2 /config/deploy/os-odl-ovs_dpdk-ha.yaml
parentfa293822659e49a12403b58467f480eabb916a9d (diff)
parentb16ce9e22edc765378943072f4a303375fc24e99 (diff)
Merge "RPM version update / ovs_dpdk rename"
Diffstat (limited to 'config/deploy/os-odl-ovs_dpdk-ha.yaml')
-rw-r--r--config/deploy/os-odl-ovs_dpdk-ha.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/config/deploy/os-odl-ovs_dpdk-ha.yaml b/config/deploy/os-odl-ovs_dpdk-ha.yaml
new file mode 100644
index 00000000..ad265699
--- /dev/null
+++ b/config/deploy/os-odl-ovs_dpdk-ha.yaml
@@ -0,0 +1,27 @@
+global_params:
+ ha_enabled: true
+
+deploy_options:
+ sdn_controller: opendaylight
+ odl_version: boron
+ sdn_l3: true
+ tacker: true
+ congress: true
+ sfc: false
+ vpn: false
+ dataplane: ovs_dpdk
+ performance:
+ Controller:
+ kernel:
+ hugepagesz: 2M
+ hugepages: 1024
+ Compute:
+ kernel:
+ hugepagesz: 2M
+ hugepages: 2048
+ intel_iommu: 'on'
+ iommu: pt
+ ovs:
+ socket_memory: 1024
+ pmd_cores: 2
+ dpdk_cores: 1