create_virtual_machine
Create a VirtualMachine in OpenShift by providing an HTTP image URL or an existing PVC name.
Instructions
Create a VirtualMachine. Provide image_url (HTTP) or pvc_name (existing PVC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| memory | Yes | ||
| cluster | No | ||
| pvc_name | No | ||
| cpu_cores | Yes | ||
| image_url | No | ||
| namespace | Yes | ||
| cloud_init_userdata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |