mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #339] [MERGED] Overhaul: CloudInit #404
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#404
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/Telmate/proxmox-api-go/pull/339
Author: @Tinyblargon
Created: 6/9/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @Tinyblargon
Base:
master← Head:Overhaul-cloudinit📝 Commits (10+)
be03b97move sshKey logic0274a91feat: addCloudInittype17bd2b5feat: add User toCloudInitc1f014efeat: add Password toCloudInit907a67cfeat: add DNS settings toCloudInit645a7fbfeat: add Custom toCloudInit3d31414feat: add NetworkInterfaces toCloudInit1172954feat: add Upgrade toCloudInit7cfb249test:CloudInitfullb2dcd74Remove unused code📊 Changes
10 files changed (+2361 additions, -164 deletions)
View changed files
📝
go.mod(+1 -1)📝
proxmox/config_guest.go(+6 -0)📝
proxmox/config_qemu.go(+79 -134)➕
proxmox/config_qemu_cloudinit.go(+733 -0)➕
proxmox/config_qemu_cloudinit_test.go(+639 -0)📝
proxmox/config_qemu_test.go(+712 -25)📝
proxmox/util.go(+14 -0)📝
test/api/CloudInit/cloudinit_test.go(+12 -4)➕
test/data/test_data_qemu/type_CloudInitSnippetPath.go(+123 -0)➕
test/data/test_data_qemu/type_PublicKey.go(+42 -0)📄 Description
Work Done.
CloudInit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
.#442