From 23a64e2af8690e6c21c2e32b3f890c4ed854b74a Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Thu, 12 Jun 2014 10:33:45 -0700 Subject: [PATCH] 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 --- files/apts/ironic | 1 + files/rpms/ironic | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/ironic b/files/apts/ironic index b77a6b1a9b..fe9c07f9d0 100644 --- a/files/apts/ironic +++ b/files/apts/ironic @@ -1,3 +1,4 @@ +ipmitool iptables libguestfs0 libvirt-bin diff --git a/files/rpms/ironic b/files/rpms/ironic index 6534095c20..0c81081648 100644 --- a/files/rpms/ironic +++ b/files/rpms/ironic @@ -1,3 +1,4 @@ +ipmitool iptables libguestfs libvirt