{{tag>projects Linux Virualization KVM Hypervisor Proxmox}} ====== Proxmox ====== {{:projects:proxmox:proxmox_logo_standard_hex_400px.png:?100 |}} If you are unfamiliar with Proxmox, please visit the main Proxmox page to learn about it. This document will describe how to create Cloud-init templates in Proxmox. **Commands** ========= qm create 9002 --name tpl-fedora-server-ci-v1 --memory 1024 --sockets 2 --net0 virtio,bridge=vmbr0 --agent 1 qm importdisk 9002 Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2 --format qcow2 vm-storage qm set 9002 --scsihw virtio-scsi-pci --scsi0 vm-storage:9002/vm-9002-disk-0.qcow2 qm set 9002 --ide2 vm-storage:cloudinit qm set 9002 --boot c --bootdisk scsi0 qm set 9002 --vga std qm template 9002