-
-
Notifications
You must be signed in to change notification settings - Fork 39
Migrate BulkCloneCloudInit from temp global functions to conversion utility #48
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinginfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Description
Description
VirtualMachines/Operations/BulkCloneCloudInit.sh currently uses temporary global functions instead of the shared conversion utility. This leads to code duplication and inconsistency with other scripts that have been migrated to use the centralized utility functions.
The script should be refactored to import and use the conversion utility (likely from Resources/ or Utilities/) instead of defining its own temporary global functions.
Acceptance Criteria
- Temporary global functions removed from
BulkCloneCloudInit.sh - Script uses the shared conversion utility via proper
sourceinclude - All existing functionality preserved (clone + cloud-init configuration)
- Script tested to verify no regressions in clone workflow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Projects
Status
Backlog