[PR #5137] [MERGED] add optional Cloud-init support to Debian VM script #5554

Closed
opened 2025-11-20 07:06:29 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5137
Author: @koendiender
Created: 6/14/2025
Status: Merged
Merged: 6/16/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (5)

  • 3e6dcc6 Edit Debian VM script to use Cloud-init
  • 3f99b2d Edit Debian VM page to point to Cloud-init guide
  • 4b1d0f4 Revert "Edit Debian VM page to point to Cloud-init guide"
  • 5dacab5 Edit Debian VM script to ask for cloud-init
  • f5c9f17 Merge branch 'community-scripts:main' into main

📊 Changes

1 file changed (+30 additions, -6 deletions)

View changed files

📝 vm/debian-vm.sh (+30 -6)

📄 Description

✍️ Description

Edit to the Debian VM script to be able to use the "Generic Cloud" image instead of no cloud to use Cloud-init. The script asks for Cloud-init in the advanced settings. It defaults to no.

Link: # N/A

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/5137 **Author:** [@koendiender](https://github.com/koendiender) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`3e6dcc6`](https://github.com/community-scripts/ProxmoxVE/commit/3e6dcc6e452d6381180228612920ee96173d84f6) Edit Debian VM script to use Cloud-init - [`3f99b2d`](https://github.com/community-scripts/ProxmoxVE/commit/3f99b2def15690e3a88fd5fa10b8ceefb8867bab) Edit Debian VM page to point to Cloud-init guide - [`4b1d0f4`](https://github.com/community-scripts/ProxmoxVE/commit/4b1d0f42f9af819519426479f2b5cc3c35f3e324) Revert "Edit Debian VM page to point to Cloud-init guide" - [`5dacab5`](https://github.com/community-scripts/ProxmoxVE/commit/5dacab55c008abcd9bbb73f958772f692285ee96) Edit Debian VM script to ask for cloud-init - [`f5c9f17`](https://github.com/community-scripts/ProxmoxVE/commit/f5c9f17d9149c1690cc1bc70fedd97614e9e1d2f) Merge branch 'community-scripts:main' into main ### 📊 Changes **1 file changed** (+30 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `vm/debian-vm.sh` (+30 -6) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Edit to the Debian VM script to be able to use the "Generic Cloud" image instead of no cloud to use Cloud-init. The script asks for Cloud-init in the advanced settings. It defaults to no. ## 🔗 Related PR / Issue Link: # N/A ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [X] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:06:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5554