From ea4b08cda08805b6f5965fc74a3a0a445ccc5acb Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sat, 7 Mar 2015 21:45:33 -0500 Subject: [PATCH] Install Fedora kernel-modules pkg for iscsi_tcp The newest stable Fedora splits out kernel modules into a separate package. By default this is not installed in the Fedora cloud image... and it contains some things we need for Ironic (iscsi_tcp module) among other things that might be very useful. Change-Id: I3374ea278fecfeb6552e4664717ef3646d382c17 Closes-bug: #1429504 --- elements/fedora/package-installs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elements/fedora/package-installs.yaml b/elements/fedora/package-installs.yaml index 2f6200856..e39143b44 100644 --- a/elements/fedora/package-installs.yaml +++ b/elements/fedora/package-installs.yaml @@ -22,3 +22,9 @@ python-pyopenssl: # Workaround for: # https://bugzilla.redhat.com/show_bug.cgi?id=1066983 vim-minimal: + +# kernel modules to match the core kernel +# Newer Fedora 21 splits these out into a separate package. +# It contains iscsi_tcp.ko (for Ironic) among other things like network +# driver modules, etc. +kernel-modules: