Set virt queue size as 1024 for all OVS-DPDK roles

In order to achieve better performance, OVS-DPDK instances
should have the virt queue size configured as 1k. This patch
configures the parameter for all the defined OVS-DPDK roles.
Closes-Bug: #1789827

[stable/queens only] Added disable_upgrade_deployment parameter
for the new role ComputeOvsDpdkSriov and ComputeOvsDpdkSriovRT
to align with other role definitions.

Change-Id: Ib5d97303b973f96af8e3e0806f2549d85860d6f5
(cherry picked from commit 1e723b72f8)
(cherry picked from commit 2bd91308af)
This commit is contained in:
Saravanan KR 2018-08-30 12:11:55 +05:30
parent 59f81bad9f
commit cb981c7689
4 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,8 @@
RoleParametersDefault:
VhostuserSocketGroup: "hugetlbfs"
TunedProfileName: "cpu-partitioning"
NovaLibvirtRxQueueSize: 1024
NovaLibvirtTxQueueSize: 1024
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -14,6 +14,8 @@
RoleParametersDefault:
VhostuserSocketGroup: "hugetlbfs"
TunedProfileName: "realtime-virtual-host"
NovaLibvirtRxQueueSize: 1024
NovaLibvirtTxQueueSize: 1024
disable_upgrade_deployment: True
ServicesDefault:
- OS::TripleO::Services::Aide

View File

@ -12,6 +12,9 @@
RoleParametersDefault:
VhostuserSocketGroup: "hugetlbfs"
TunedProfileName: "cpu-partitioning"
NovaLibvirtRxQueueSize: 1024
NovaLibvirtTxQueueSize: 1024
disable_upgrade_deployment: True
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD

View File

@ -13,6 +13,9 @@
RoleParametersDefault:
VhostuserSocketGroup: "hugetlbfs"
TunedProfileName: "realtime-virtual-host"
NovaLibvirtRxQueueSize: 1024
NovaLibvirtTxQueueSize: 1024
disable_upgrade_deployment: True
ServicesDefault:
- OS::TripleO::Services::Aide
- OS::TripleO::Services::AuditD