feat: unified vm-provision with vSphere/Proxmox + Ansible#54
Merged
patrick-hermann-sva merged 2 commits intomainfrom Apr 9, 2026
Merged
feat: unified vm-provision with vSphere/Proxmox + Ansible#54patrick-hermann-sva merged 2 commits intomainfrom
patrick-hermann-sva merged 2 commits intomainfrom
Conversation
Combines VsphereVM, ProxmoxVM, and AnsibleRun into a single VMProvision XR. Select infrastructure provider via spec.provider (vsphere/proxmox) and optionally enable Ansible provisioning with spec.ansible.enabled. Uses KCL for conditional resource emission: - Emits VsphereVM or ProxmoxVM based on provider selection - Gates AnsibleRun on VM readiness and IP availability - Auto-populates Ansible inventory with VM IP - Aggregates status from sub-XRs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Crossplane v2 sets composition-resource-name to the metadata.name,
not the annotation value. Fix ocds lookups to use {name}-{suffix} pattern.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2b84ff5 to
ca005b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VMProvisionXR combiningVsphereVM,ProxmoxVM, andAnsibleRunspec.provider: vsphere|proxmoxspec.ansible.enabled+ VM readinessArchitecture
Dependencies
Requires these XRDs + Compositions on the cluster:
vsphere-vm(PR fix: align vsphere-vm with conventions, bump TF module to v2.12.0 #52)proxmox-vm(PR feat: convert proxmox-vm to Crossplane v2 with OpenTofu provider #53)ansible-run(PR fix: align ansible-run config with project conventions #50)Test plan
🤖 Generated with Claude Code