From 0cf5b3770e33ed1168e98d557a6dc212ca57f970 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 21 Jul 2016 23:00:21 -0400 Subject: Adds configuring vpp/hc on all nodes Changes include: - starting vpp with pci addr of tenant nic - setting performance options for fdio scenario - creates nosdn fdio scenario (needs newtorking-vpp, etc) - starts HC if ODL is used opnfv-tht-pr: 46 JIRA: APEX-133 Change-Id: Ie7a7f1418b94dfb82255ec9aebc550a955dd696a Signed-off-by: Tim Rozet --- config/deploy/os-nosdn-fdio-noha.yaml | 25 +++++++++++++++++++++++++ config/deploy/os-odl_l2-fdio-ha.yaml | 14 ++++++++++++++ config/deploy/os-odl_l2-fdio-noha.yaml | 16 ++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 config/deploy/os-nosdn-fdio-noha.yaml (limited to 'config') diff --git a/config/deploy/os-nosdn-fdio-noha.yaml b/config/deploy/os-nosdn-fdio-noha.yaml new file mode 100644 index 00000000..057177f6 --- /dev/null +++ b/config/deploy/os-nosdn-fdio-noha.yaml @@ -0,0 +1,25 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: false + sdn_l3: false + tacker: false + congress: false + sfc: false + vpn: false + vpp: true + dataplane: fdio + performance: + Controller: + kernel: + hugepages: 1024 + hugepagesz: 2M + Compute: + nova: + libvirtpin: 1 + kernel: + hugepagesz: 2M + hugepages: 4096 + intel_iommu: 'on' + iommu: pt diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index e0f26696..c7a9d8e0 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -10,3 +10,17 @@ deploy_options: sfc: false vpn: false vpp: true + dataplane: fdio + performance: + Controller: + kernel: + hugepages: 1024 + hugepagesz: 2M + Compute: + nova: + libvirtpin: 1 + kernel: + hugepagesz: 2M + hugepages: 4096 + intel_iommu: 'on' + iommu: pt diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml index 9fc896b5..ca090154 100644 --- a/config/deploy/os-odl_l2-fdio-noha.yaml +++ b/config/deploy/os-odl_l2-fdio-noha.yaml @@ -10,3 +10,19 @@ deploy_options: sfc: false vpn: false vpp: true + dataplane: fdio + performance: + Controller: + kernel: + hugepages: 1024 + hugepagesz: 2M + intel_iommu: 'on' + iommu: pt + Compute: + nova: + libvirtpin: 1 + kernel: + hugepagesz: 2M + hugepages: 4096 + intel_iommu: 'on' + iommu: pt -- cgit 1.2.3-korg