Enable pxe_ilo driver in Ironic

Change-Id: Ia84fcc4f1d08fbf68f4006902cd84c518f342d94
This commit is contained in:
Imre Farkas 2015-08-24 16:08:38 +02:00
parent da9c4ac08b
commit 7c7f897540
2 changed files with 6 additions and 8 deletions

View File

@ -327,8 +327,13 @@ class { 'ironic::conductor':
force_power_state_during_sync => hiera('ironic::conductor::force_power_state_during_sync'),
}
# dependency of pxe_drac
package{'openwsman-python': }
# dependency of pxe_ilo
package{'python-proliantutils': }
class { 'ironic':
enabled_drivers => ['pxe_ipmitool', 'pxe_ssh', 'pxe_drac'],
enabled_drivers => ['pxe_ipmitool', 'pxe_ssh', 'pxe_drac', 'pxe_ilo'],
debug => hiera('debug'),
}

View File

@ -1,7 +0,0 @@
#!/bin/bash
set -eux
# Installing this here because it's a dependency of the Ironic
# config JSON in this element.
install-packages openwsman-python