Closed fansari closed 2 months ago
Hello,
Thank you for raising this issue. I attempted to provision a server using the configuration you provided, and it seems to be working correctly on my end. This suggests that the error might be originating from the API itself. Could you please try running the process again to see if the issue persists? If the problem continues, it’s possible that some default values being sent by Ansible might be causing the API to throw errors in certain cases. I will investigate this further. Please keep me updated on whether the issue persists after retrying.
Best regards, Radu
I have run again the ansible task and still get the same error.
"failed to create the new server: Request 6bff4594-4f21-4317-ba00-de142b2ef103 failed to complete: [VDC-5-0] An unexpected error occurred"
We analysed the problem again and found that we hit the limit for SSD provisioning (which we cannot see because it is configured by our customer). A test with HDD instead was working.
So this is not a bug.
What would nice to have is a more meaning full error message for such cases.
hello, we have passed this on to the API team regarding improving the error message. I will close this issue now as this is not related to the Ansible module
Description
Attempt to create a server in the IONOS cloud gives an error message:
It is not clear to me whether this really is a bug or caused by some other issue.
What I can say is that we were able to create servers in the IONOS cloud up to three months ago.
Expected behavior
The server should be created.
Environment
Ansible version:
Module version:
OS:
Configuration Files
How to Reproduce
Run an ansible playbook with a task like this:
Error and Debug Output
Additional Notes
Other tests done:
References