Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.3.0
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
-
HP bl460c blade
Description
It si not possible to add baremetal host when nont default ipmi lan interface has to be specified. HP blade 460c requires adding of parameter -I lanplus to allow connection. Without parameter connection is failing with ipmi error 'authentication type none not supported'.
Nondefault ipmi interface can be defined in 'baremetal.ipmi.lan.interface' configuration variable but baremetaldiscoverer.java does not contain code for parsing baremetal.ipmi.lan.interface.
Compare with content of baremetalresourcebase.java, look for '.add("interface=" + ipmiIface);' and related code.