diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-08 18:43:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-08 18:43:13 +0000 |
commit | 5883b243f92f33e4743f3692d25604b86daf0c5a (patch) | |
tree | 665e35ac0f79ee726be71177ff2a5c6561c3e730 /config/deploy/os-nosdn-ovs-noha.yaml | |
parent | becdbad9bcd9c5d2f209d8b6f768b320ccdef658 (diff) | |
parent | 8f72afed8531337a02c43835693a0caa2c977753 (diff) |
Merge "Add dataplane deploy setting"
Diffstat (limited to 'config/deploy/os-nosdn-ovs-noha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-ovs-noha.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/deploy/os-nosdn-ovs-noha.yaml b/config/deploy/os-nosdn-ovs-noha.yaml new file mode 100644 index 00000000..ea6b4e0e --- /dev/null +++ b/config/deploy/os-nosdn-ovs-noha.yaml @@ -0,0 +1,24 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: false + sdn_l3: false + tacker: false + congress: false + sfc: false + vpn: false + dataplane: ovs_dpdk + performance: + Controller: + kernel: + hugepagesz: 2M + hugepages: 1024 + Compute: + nova: + libvirtpin: 1 + kernel: + hugepagesz: 2M + hugepages: 1024 + intel_iommu: 'on' + iommu: pt |