diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2016-09-04 17:46:49 +0200 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2016-09-04 17:48:17 +0200 |
commit | 4c325d7968856a6dc279a64bc06116f2025805c8 (patch) | |
tree | 7f773a19443901d3ebb18a37b1786f4ee102d774 /puppet | |
parent | e2d5bbc41e3e7ab4952dab55094c88933d4b7143 (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/ironic-conductor.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/ironic-conductor.yaml b/puppet/services/ironic-conductor.yaml index 4b71ead0..4ac9fc30 100644 --- a/puppet/services/ironic-conductor.yaml +++ b/puppet/services/ironic-conductor.yaml @@ -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: |