Ironic: update included drivers
Configure drac, ilo and ssh drivers out of box. Remove deprecated ironic::drivers::deploy. This change brings the default driver list closer to one of undercloud. Change-Id: I8b9a136a0ff22916d7c468bbb0df7248bc35a5c2 Partially-Implements: blueprint ironic-integration
This commit is contained in:
parent
2f06663fa2
commit
7a683f7c61
@ -33,12 +33,16 @@ class tripleo::profile::base::ironic::conductor (
|
|||||||
include ::tripleo::profile::base::ironic
|
include ::tripleo::profile::base::ironic
|
||||||
|
|
||||||
if $step >= 4 {
|
if $step >= 4 {
|
||||||
include ::ironic::drivers::deploy
|
|
||||||
include ::ironic::drivers::ipmi
|
|
||||||
include ::ironic::drivers::pxe
|
|
||||||
include ::ironic::conductor
|
include ::ironic::conductor
|
||||||
|
include ::ironic::drivers::pxe
|
||||||
if $manage_pxe {
|
if $manage_pxe {
|
||||||
include ::ironic::pxe
|
include ::ironic::pxe
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Configure a few popular drivers
|
||||||
|
include ::ironic::drivers::drac
|
||||||
|
include ::ironic::drivers::ilo
|
||||||
|
include ::ironic::drivers::ipmi
|
||||||
|
include ::ironic::drivers::ssh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user