diff options
author | 2017-09-29 05:07:09 +0000 | |
---|---|---|
committer | 2017-09-29 05:07:09 +0000 | |
commit | 91d2f2eab07cbbee17409c2660ecad3da2013d91 (patch) | |
tree | b36671f5e1a2010da95dbb9d1902913570d27961 /config/deploy/os-odl-fdio_dvr-noha.yaml | |
parent | 82460b8ed466cac2d97bd89f7072e3b13a0c5b41 (diff) | |
parent | a3c2c8c746470c993d70d92d13415e2b4263cc25 (diff) |
Merge "re-enable support for fdio dvr scenario"
Diffstat (limited to 'config/deploy/os-odl-fdio_dvr-noha.yaml')
-rw-r--r-- | config/deploy/os-odl-fdio_dvr-noha.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/deploy/os-odl-fdio_dvr-noha.yaml b/config/deploy/os-odl-fdio_dvr-noha.yaml new file mode 100644 index 00000000..9424c080 --- /dev/null +++ b/config/deploy/os-odl-fdio_dvr-noha.yaml @@ -0,0 +1,37 @@ +--- +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: opendaylight + odl_version: oxygen + dvr: true + 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 |