From b95f16a2a56343b81bafb272f9567a55c5cca4b9 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 3 Apr 2017 18:42:35 +0200 Subject: Include ironic::drivers::interfaces in the ironic-conductor profile This enables configuring new-style drivers (aha hardware types). Part of blueprint ironic-driver-composition Change-Id: I72eb8b06cca14073d1d1c82462fb702630e02de3 --- manifests/profile/base/ironic/conductor.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/base/ironic/conductor.pp b/manifests/profile/base/ironic/conductor.pp index 7f90da9..cb0524b 100644 --- a/manifests/profile/base/ironic/conductor.pp +++ b/manifests/profile/base/ironic/conductor.pp @@ -34,6 +34,7 @@ class tripleo::profile::base::ironic::conductor ( if $step >= 4 { include ::ironic::conductor + include ::ironic::drivers::interfaces include ::ironic::drivers::pxe if $manage_pxe { include ::ironic::pxe -- cgit 1.2.3-korg