HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
181 stars 89 forks source link

add user #143

Closed bhlzu21 closed 9 months ago

bhlzu21 commented 1 year ago

Hello, I am currently working on an important project and I am stuck... I have been given an iLO4 and been tasked with creating users on this interface with ansible

when using the adduser role All I am getting after running the playbook is:

failed: [ansible-1 -> localhost] (item={'new_username': 'admin', 'new_password': 'password', 'roleid': 'Administrator'}) => {"ansible_loop_var": "item", "changed": false, "item": {"new_password": "password", "new_username": "admin", "roleid": "Administrator"}, "msg": "HTTP Error 400 on POST request to 'https://{baseuri}/redfish/v1/AccountService/Accounts', extended message: '[{'MessageArgs': ['RoleId'], 'MessageId': 'Base.0.10.PropertyUnknown'}]'"}

I'd be very very thankful for any help

I am aware of a previous issue with roleid not existing in iLO4 but the "fix" did not do it for me

rajeevkallur commented 1 year ago

Basically Roleid is not recognised by iLO4. Please adjust the parameters in ansible playbook/role and run.

rajeevkallur commented 9 months ago

@bhlzu21 , Closing the case. If you think it is still not working, please reopen.