Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-19757

Libvirt PXE based Provisioning fails with error- : Could not find virtual machine network interface matching <IP>

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • NEW
    • 400
    • Rocket
    • Moderate
    • None

      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

      1. 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?

      1. 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.

            jira-bugzilla-migration RH Bugzilla Integration
            gtalreja@redhat.com Gaurav Talreja
            RH Bugzilla Integration RH Bugzilla Integration
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: