diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-24 15:41:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-24 15:41:51 +0000 |
commit | 5fec80057dbd799d52a4c1ff2f35a1c8cc5ad6ea (patch) | |
tree | fb621e88b7ad9bdd8d6b1edbecdcde1ff85ea5a0 /config/deploy/os-nosdn-performance-ha.yaml | |
parent | cefd51c360e3d3c4bc160844a467255d84c9f16c (diff) | |
parent | fb0f275cd373aec28a8a970ced0f1d20ca8abbfc (diff) |
Merge "Add pinning support"
Diffstat (limited to 'config/deploy/os-nosdn-performance-ha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-performance-ha.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/deploy/os-nosdn-performance-ha.yaml b/config/deploy/os-nosdn-performance-ha.yaml new file mode 100644 index 00000000..f7312ad6 --- /dev/null +++ b/config/deploy/os-nosdn-performance-ha.yaml @@ -0,0 +1,23 @@ +global_params: + ha_enabled: true + +deploy_options: + sdn_controller: false + sdn_l3: false + tacker: false + congress: false + sfc: false + vpn: false + performance: + Controller: + kernel: + isolcpus: 1 + hugepage: 2M + intel_iommu: 'on' + Compute: + nova: + libvirtpin: 1 + kernel: + isolcpus: 0 + hugepage: 2M + intel_iommu: 'on' |