From de51c2a06ee38af47ef5005821804f4e6f4997f4 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Mon, 27 Feb 2017 23:09:33 -0500 Subject: Add networking-vpp ML2 support opnfv-tht-pr: 113 opnfv-puppet-tripleo-pr: 16 os-net-config-pr: 5 Change-Id: I0c34889db27fd71e1b73e860850b81a08707c324 Signed-off-by: Feng Pan --- config/deploy/os-nosdn-fdio-ha.yaml | 35 +++++++++++++++++++++++++++++++++++ config/deploy/os-nosdn-fdio-noha.yaml | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 config/deploy/os-nosdn-fdio-ha.yaml (limited to 'config') 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 diff --git a/config/deploy/os-nosdn-fdio-noha.yaml b/config/deploy/os-nosdn-fdio-noha.yaml index dd87803d..321d90c6 100644 --- a/config/deploy/os-nosdn-fdio-noha.yaml +++ b/config/deploy/os-nosdn-fdio-noha.yaml @@ -4,8 +4,8 @@ global_params: deploy_options: sdn_controller: false sdn_l3: false - tacker: false - congress: false + tacker: true + congress: true sfc: false vpn: false vpp: true -- cgit 1.2.3-korg