-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.14.0
Description of problem:
Version-Release number of selected component (if applicable):
Satellite 6.14.0 Snap 12
How reproducible:
Always
Steps to Reproduce:
1. Prepare Satellite with provisioning setup and configure a Libvirt CR
2. Try to create a host with hammer
- hammer host create --name="testhost" --location="Default Location" --organization="Default Organization" --hostgroup="test_hg" --compute-resource-id="1" --compute-attributes="cpus=1, memory=4294967296, cpu_mode=default, start=1" --interface="compute_type=bridge,compute_network=br-1006" --volume="capacity=10" --provision-method="build"
Could not create the host:
Could not find virtual machine network interface matching <IP>
Actual results:
Could not find virtual machine network interface matching <IP>
Expected results:
Host should get created and provisioning starts
Additional info:
Under interfaces, its reproducible when using when using compute_network=br-1006, and when used compute_bridge param it gets suggesfully created, so not sure which option to use, and if compute_network isn't supported for Libvirt then can this be removed?
- hammer host create --name="testhost" --location="Default Location" --organization="Default Organization" --hostgroup="test_hg" --compute-resource-id="1" --compute-attributes="cpus=1, memory=4294967296, cpu_mode=default, start=1" --interface="compute_type=bridge,compute_bridge=br-1006" --volume="capacity=10" --provision-method="build"
Host created.