diff --git a/elements/puppet-stack-config/puppet-stack-config.pp b/elements/puppet-stack-config/puppet-stack-config.pp index c90104dc7..a75dd56f1 100644 --- a/elements/puppet-stack-config/puppet-stack-config.pp +++ b/elements/puppet-stack-config/puppet-stack-config.pp @@ -433,6 +433,7 @@ include ::nova::network::neutron include ::ironic include ::ironic::api include ::ironic::conductor +include ::ironic::drivers::ilo include ::ironic::drivers::ipmi include ::ironic::drivers::pxe include ::ironic::drivers::ssh diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 948161537..93f0816de 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -450,8 +450,9 @@ ironic::drivers::agent::deploy_logs_collect: 'always' ironic::drivers::agent::deploy_logs_storage_backend: 'local' ironic::drivers::agent::deploy_logs_local_path: '/var/log/ironic/deploy/' -# Ironic ipmi +# Ironic power and management drivers tuning ironic::drivers::ipmi::retry_timeout: 15 +ironic::drivers::ilo::default_boot_mode: 'bios' # Rabbit rabbit_cookie: {{UNDERCLOUD_RABBIT_COOKIE}}