[2.2] MAAS IPMI autodiscover should enable IPMI-over-LAN if disabled
Bug #1664822 reported by
Andres Rodriguez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Wishlist
|
Andres Rodriguez | ||
2.2 |
Won't Fix
|
High
|
Andres Rodriguez |
Bug Description
So during enlistment:
* we detect the IPMI details and enable network access if necessary
* we test that we can reach the BMC from a rack controller
* we add the secure MAAS credentials for the BMC
* we verify that we can test power
* then we consider the enlistment a success and record the machine
(otherwise, we note the failure and give reasons / pointers in the
GUI and log)
Related branches
~andreserl/maas:lp1664822_2
Merged
into
maas:master
- Mike Pontillo (community): Approve
-
Diff: 102 lines (+29/-25)4 files modifiedcontrib/preseeds_v2/enlist_userdata (+0/-12)
src/metadataserver/user_data/templates/commissioning.template (+0/-12)
src/metadataserver/user_data/templates/snippets/maas_ipmi_autodetect.py (+8/-1)
src/metadataserver/user_data/templates/snippets/tests/test_maas_ipmi_autodetect.py (+21/-0)
~andreserl/maas:lp1664822
Merged
into
maas:master
- Mike Pontillo (community): Approve
- Blake Rouse (community): Needs Information
-
Diff: 112 lines (+72/-0)2 files modifiedsrc/metadataserver/user_data/templates/snippets/maas_ipmi_autodetect.py (+14/-0)
src/metadataserver/user_data/templates/snippets/tests/test_maas_ipmi_autodetect.py (+58/-0)
Changed in maas: | |
milestone: | none → 2.2.0 |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in maas: | |
milestone: | 2.2.0 → next |
Changed in maas: | |
milestone: | next → 2.2.1 |
Changed in maas: | |
milestone: | 2.2.1 → 2.2.x |
Changed in maas: | |
milestone: | 2.2.x → 2.3.0 |
assignee: | nobody → Andres Rodriguez (andreserl) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.3.0 → 2.3.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
To do this we need to compare the output of:
sudo bmc-config --checkout
In two situations:
1. When IPMI-over-LAN is enabled
2. When IPMI-over-LAN is disabled.