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