mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[GH-ISSUE #3] [test] Cloud-Init Support #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luthermonson on GitHub (Aug 3, 2021).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/3
Would like to try and offer support for taking a cloud-config and metadata file as string and then auto-generate an iso, upload it and then mount it before booting to get caught in the no-cloud boot options for cloud-init. See code I wrote for the (vsphere machine driver)[https://github.com/rancher/machine/blob/master/drivers/vmwarevsphere/cloudinit.go#L128-L202] and see if we can get full support for cloud-init using this as it would greatly improve the machine driver as well as a terraform module if we decide.
Just note... as per some things we came across with while doing the vsphere driver...