Fix networks def for compute DPDK/SRIOV roles
Fix ComputeOvsDpdkSriov and ComputeOvsDpdkSriovRT network definitions Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Change-Id: I8927e5d5e5b79d8da62fbda004f5d3f3f6643a88
This commit is contained in:
parent
dc99354cf0
commit
4a1850e317
@ -9,9 +9,12 @@
|
||||
- compute
|
||||
- dpdk
|
||||
networks:
|
||||
- InternalApi
|
||||
- Tenant
|
||||
- Storage
|
||||
InternalApi:
|
||||
subnet: internal_api_subnet
|
||||
Tenant:
|
||||
subnet: tenant_subnet
|
||||
Storage:
|
||||
subnet: storage_subnet
|
||||
RoleParametersDefault:
|
||||
FsAioMaxNumber: 1048576
|
||||
VhostuserSocketGroup: "hugetlbfs"
|
||||
|
@ -9,9 +9,12 @@
|
||||
- compute
|
||||
- dpdk
|
||||
networks:
|
||||
- InternalApi
|
||||
- Tenant
|
||||
- Storage
|
||||
InternalApi:
|
||||
subnet: internal_api_subnet
|
||||
Tenant:
|
||||
subnet: tenant_subnet
|
||||
Storage:
|
||||
subnet: storage_subnet
|
||||
ImageDefault: overcloud-realtime-compute
|
||||
RoleParametersDefault:
|
||||
FsAioMaxNumber: 1048576
|
||||
|
Loading…
x
Reference in New Issue
Block a user