4e19c7a13e
DPDK has to be enabled on openvswitch on the boot before configuring the network as when the network uses DPDK ports OvS should be ready to handle DPDK. Enabled DPDK via PreNetworkConfig by checking if ServiceNames contains DPDK service. Implements: blueprint ovs-2-6-dpdk Closes-Bug: #1654975 Depends-On: I83a540336c01a696780621fb2b39486a6abf0917 Change-Id: I7af4534d91e67c94ba559b78b9ac6a001e639db3
9 lines
317 B
YAML
9 lines
317 B
YAML
---
|
|
features:
|
|
- DPDK is enabled in OvS before the NetworkDeployment to ensure DPDK
|
|
is ready to handle new port additions.
|
|
upgrade:
|
|
- A new parameter ServiceNames is added to the PreNeworkConfig resource.
|
|
All templates associated with PreNeworkConfig should add this new
|
|
parameter during the upgrade.
|