Bug #23815
closedRHEV api v4 host creation: undefined method `clusters'
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1585132
Description of problem:
When creating a host on RHEV using API v4 through CLI, the traceback appears in production.log (attached), error is displayed and the machine is not created. This is somewhat similar to bug 1585092, but:
1) only applies to CLI (read: I don't know how to reproduce using WUI)
2) applies both to image based and network based hosts
3) the machine is not created in the end
This error also happens sooner and if workarounded, bug 1585092 still appears.
Version-Release number of selected component (if applicable):
Sat 6.4 snap 5
How reproducible:
Deterministic
- hammer host create --architecture x86_64 --compute-profile-id 1 --compute-resource-id 1 --content-source-id 1 --content-view-id 1 --domain-id 2 --environment-id 1 --interface compute_network=a1f9eb04-9b92-4940-b65f-1ba87adf9cb5,mac=00:1a:4a:16:01:a8,ip=192.168.1.111,managed=true,primary=true,provision=true --ip 192.168.1.111 --lifecycle-environment-id 1 --location-id 2 --mac 00:1a:4a:16:01:a8 --name host-hammer-image-based-apiv4 --operatingsystem-id 1 --organization-id 1 --partition-table-id 1 --product-id 13 --root-password toortoor --subnet-id 1 --kickstart-repository-id 2
or image based
- hammer host create --architecture x86_64 --compute-profile-id 1 --compute-resource-id 1 --content-source-id 1 --content-view-id 1 --domain-id 2 --environment-id 1 --interface compute_network=a1f9eb04-9b92-4940-b65f-1ba87adf9cb5,mac=00:1a:4a:16:01:a8,ip=192.168.1.111,managed=true,primary=true,provision=true --ip 192.168.1.111 --lifecycle-environment-id 1 --location-id 2 --mac 00:1a:4a:16:01:a8 --name host-hammer-image-based-apiv4 --operatingsystem-id 1 --organization-id 1 --partition-table-id 1 --product-id 13 --provision-method image --root-password toortoor --subnet-id 1 --image-id 2
Actual results:
Could not create the host:
Failed to create a compute rhev3 (RHV) instance host-hammer-image-based-apiv4.example.com: undefined method `clusters' for "5aaaaa41-035d-0157-0166-00000000030b":String
Expected results:
No traceback, no error, host created
Updated by Ori Rabin over 6 years ago
- Status changed from New to Assigned
- Assignee set to Ori Rabin
Updated by Ori Rabin over 6 years ago
PR opened for this in fog-ovirt: https://github.com/fog/fog-ovirt/pull/26
Keeping the issue here because of the dependency bump that will be needed to get the fix.
Updated by Ori Rabin over 6 years ago
- Related to Tracker #19568: Migrate to oVirt APIv4 API added
Updated by Ivan Necas over 6 years ago
- Status changed from Assigned to Closed
- Target version set to 1.19.0
- Triaged set to No
- Pull request https://github.com/theforeman/foreman/pull/5828 added
The dependency was pulled as part of https://github.com/theforeman/foreman/pull/5828