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:
parent
e2d5bbc41e
commit
4c325d7968
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user