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:
Saravanan KR
2016-06-29 15:51:42 +05:30
parent 2d89e0a648
commit 093c466761
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
ceilometer_compute_package
ceph_package
dpdk_package
driverctl_package
fluentd_package
libvirt_package
neutron_package

View File

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