Skip to content

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jawadevops
Copy link

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

@jawadevops jawadevops changed the title My custom modules End of life for personal installation templates May 21, 2025
DOCUMENTATION = '''
---
module: dedicated_server_task_status
short_description: Check the status of an OVH server task
Copy link
Collaborator

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 ?

Copy link
Author

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"
Copy link
Collaborator

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 ?

Copy link
Author

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?

@Skunnyk
Copy link
Collaborator

Skunnyk commented May 26, 2025

Hi,

Thank you for your contribution. We are going to review and test it :)

@m-sarti
Copy link
Contributor

m-sarti commented May 26, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants