So basically I was able to get this to work in maas.
Basically you need to change the following line in :
/etc/maas/templates/commissioning-user-data/snippets/maas_ipmi_autodetect.py
def commit_ipmi_user_settings(user, password):
ipmi_user_number = get_ipmi_user_number(user)
if ipmi_user_number is None:
(status, output) = commands.getstatusoutput('bmc-config --commit
--key-pair="User10:Username=%s"' % user)
ipmi_user_number = get_ipmi_user_number(user)
You have to change User10 to User4, as this bmc config maxes out at 4
User sections.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1210393
Title:
MAAS ipmi fails on OCPv3 Roadrunner
To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1210393/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs