Bug 1552026

Summary: The api does not return the OS architecture
Product: [oVirt] ovirt-engine Reporter: Tomas Jelinek <tjelinek>
Component: RestAPIAssignee: Shmuel Melamud <smelamud>
Status: CLOSED CURRENTRELEASE QA Contact: Israel Pinto <ipinto>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.3.0CC: bugs, michal.skrivanek
Target Milestone: ovirt-4.2.3Flags: rule-engine: ovirt-4.2+
rule-engine: exception+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Operation Systems Information returned by REST API now contains the OS architecture.
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-10 06:32:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Virt RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Jelinek 2018-03-06 11:05:00 UTC
The BackendOperatingSystemsResource lists the operating systems, but only a limited parts of them, namely:
- id
- name
- large icon
- small icon

In ovirt-web-ui it is a problem, because there is no way how to filter the OSes according to the architecture.

This bug blocks https://github.com/oVirt/ovirt-web-ui/issues/512

Comment 1 Israel Pinto 2018-04-29 14:28:10 UTC
Verify:
Engine version 4.2.3.3-0.1.el7

Browse to:
https://<engine>/ovirt-engine/api/operatingsystems
See for each os: architecture, icon

<operating_system href="" id="">
<name>XXX</name>
<description>YYY</description>
<architecture>x86_64</architecture>
<large_icon href=""/>
<small_icon href=""/>
</operating_system>


PASS

Comment 2 Sandro Bonazzola 2018-05-10 06:32:20 UTC
This bugzilla is included in oVirt 4.2.3 release, published on May 4th 2018.

Since the problem described in this bug report should be
resolved in oVirt 4.2.3 release, it has been closed with a resolution of CURRENT RELEASE.

If the solution does not work for you, please open a new bug report.