-
Notifications
You must be signed in to change notification settings - Fork 52
End of life for personal installation templates #122
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
base: master
Are you sure you want to change the base?
Conversation
DOCUMENTATION = ''' | ||
--- | ||
module: dedicated_server_task_status | ||
short_description: Check the status of an OVH server task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this already covered by the plugins/modules/dedicated_server_install_wait.py
module ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No its another module to track the server status
description: | ||
- Query OVH API to check the status of a dedicated server task (reinstall, etc.) | ||
author: | ||
- "Adapted by OpenAI from Synthesio style" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you be a bit more clear about this comment ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i created the documentation using OpenAi, i edit it now can you check?
Hi, Thank you for your contribution. We are going to review and test it :) |
I suggest making the customizations parameter extensible because it allows you to pass some fundamental parameters to the API (such as the imageURL in the case of byolinux) in addition to sshKey and hostname. In our implementation we added it as a module argument, to which we add sshKey and hostname before invoking the API. |
Note: The use of personal installation templates is no longer supported by OVH Cloud, as per their official announcement.
To adapt to this change, I have implemented:
A module to automate server reinstallation with partitioning
A module to track the time it takes for the server to become fully ready after reinstall