create_vm
Provision a virtual machine that boots from the network, with configurable OS type, disk provisioning, and network profile.
Instructions
Create a VM that network boots first. vm_type: esxi, ubuntu, rhel (or any type defined in config templates). disk_provisioning: thin (default) or thick. network_profile: named profile from target config (e.g. standard, secure-boot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| vm_type | Yes | ||
| target | No | ||
| network_profile | No | ||
| cpu | No | ||
| ram_mb | No | ||
| disk_gb | No | ||
| disk_provisioning | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |