Merge "Fix networks def for compute DPDK/SRIOV roles" into stable/wallaby

This commit is contained in:
Zuul 2023-12-11 18:50:14 +00:00 committed by Gerrit Code Review
commit 44b6951e0a
2 changed files with 12 additions and 6 deletions

@ -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