Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add CIUpgrade field on VirtualMachineConfig #158

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

alperencelik
Copy link
Contributor

This PR tries to add a CIUpgrade field to VirtualMachineConfig struct.

Here is the relevant API doc:

https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/config

The field can be found as "ciupgrade" and also here is an example output from Proxmox cluster.

{"boot":"order=scsi0","cipassword":"**********","ciupgrade":1,"ciuser":"ubuntu","cores":2,"digest":"b1d4d4d59a8bb982a9b173c3f5741207b0869a79","ide2":"local-lvm:vm-105-cloudinit,media=cdrom","memory":"2048","meta":"creation-qemu=8.1.5,ctime=1724765699","name":"virtualmachinetemplate-sample","nameserver":"10.0.0.1 10.0.0.2","net0":"virtio=BC:24:11:A7:27:31,bridge=vmbr0","scsi0":"local-lvm:base-105-disk-0,size=2252M","scsihw":"virtio-scsi-pci","searchdomain":"alperen.cloud","smbios1":"uuid=36e481f6-430b-4baf-b238-19dd0d891703","sockets":1,"template":1,"vmgenid":"13631d1d-eb61-45ec-a285-e63003b509eb"}

@luthermonson luthermonson merged commit 1719c8a into luthermonson:main Sep 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants