Vitor de Lima has uploaded a new change for review. Change subject: core, engine: Add more OSes for the ppc64 architecture ......................................................................
core, engine: Add more OSes for the ppc64 architecture This change includes more OSes which are compatible with the ppc64 architecture. Currently only SLES and RHEL are added in osinfo. Change-Id: I32910ebc71e83fe24349a5b7c5598e70572c7b47 Signed-off-by: Vitor de Lima <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 19 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/23846/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 8124357..652c6a5 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -281,6 +281,25 @@ # the VirtIO balloon and the VirtIO serial channel os.other_ppc64.devices.maxPciDevices.value = 29 +# More OSes for ppc64 + +# otherLinuxppc64(1002, OsType.Linux, false), +os.other_linux_ppc64.id.value = 1002 +os.other_linux_ppc64.name.value = Linux +os.other_linux_ppc64.derivedFrom.value = other_ppc64 +os.other_linux_ppc64.description.value = General GNU/Linux +os.other_linux_ppc64.family.value = linux + +# rhel6ppc64(1003, OsType.Linux, true), +os.rhel_6_ppc64.id.value = 1003 +os.rhel_6_ppc64.name.value = Red Hat Enterprise Linux 6.x +os.rhel_6_ppc64.derivedFrom.value = other_linux_ppc64 + +# Suseppc64 +os.sles_11_ppc64.id.value = 1004 +os.sles_11_ppc64.name.value = SUSE Linux Enterprise Server 11 +os.sles_11_ppc64.derivedFrom.value = other_linux_ppc64 + # Backward Compatibility Section # Keep a mapping of the old os unique names to new od IDs # in order to support correct imports of pre-osinfo VMs -- To view, visit http://gerrit.ovirt.org/23846 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I32910ebc71e83fe24349a5b7c5598e70572c7b47 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
