Hello Proxmox Gurus!
I'm an engineer working for a company that's looking to move away from VMware products and we're exploring Proxmox as a virtualization solution. In short, I'm looking to confirm that AGPLv3 is compatible with our product.
Specifically, our product imports the PVE API...
Hi all, i need help to know that how to set up env variables while cloning a template using proxmoxer library in python
I am cloning a template(Ubuntu) to create new vm's
and i want to to set CLIENT_ID=client1/2/3.... env var in it
Hey guys,
I have been looking for a way to clone a VM from one node to another with a proxmoxer library in Python, I have managed to set a connection to promox cluster. However, I have not found any way so far to clone the VMs, here is the code I have so far:
def connect_proxmox(dc):proxmox =...
Hi,
I successfully managed to migrate 200+ Linux VMs from oVirt/RHEV to Proxmox by utilizing oVirt and Proxmox APIs. I thought that i share the script since i guess that others are in the same situation as myself. Script does no changes to the oVirt environment more than initiate shutdown of...
Hello,
How can I use HTTP style of CLI :
pvesh get /nodes/{node}/qemu --full
GET /api2/json/nodes/{node}/qemu --full ?
here is working example from proxmoxer wrapper but without "full"
def vm_current_all(targetnode):
x = proxmox.nodes(targetnode).qemu().get()
return x
Is anyone else having issues with the community module for Ansible? Seems broken.
I've logged a bug here would love to hear from the community if anyone else is experiencing this and has a fix.
Heyo, playing with ansibles community.general.proxmox modul.
Trying to create simples LXC:
---
- hosts: localhost
tasks:
- name: Create new LXC
community.general.proxmox:
node: "my node"
api_user: "my user"
api_token_id: "my id"
api_token_secret: "my token"...
Hi I integrated proxmox with cuckoo thanks to the use of proxmoxer, but after a few hours I have the error related to the lack of authentication:
raise AuthenticationError ("Couldn't authenticate user: {0} to {1}". format (self.username, self.base_url + "/ access / ticket")) in...
I'm trying to upload an SSL certificate via the API (https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/certificates/custom) using the Proxmoxer Python API, with an API Token tied to the root user.
I think I've gotten my code right, but am seeing the following error when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.