diff options
Diffstat (limited to 'config/deploy/os-nosdn-fdio-noha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-fdio-noha.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
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 |