mirror of
https://github.com/coelacant1/ProxmoxScripts.git
synced 2026-04-26 17:35:49 +03:00
[PR #18] [MERGED] Implemented BatchRunCLI for nested calls to virtualized proxmox hosts #19
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxScripts#19
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/coelacant1/ProxmoxScripts/pull/18
Author: @coelacant1
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @coelacant1
Base:
main← Head:testing📝 Commits (4)
b61d630Add CLI calls to script library and refactor bulk remote scripts03bd3a4Add CLI calls to script library and refactor bulk remote scripts6ac78eeMerge branch 'testing' of https://github.com/coelacant1/ProxmoxScripts into testing81611e7Merge branch 'main' into testing📊 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
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.