Merge lp:~andreserl/maas/lp1591395 into lp:~maas-committers/maas/trunk

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 5109
Proposed branch: lp:~andreserl/maas/lp1591395
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 22 lines (+2/-0)
2 files modified
contrib/preseeds_v2/enlist_userdata (+1/-0)
etc/maas/templates/commissioning-user-data/user_data.template (+1/-0)
To merge this branch: bzr merge lp:~andreserl/maas/lp1591395
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+297208@code.launchpad.net

Commit message

Add ipmi_ssif driver loading during enlistment/commissioning to allow IPMI discovery on arm64

To post a comment you must log in.
Revision history for this message
dann frazier (dannf) wrote :

Only a comment on the commit message - it's not *instead of*, it's *in addition to*.

Revision history for this message
dann frazier (dannf) wrote :

(sorry, that's just the bug title - i've fixed the bug title)

Revision history for this message
Andres Rodriguez (andreserl) wrote :

selfie as has been confirmed to work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'contrib/preseeds_v2/enlist_userdata'
2--- contrib/preseeds_v2/enlist_userdata 2016-04-22 17:44:18 +0000
3+++ contrib/preseeds_v2/enlist_userdata 2016-06-13 15:24:35 +0000
4@@ -60,6 +60,7 @@
5 modprobe ipmi_msghandler
6 modprobe ipmi_devintf
7 modprobe ipmi_si ${IPMI_SI_PARAMS}
8+ modprobe ipmi_ssif
9 udevadm settle
10 }
11
12
13=== modified file 'etc/maas/templates/commissioning-user-data/user_data.template'
14--- etc/maas/templates/commissioning-user-data/user_data.template 2015-12-17 14:39:34 +0000
15+++ etc/maas/templates/commissioning-user-data/user_data.template 2016-06-13 15:24:35 +0000
16@@ -206,6 +206,7 @@
17 modprobe ipmi_msghandler
18 modprobe ipmi_devintf
19 modprobe ipmi_si ${IPMI_SI_PARAMS}
20+ modprobe ipmi_ssif
21 udevadm settle
22 }
23