-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module hpe.oneview.oneview_server_profile powers off server hardware #271
Comments
Hi @tiagodcc thanks for reaching out to us. |
Hi @akshith-gunasheelan thank you for your rapid message. |
Hi @tiagodcc we are trying to reproduce the issue, can you please let us know what is the Server Hardware Type you are using ? |
Hi @akshith-gunasheelan |
Hi @tiagodcc |
Hi @akshith-gunasheelan, |
Is there any new Information on this topic? |
We are automating the registration of server hardware and creation of server profiles in HPE OneView using Ansible. Therefore, we use the Ansible collection hpe.oneview.
We have encountered an issue that the server hardware is always powered off when creating a server profile.
Reason for this is that this functionality is hard coded in the module code:
oneview-ansible-collection/plugins/modules/oneview_server_profile.py
Lines 421 to 423 in 80ebbfc
When executing the same query using the ansible.builtin.uri module, the hardware isn't powered off as we do not change any settings that would require a reboot.
This issue should be considered a feature request so that the server hardware is not turned off by default. From my understanding, HPE OneView would do this on its own.
The text was updated successfully, but these errors were encountered: