mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #51] [MERGED] Extend cloud-init ISO builder to include vendor-data and network-config #105
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#105
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?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/51
Author: @jqueuniet
Created: 1/25/2023
Status: ✅ Merged
Merged: 1/25/2023
Merged by: @luthermonson
Base:
main← Head:extend_cloudinit_iso📝 Commits (1)
09aae6fExtend cloud-init ISO builder to include vendor-data and network-config📊 Changes
1 file changed (+10 additions, -5 deletions)
View changed files
📝
virtual_machine.go(+10 -5)📄 Description
Current implementation is missing support for vendor-data and network-config.
Vendor data is similar to user-data, but allows a clean separation of cloud-config scripts from infrastructure providers and clients. Network config is basically a netplan config file and is the recommended way to setup networking use-cases different from the default cloud-init behavior (DHCP on the first working interface).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.