Skip to content

feat: virtual-machine t-shirt sizes + fix function names#61

Merged
patrick-hermann-sva merged 2 commits intomainfrom
feat/virtual-machine-tshirt-sizes
Apr 10, 2026
Merged

feat: virtual-machine t-shirt sizes + fix function names#61
patrick-hermann-sva merged 2 commits intomainfrom
feat/virtual-machine-tshirt-sizes

Conversation

@patrick-hermann-sva
Copy link
Copy Markdown
Contributor

Summary

  • New configuration: virtual-machine — high-level VM provisioning abstraction on top of VMProvision with t-shirt sizes (small/medium/large/xlarge), environment-based topology mapping (labul/labda x vsphere/proxmox), and optional Ansible baseos provisioning. Only 3 required fields: size, provider, environment.
  • Fix function name mismatches across all 49 compositions and examples — renamed short function refs (function-kcl, function-go-templating, function-auto-ready, function-patch-and-transform) to their installed crossplane-contrib-* names.

Test plan

  • crossplane render validates virtual-machine composition locally
  • End-to-end test on cd-mgmt-1: created Proxmox small VM via XVirtualMachine, verified full chain (XVirtualMachine -> VMProvision -> ProxmoxVM -> OpenTofu workspace)
  • Enabled Ansible on running VM, verified AnsibleRun + Tekton PipelineRun triggered
  • Verify function name fixes don't break existing compositions on cluster (same logical change, names now match installed functions)

🤖 Generated with Claude Code

patrick-hermann-sva and others added 2 commits April 10, 2026 10:12
…ame mismatches

Add new VirtualMachine (XVirtualMachine) configuration that provides a
high-level abstraction over VMProvision with t-shirt sizes (small/medium/
large/xlarge), environment-based topology mapping, and optional Ansible
baseos provisioning.

Fix function name references across all compositions and examples to use
the crossplane-contrib-* prefix (e.g. crossplane-contrib-function-kcl)
matching the installed function names on the cluster.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These configurations are superseded by vm-provision and virtual-machine.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@patrick-hermann-sva patrick-hermann-sva merged commit a4288f9 into main Apr 10, 2026
@patrick-hermann-sva patrick-hermann-sva deleted the feat/virtual-machine-tshirt-sizes branch April 10, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant