Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: updated CPU list ......................................................................
packaging: setup: updated CPU list Updated the CPU list for matching the ovirt-engine list of supported CPUs. Change-Id: Ic09632b2145826a62ddb3bd38d4946bd12ce865a Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M src/plugins/ovirt-hosted-engine-setup/vdsmd/cpu.py 1 file changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/12/31312/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/vdsmd/cpu.py b/src/plugins/ovirt-hosted-engine-setup/vdsmd/cpu.py index 23d2db9..e413395 100644 --- a/src/plugins/ovirt-hosted-engine-setup/vdsmd/cpu.py +++ b/src/plugins/ovirt-hosted-engine-setup/vdsmd/cpu.py @@ -1,6 +1,6 @@ # # ovirt-hosted-engine-setup -- ovirt hosted engine setup -# Copyright (C) 2013 Red Hat, Inc. +# Copyright (C) 2013-2014 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -43,13 +43,19 @@ @util.export class Plugin(plugin.PluginBase): """ -cpu check plugin. + cpu check plugin. """ + + # CPU list from ovirt-engine: git grep ServerCPUList | grep 3.5 CPU_FAMILIES = ( + {'model': 'model_Haswell', 'name': 'Intel Haswell Family'}, + {'model': 'model_SandyBridge', 'name': 'Intel SandyBridge Family'}, {'model': 'model_Westmere', 'name': 'Intel Westmere Family'}, {'model': 'model_Nehalem', 'name': 'Intel Nehalem Family'}, {'model': 'model_Penryn', 'name': 'Intel Penryn Family'}, {'model': 'model_Conroe', 'name': 'Intel Conroe Family'}, + {'model': 'model_Opteron_G5', 'name': 'AMD Opteron G5'}, + {'model': 'model_Opteron_G4', 'name': 'AMD Opteron G4'}, {'model': 'model_Opteron_G3', 'name': 'AMD Opteron G3'}, {'model': 'model_Opteron_G2', 'name': 'AMD Opteron G2'}, {'model': 'model_Opteron_G1', 'name': 'AMD Opteron G1'}, -- To view, visit http://gerrit.ovirt.org/31312 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic09632b2145826a62ddb3bd38d4946bd12ce865a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches