[PR #51] [MERGED] Extend cloud-init ISO builder to include vendor-data and network-config #105

Closed
opened 2026-03-03 15:30:13 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: extend_cloudinit_iso


📝 Commits (1)

  • 09aae6f Extend 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.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/51 **Author:** [@jqueuniet](https://github.com/jqueuniet) **Created:** 1/25/2023 **Status:** ✅ Merged **Merged:** 1/25/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `extend_cloudinit_iso` --- ### 📝 Commits (1) - [`09aae6f`](https://github.com/luthermonson/go-proxmox/commit/09aae6f7e0e2422e5fa762857446a7c4da12fae0) Extend cloud-init ISO builder to include vendor-data and network-config ### 📊 Changes **1 file changed** (+10 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `virtual_machine.go` (+10 -5) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:13 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#105
No description provided.