Landscape vm-info should detect Vmware
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Landscape Client |
Medium
|
Kevin McDermott |
Bug Description
In addition to detecting kvm and Xen, we should identify Vmware by checking the hardware data...
Related branches
- Thomas Herve (community): Approve on 2011-06-20
- Alberto Donato: Approve on 2011-06-18
-
Diff: 36 lines (+19/-1)2 files modifiedlandscape/lib/tests/test_vm_info.py (+12/-1)
landscape/lib/vm_info.py (+7/-0)
Changed in landscape-client: | |
milestone: | none → 11.06.2 |
importance: | Undecided → Medium |
assignee: | nobody → Kevin McDermott (bigkevmcd) |
Kevin McDermott (bigkevmcd) wrote : | #1 |
Changed in landscape-client: | |
milestone: | 11.06.2 → backlog |
Changed in landscape-client: | |
milestone: | backlog → 11.06.2 |
Kevin McDermott (bigkevmcd) wrote : | #2 |
SELECT str_value, key FROM device_property WHERE device_id IN (SELECT id from device where udi = '/org/freedeskt
Another for my notes :-)
Changed in landscape-client: | |
status: | New → In Progress |
Changed in landscape-client: | |
status: | In Progress → Fix Committed |
Hello Kevin, or anyone else affected,
Accepted landscape-client into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
tags: | added: verification-needed |
Andreas Hasenack (ahasenack) wrote : | #5 |
Confirmed working in lucid with landscape-
Chris Halse Rogers (raof) wrote : | #6 |
Thanks for testing!
tags: |
added: verification-done removed: verification-needed |
Martin Pitt (pitti) wrote : | #7 |
Hello Kevin, or anyone else affected,
Accepted landscape-client into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
tags: | removed: verification-done |
tags: | added: verification-needed |
Martin Pitt (pitti) wrote : | #8 |
Hello Kevin, or anyone else affected,
Accepted landscape-client into natty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
Andreas Hasenack (ahasenack) wrote : | #9 |
This was verified by using vmware with the Natty and Maverick packages before they were submitted for this SRU, and I now verified that the same 6 lines of code are in the current proposed packages for Natty and Maverick. Please consider verified.
Changed in landscape-client: | |
status: | Fix Committed → Fix Released |
For my own notes...
/sys/devices/ virtual/ dmi/id/ sys_vendor looks like the right place to check :-)