Hello guys!
I've made a Python script that makes importing Cloud Images easy.
Instead of manually search and download distros' cloud ready images, and then do the steps in the documentation, this script gives you a list to pick a distro, and then automatically download and imports the image.
I've tried to do the same that Proxmox does with Container images.
The script runs local on the server, basically it sends "qm" commands when need to interact with Proxmox. It does not use the API.
I've uploaded to Github, feel free to use it, it's public: https://github.com/ggMartinez/Proxmox-Cloud-Image-Importer . Also, it has an installer script to add Python PIP, Git, and a few python packages.
Runs well on Proxmox 7 and Proxmox 8.
I've created a public gists that it's a JSON file with the name and link for each of the images, it's also public. Later I'll look for a better way to keep the list, at least something that's not that manual.
Any feedback is appreciated!!!
I've made a Python script that makes importing Cloud Images easy.
Instead of manually search and download distros' cloud ready images, and then do the steps in the documentation, this script gives you a list to pick a distro, and then automatically download and imports the image.
I've tried to do the same that Proxmox does with Container images.
The script runs local on the server, basically it sends "qm" commands when need to interact with Proxmox. It does not use the API.
I've uploaded to Github, feel free to use it, it's public: https://github.com/ggMartinez/Proxmox-Cloud-Image-Importer . Also, it has an installer script to add Python PIP, Git, and a few python packages.
Runs well on Proxmox 7 and Proxmox 8.
I've created a public gists that it's a JSON file with the name and link for each of the images, it's also public. Later I'll look for a better way to keep the list, at least something that's not that manual.
Any feedback is appreciated!!!