From 26817bf3c1ce0d076ddd99d24194a00916f6fe0e Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 11 Apr 2017 16:41:55 -0400 Subject: Removing sdn_l3 and _l2 scenario features JIRA: APEX-429 Change-Id: Ifb28bb27f8e58ac5b180454719dfb329c3edf000 Signed-off-by: Dan Radez --- config/deploy/os-odl_l2-fdio-ha.yaml | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 config/deploy/os-odl_l2-fdio-ha.yaml (limited to 'config/deploy/os-odl_l2-fdio-ha.yaml') diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml deleted file mode 100644 index 68777db0..00000000 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- -global_params: - ha_enabled: true - -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 -- cgit 1.2.3-korg