I'm using Terraform to deploy VMs on Proxmox by cloning a template. The deployment works in the sense that the VM gets created and starts successfully. However, the VM doesn't apply the Cloud-Init configurations I provided, including:
The VM doesn't use the specified name.
The Cloud-Init user...
Hallo zusammen,
Wir suchen aktuell nach einer Möglichkeit VMs per CLI auf unseren Proxmox Clustern zu erstellen. Aktuell arbeiten wir mit OpenStack und können darüber via CLI sehr einfach VMs erstellen: "openstack server create <bla bla>". Damit wir das in Zukunft etwas einfacher handhaben...
I was wondering if anyone has been able to snapshot/rollback VMs with terraform (specifically with the bpg provider). And if not, how else have you done it? I was thinking either through the CLI or Proxmox API, you could automate the process but I wasn't sure which would be easier/less error prone
Hello everyone,
I am contacting support because I am encountering a persistent error when creating a VM via API and Terraform. To be more specific, my goal is to clone a specific VM from a template. My code is below. However, an error constantly appears, interrupting the process with "error...
Hello,
I am running a couple 20+ node cluster today and we are deploying VMs using terraform (bgp/proxmox)
Since as far as we know in the API you have to specify which one of the nodes you want to deploy the VM to we have created a javascript in between Proxmox and terraform that translates...
Hello,
I have created VM template using packer. Template is working properly, if I use PVE GUI, I can use prepared cloud-init config and deploy it perfectly. However, using terraform with Proxmox plugin from Telmate/proxmox version 3.0.1-rc1, I can create full clone without issue but it always...
Howdy, folks.
I'm trying to populate my proxmox servers' LXC templates with the bpg/proxmox Terraform provider. Pulling from Debian's site, that would look something like this:
resource "proxmox_virtual_environment_download_file" "debian-12-amd64-lxc" {
content_type = "vztmpl"...
Hi,
first of all let me thank you for this community and Proxmox team. Right now I'm doing an evaluation regarding proxmox setup. My proxmox version is 8.0.3.
I want to create a virtual machine with 2 nics. I have 2 bridge on my proxmox host, one for wan traffic other one for internal network...
So I have a simple 3-node Proxmox lab + Synology NAS.
My goal is to be able to build images using Hashicorp Packer and create VM's using Terraform declarations based on those images later.
As far as I understand in order to create a VM from an image the storage of this image must exist on a...
Hi
We are deploying cloudinit images from terraform (telmate/proxmox), by cloning a template in proxmox already configured with cloud init.
The new machine gets created with the next available VMID, and a small 4MBdisk is created to feed the cloudinit settings. The disk created for cloudinit is...
Hi. Im trying to use Terraform to build VMs on proxmox and config them with Ansible. Does someone have a sample code or playbooks for ansible. I have some stuggels getting everything together. Hopefully someone can help me.
Hi all,
I'm trying to prepare Windows Server 2022 template so that it could be deployed with Terraform. I've managed to create new WS2022 VM, install Cloud-Init on it and do a sysprep. After VM is created by Terraform I'm stuck on language selection screen and don't know how to proceed further...
Hello,
I am experiencing an issue with the CloudInit Drive 'auto-regenerating' after a clone, a virtual hardware hotswap, or even a reboot. The Regenerate Image button must be manually clicked in the GUI.
I have used Packer to create an image of Alma 9 Linux with cloud-init installed. It also...
Hello!
https://registry.terraform.io/providers/Telmate/proxmox/latest/docs/resources/vm_qemu#preprovision-for-linux-ubuntu--centos
The documentation states that only Ubuntu / Centos distributions can be used to configure a network without cloud-init
Is it possible to set up a network like...
Hi everyone, I've several days trying to deploy a virtual machine and I'm stuck with this:
1. First I make a template by executing the following commands:
qm create 9002 --memory 3072 --net0 virtio,bridge=vmbr1
qm importdisk 9002 debian-11-generic-amd64-20210814-734.qcow2 R51_3-17
qm...
Hi,
I would like to provision basic architecture consisting of several master, agent and balancer VMs, totaling at 8 resources. All of the VMs are to be cloned from a prepared cloud-init ready VM template using a Terraform script.
When cloning from a template with login credentials already...
My Proxmox Hypervisor 6.3-2 behaves really strange after reboot. It was used to test terraform deployment and after reboot it changed his hostname to one of the machines that were deployed by Terraform. Now I cannot access the 8006 port and it also has got out of the cluster. The logs says that...
Hello,
are there any plans to develop and release an official Terraform Provider so we don't have to rely on 3rd parties? If yes, that would give us more confidence in going the Proxmox Path for Kubernetes Clusters :)
Cheers!
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.