Ironic: update default enabled drivers
authorDmitry Tantsur <divius.inside@gmail.com>
Sun, 4 Sep 2016 15:46:49 +0000 (17:46 +0200)
committerDmitry Tantsur <divius.inside@gmail.com>
Sun, 4 Sep 2016 15:48:17 +0000 (17:48 +0200)
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

puppet/services/ironic-conductor.yaml

index 4b71ead..4ac9fc3 100644 (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: