diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-29 23:17:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 23:17:53 +0000 |
commit | c104a284855069882e2625c57b5c2c78b0c6ba4d (patch) | |
tree | a11156ea94ff9dfddcc278c973771d66c452c332 /config/deploy/os-odl-fdio_dvr-noha.yaml | |
parent | 5729ad141664925d922ea6cbea7cdcde09d9b18c (diff) | |
parent | b6896a9bbfd7d4825f6b68b594441a3e0be7b85f (diff) |
Merge "re-enable support for fdio dvr scenario" into stable/euphrates
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 |