diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-17 20:31:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-17 20:31:17 +0000 |
commit | 55fdc0e0418ea23a4ca208ae3285e03e04a612e5 (patch) | |
tree | 9a5bdc394df9193b251290bc215be34eeb9cf35c /config/deploy/os-odl_l2-fdio-noha.yaml | |
parent | b411839804e6fca023ef7a695bbb616ea80fd6f3 (diff) | |
parent | 26817bf3c1ce0d076ddd99d24194a00916f6fe0e (diff) |
Merge "Removing sdn_l3 and _l2 scenario features"
Diffstat (limited to 'config/deploy/os-odl_l2-fdio-noha.yaml')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-noha.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml deleted file mode 100644 index ab23e975..00000000 --- a/config/deploy/os-odl_l2-fdio-noha.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- -global_params: - ha_enabled: false - -deploy_options: - sdn_controller: opendaylight - sdn_l3: false - odl_version: carbon - 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 |