You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/foreman_host.md
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The following arguments are supported:
25
25
-`compute_attributes` - (Optional) Hypervisor specific VM options. Must be a JSON string, as every compute provider has different attributes schema
26
26
-`compute_profile_id` - (Optional)
27
27
-`compute_resource_id` - (Optional, Force New)
28
+
-`config_group_ids` - (Optional) IDs of the applied config groups.
28
29
-`domain_id` - (Optional, Force New) ID of the domain to assign to the host.
29
30
-`enable_bmc` - (Optional) Enables PMI/BMC functionality. On create and update calls, having this enabled will force a host to poweroff, set next boot to PXE and power on. Defaults to `false`.
30
31
-`environment_id` - (Optional) ID of the environment to assign to the host.
@@ -55,6 +56,7 @@ The following attributes are exported:
55
56
-`compute_attributes` - Hypervisor specific VM options. Must be a JSON string, as every compute provider has different attributes schema
56
57
-`compute_profile_id` -
57
58
-`compute_resource_id` -
59
+
-`config_group_ids` - IDs of the applied config groups.
58
60
-`domain_id` - ID of the domain to assign to the host.
59
61
-`domain_name` - The domain name of the host.
60
62
-`enable_bmc` - Enables PMI/BMC functionality. On create and update calls, having this enabled will force a host to poweroff, set next boot to PXE and power on. Defaults to `false`.
0 commit comments