Install 'ipmitool' package for Ironic

Ironic's reference / recommended driver is the "pxe_ipmitool" driver,
which requires the 'ipmitool' package and system binary. Thus,
devstack should install it.

Also, Ironic will soon be validating that ipmitool is present in the
system path when loading the pxe_ipmitool driver, as it does for other
drivers (seamicro, pyghmi) that have external dependencies.

Causing devstack to install this package when Ironic is enabled will
also help users who wish to test Ironic against physical hardware that
has IPMI support, without having to perform additional manual steps
(like enabling the pxe_ipmitool driver and installing the ipmitool
packge by hand).

Change-Id: I13da5f8978b280b192f9b033c348a11bfc44c9d2
This commit is contained in:
Devananda van der Veen 2014-06-12 10:33:45 -07:00
parent f46ac27999
commit 23a64e2af8
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ipmitool
iptables
libguestfs0
libvirt-bin

View File

@ -1,3 +1,4 @@
ipmitool
iptables
libguestfs
libvirt