Actions
Bug #14343
closedWhen using image-based provisioning via hammer, the subnet is not inherited from the hostgroup
Description
Copy of #13984 for inclusion in 1.10.3.
1. configure image-based provisioning with dhcp integration
2. try co provision a host via hammer
bundle exec bin/hammer host create --hostgroup=base --compute-resource=libvirt --name test-9 --compute-attributes="start=1" --provision-method image
3. An error is produced:
Could not create the host: Ip can't be blank
Expected behaviour: the subnet from the hostgroup is used by default
Workaround: specify the subnet explicitly
Actions