Actions
Bug #13986
closedProvisioning via API without explicitly specifying the provisioning method can lead to using combination of image and build provisioning methods
Description
1. create a compute profile with an image assigned
2. assign the compute profile to a host group (not needed, but it makes the hammer command shorter, inheriting other required host attrs)
3. `host create --hostgroup=base --compute-resource=libvirt --name test-9 --location Default_Location --organization Default_Organization1 --compute-attributes="start=1" --subnet libvirt)
As a result, new host is created, with sending the image id to the compute resource, while expecting the the pxe boot to happen the machine,
which doesn't happen, because the host is created using the base image.
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12517: VMWare VM should be created network based if it is selected in the gui added
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3265 added
Updated by Ivan Necas almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 4c512942c3921cf8be696ed12cc588b1716b29d7.
Updated by Dominic Cleal almost 9 years ago
- Category set to Compute resources
- Translation missing: en.field_release set to 141
Actions