Bug 1746434

Summary: undefined method `create_virtual_machine' for #<Fog::Kubevirt::Utils::ExceptionWrapper:0x00007f35165ea3b0>
Product: Red Hat Satellite Reporter: Lukáš Hellebrandt <lhellebr>
Component: Compute Resources - CNVAssignee: Shira Maximov <mshira>
Status: CLOSED WORKSFORME QA Contact: Lukáš Hellebrandt <lhellebr>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.6.0CC: pkliczew
Target Milestone: 6.6.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-09-09 09:04:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1687341, 1695645, 1696086    
Attachments:
Description Flags
foreman-tail none

Description Lukáš Hellebrandt 2019-08-28 13:10:07 UTC
Description of problem:
When creating a new host in Kubevirt CR, the operation fails with error and traceback. Happens for both network based and image based provisioning.

The error in WebUI is:
"""
Unable to save
Failed to create a compute kubevirt4 (KubeVirt) instance tommy-grosser.lab.eng.rdu2.redhat.com: undefined method `create_virtual_machine' for #<Fog::Kubevirt::Utils::ExceptionWrapper:0x00007f35165ea3b0> 
"""

Traceback attached.

Version-Release number of selected component (if applicable):
Sat 6.6 snap 17, kubevirt 4.2. Regression from some previous snap.

How reproducible:
Deterministic

Steps to Reproduce:
1. Have a Satellite, have a Kubevirt instance added as a CR in the Satellite, have other necessary entities such as domain, subnet...
2. Hosts -> Create host
3. Deploy on Kubevirt, fill necessary fields
4. Submit

Actual results:
Error, traceback, no VM created

Expected results:
VM created successfully, no error, no traceback

Additional info:

Comment 3 Lukáš Hellebrandt 2019-08-28 13:12:11 UTC
Created attachment 1609003 [details]
foreman-tail

Comment 4 Shira Maximov 2019-09-09 09:04:28 UTC
I'm closing the BZ since This Bug is Kubevirt API bug,
this is the fix for the bug: https://github.com/kubernetes/kubernetes/pull/79495 
and it should be available in the lastest kubevirt version (0.20.1)