Add packages required for dpdk in compute node
Added dpdk package to the compute package to enable dpdk nics. Added driverctl package to bind the dpdk drivers to the nics. Implements: blueprint tripleo-ovs-dpdk Change-Id: I2b306a955e5d6ee21ec45325659cca112c8ddb57
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
ceilometer_compute_package
|
||||
ceph_package
|
||||
dpdk_package
|
||||
driverctl_package
|
||||
fluentd_package
|
||||
libvirt_package
|
||||
neutron_package
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
"default": {
|
||||
"ceilometer_compute_package": "openstack-ceilometer-compute",
|
||||
"ceph_package": "ceph",
|
||||
"dpdk_package": "dpdk",
|
||||
"driverctl_package": "driverctl",
|
||||
"fluentd_package": "fluentd",
|
||||
"libvirt_package": "libvirt",
|
||||
"neutron_package": "openstack-neutron",
|
||||
|
||||
Reference in New Issue
Block a user