Provision System
provision_systemProvision a reserved Beaker system by specifying its FQDN and a distro tree ID. Set optional kickstart metadata, kernel options, or custom kickstart content.
Instructions
Provision a reserved Beaker system with a specific distro.
The system must be in 'Manual' condition and already reserved by you. Use list_distro_trees to find the distro_tree_id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | Yes | FQDN of the system to provision. | |
| reboot | No | Reboot system after provisioning. Default: true. | |
| ks_meta | No | Kickstart metadata variables. | |
| kickstart | No | Complete custom kickstart content. | |
| distro_tree_id | Yes | Numeric distro tree ID (from list_distro_trees results). | |
| kernel_options | No | Kernel options for installation. | |
| kernel_options_post | No | Kernel options for the installed system. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |