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...
This article is the third in a series of five articles dealing with the installation and configuration of VMs (Linux, Windows, macOS and BSD) in PCI Passthrough on Proxmox VE 8.
Part 0-4 PCI/GPU Passthrough on Proxmox VE Installation and Setup (Part. 00x04)
Part 1-4 PCI/GPU Passthrough on...
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 everyone.
Currently working on the proxmox roles I would like to report a behavior on this part.
the vm config role blocks the configuration of a cloud init on the network option. Indeed I think it could be two separate things. I can restrict the hardware part of the vm on the network to...
Hello everyone,
I've lurked around the forum and searched by I couldn't find any information about this: is it possible (or is there any plan of adding) to add a packages directive in cloud init ?
I'm planning to automate the deployment of some VMs by keeping the footprint of the template as...
Sorry to bother, I'm not familiar with Proxmox yet, and I can't find the answer in documentations. It is so wired that cloud-init does not execute on VM created with the qcow2 image from Debian (source: debian-11-genericcloud-amd64.qcow2). I have configured cloud-init with user name, ssh key and...
Hallo liebe Community, ist es möglich, trotz Verwendung von eurer Cloud-init-Implementierung dort die automatischen Paketupdates zu deaktivieren?
Ich habe versucht, in der VM die user-data.txt zu bearbeiten, aber nach einem Neustart stand dort wieder package_upgrade: true
Hello,
I am running a Proxmox VE server with pre-made Templates at minimal disk sizes. I have scripts that create VMs by cloning a template and extending its disk. The problem is that the extended space is not allocated to any mount point. For example, the following template has initially a...
Hello,
Each time I reboot a vm with cloud init in proxmox, cloud init is started as the fist time (init). In the log we can see :
2022-12-01 09:42:03,763 - __init__.py[DEBUG]: Update datasource metadata and network config due to events: New instance first boot
2022-12-01 09:44:47,808 -...
https://pve.proxmox.com/wiki/Cloud-Init_Support
The link above refers refers to the example below:
# download the image
wget https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
# create a new VM with VirtIO SCSI controller
qm create 9000 --memory 2048 --net0...
Hey guys!
New to proxmox so sorry if I'm not clear on some terms... and also thanks for all the great posts and insights here so far it has been great reading lots of past posts!
To my issues and questions. Thanks in advance for any guidance
Backstory
I Recently upgraded a single node of...
I'm trying to use cloud init to add my ssh key, I have generated one on my desktop PC using id_ed25519 after that I added the following to my cloud-init.yml users:
- name: peter
passwd: "..." # to enable auth using password until I get my key to work
ssh_authorized_keys:
-...
Hi I have created the following script to create a VM and with a cloud-init config:
#!/bin/bash
echo "Loading variables"
VMID=230
STORAGE=storage
IMAGE=debian-11-genericcloud-amd64.qcow2
SNIPPETNAME=debian-docker-cloud-init.yml
echo "VMID: $VMID"
echo "STORAGE: $STORAGE"
echo "IMAGE: $IMAGE"...
I want my machines to use the DNS settings obtained from DHCP, but /etc/resolv.conf gets statically set by cloud-init with the proxmox hosts settings because of the "use host settings" default. Can this be disabled without changing all the template vms and without loosing the ability to set the...
Good day
I've stumbled on FAIme https://fai-project.org/FAIme/ which creates a "nice" ISO installer that mostly just work... except for the requirement/need of DHCP (not an option at present, unless you could advise a ISC KEA option/replacement with cost effective (for me) static host API...
Hi.
I'm creating a VM with two disks. After running the commands, this is how they look like in conf file:
virtio0: local:1013255/vm-1013255-disk-0.qcow2,size=30G
virtio1: local:1013255/vm-1013255-disk-1.qcow2,size=200G
virtio0 works fine like always, but virtio1 needs to be mounted from inside...
Hi,
does anybody know how to insert proxy-variables through snippets so my CI-vm can reach out to get it's updates during first boot?
I'm looking for some documentation but cannot find it.
Thanks in advance.
Hallo liebe Community,
hat es schon mal jemand geschafft ein funktionierendes Debian 11 cloud-init template in PVE 7.1/7.0 zum laufen zu bekommen?
Ich erstelle es ähnlich wie in der Anleitung und was man so auf Github findet so:
wget...
Forgive me if I am missing something simple.
I am using the snippets to attach the following net config to the machine:
cat <<\EOF> /mnt/pve/ha-storage/snippets/test-network.yml
version: 1
config:
- type: physical
mac_address: '32:52:38:6d:f0:dd'
name: int0
subnets:
- type...
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.