Ironic: update default enabled drivers

The goal is to have only production drivers available out of box.

Remove agent_ipmitool as it required additional configuration of
swift temporary URLs. Add pxe_ilo and pxe_drac as they work out of box.

This brings the default enabled drivers list closer to one of undercloud.
Note that pxe_ssh is not enabled as it's not a production driver.

Change-Id: Ic7d2190e2d39a795b024c2999e22ee47b3045cf1
Partially-Implements: blueprint ironic-integration
This commit is contained in:
Dmitry Tantsur 2016-09-04 17:46:49 +02:00
parent e2d5bbc41e
commit 4c325d7968

View File

@ -25,7 +25,7 @@ parameters:
metadata (partition table).
type: string
IronicEnabledDrivers:
default: ['pxe_ipmitool', 'agent_ipmitool']
default: ['pxe_ipmitool', 'pxe_drac', 'pxe_ilo']
description: Enabled Ironic drivers
type: comma_delimited_list
IronicIPXEEnabled: