summaryrefslogtreecommitdiffstats
path: root/config/deploy/os-nosdn-fdio-ha.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-03-17 18:08:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-17 18:08:31 +0000
commit6fc4292daf9b99a8e8d78de0a5ad25a6cf93f438 (patch)
treee827fd670f16a40b1642d1220680a3fe8f165be6 /config/deploy/os-nosdn-fdio-ha.yaml
parentd9a8eed857a713076a35f4ff6b092dabb5a01e57 (diff)
parent679ba461b34afac878361b53c6016b48fd06603e (diff)
Merge "Add networking-vpp ML2 support" into stable/danube
Diffstat (limited to 'config/deploy/os-nosdn-fdio-ha.yaml')
-rw-r--r--config/deploy/os-nosdn-fdio-ha.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/deploy/os-nosdn-fdio-ha.yaml b/config/deploy/os-nosdn-fdio-ha.yaml
new file mode 100644
index 00000000..05b075ac
--- /dev/null
+++ b/config/deploy/os-nosdn-fdio-ha.yaml
@@ -0,0 +1,35 @@
+global_params:
+ ha_enabled: true
+
+deploy_options:
+ sdn_controller: false
+ sdn_l3: false
+ tacker: true
+ congress: true
+ sfc: false
+ vpn: false
+ vpp: true
+ dataplane: fdio
+ performance:
+ Controller:
+ kernel:
+ hugepages: 1024
+ hugepagesz: 2M
+ intel_iommu: 'on'
+ iommu: pt
+ isolcpus: 1,2
+ vpp:
+ main-core: 1
+ corelist-workers: 2
+ uio-driver: uio_pci_generic
+ Compute:
+ kernel:
+ hugepagesz: 2M
+ hugepages: 2048
+ intel_iommu: 'on'
+ iommu: pt
+ isolcpus: 1,2
+ vpp:
+ main-core: 1
+ corelist-workers: 2
+ uio-driver: uio_pci_generic