[PR #18] [MERGED] Implemented BatchRunCLI for nested calls to virtualized proxmox hosts #19

Closed
opened 2026-03-03 01:17:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/coelacant1/ProxmoxScripts/pull/18
Author: @coelacant1
Created: 10/6/2025
Status: Merged
Merged: 10/6/2025
Merged by: @coelacant1

Base: mainHead: testing


📝 Commits (4)

📊 Changes

4 files changed (+1106 additions, -180 deletions)

View changed files

📝 BatchRunCLI.sh (+88 -62)
📝 GUI.sh (+6 -52)
📝 Utilities/Communication.sh (+152 -49)
📝 Utilities/SSH.sh (+860 -17)

📄 Description


name: Pull Request
about: Add or update code in this project
title: "[PR] Implemented BatchRunCLI for nested calls to virtualized proxmox hosts"
labels: enhancement

Description

This pull request implements the BatchRunCLI, where from a host PVE instance, a list of hosted child PVE instances can be called with the CCPVE scripts.

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature that would break existing functionality)
  • Documentation update
  • Other (please describe):

How Has This Been Tested?

Verified working on a PVE 8.4 host calling 4x virtualized PVE hosts running a nested call on the Virtualmachines/Operations/BulkStop.sh script.

Checklist

  • I have performed a self-review of my own code.
  • I have commented my code where necessary.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes do not generate new warnings or errors.
  • I have tested this code.

🔄 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/coelacant1/ProxmoxScripts/pull/18 **Author:** [@coelacant1](https://github.com/coelacant1) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@coelacant1](https://github.com/coelacant1) **Base:** `main` ← **Head:** `testing` --- ### 📝 Commits (4) - [`b61d630`](https://github.com/coelacant1/ProxmoxScripts/commit/b61d630906387794f3a6d0d0d5015d12d88bfe68) Add CLI calls to script library and refactor bulk remote scripts - [`03bd3a4`](https://github.com/coelacant1/ProxmoxScripts/commit/03bd3a4f61e5cc90640ac52c073233dc52d25b97) Add CLI calls to script library and refactor bulk remote scripts - [`6ac78ee`](https://github.com/coelacant1/ProxmoxScripts/commit/6ac78eeac5e6f2a9c12f25906170db72c38f97e9) Merge branch 'testing' of https://github.com/coelacant1/ProxmoxScripts into testing - [`81611e7`](https://github.com/coelacant1/ProxmoxScripts/commit/81611e7d020f6e715443a37f30203af75824c06f) Merge branch 'main' into testing ### 📊 Changes **4 files changed** (+1106 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `BatchRunCLI.sh` (+88 -62) 📝 `GUI.sh` (+6 -52) 📝 `Utilities/Communication.sh` (+152 -49) 📝 `Utilities/SSH.sh` (+860 -17) </details> ### 📄 Description --- name: Pull Request about: Add or update code in this project title: "[PR] Implemented BatchRunCLI for nested calls to virtualized proxmox hosts" labels: enhancement --- ## Description This pull request implements the BatchRunCLI, where from a host PVE instance, a list of hosted child PVE instances can be called with the CCPVE scripts. ## Type of Change - [ ] Bug fix (non-breaking change fixing an issue) - [X] New feature (non-breaking change adding functionality) - [ ] Breaking change (fix or feature that would break existing functionality) - [X] Documentation update - [ ] Other (please describe): ## How Has This Been Tested? Verified working on a PVE 8.4 host calling 4x virtualized PVE hosts running a nested call on the Virtualmachines/Operations/BulkStop.sh script. ## Checklist - [X] I have performed a self-review of my own code. - [X] I have commented my code where necessary. - [X] I have made corresponding changes to the documentation (if applicable). - [X] My changes do not generate new warnings or errors. - [X] I have tested this code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:17:25 +03:00
Sign in to join this conversation.
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/ProxmoxScripts#19
No description provided.