Daniel Erez has uploaded a new change for review. Change subject: core: osinfo properties - added 3.5 values ......................................................................
core: osinfo properties - added 3.5 values As 3.5 cluster version has been recently introduced, appropriate values should be manually added explicitly (similar to: Ib4b2d3b3eb14d368814392cfcb63e6c8648d05cc). Note: This should be a temporary solution until implementation of cluster versions inheritance in OsInfo infrastructure; covered by: https://bugzilla.redhat.com/show_bug.cgi?id=1056577. Change-Id: I82acba49f080e9250481b0a62ac66817091a1755 Signed-off-by: Daniel Erez <de...@redhat.com> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/28258/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index ef782ea..c70b026 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -67,6 +67,7 @@ os.other.devices.diskInterfaces.value = IDE, VirtIO os.other.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO os.other.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO +os.other.devices.diskInterfaces.value.3.5 = IDE, VirtIO_SCSI, VirtIO # 26 PCI slots: 31 total minus 5 saved for qemu (Host Bridge, ISA Bridge, # IDE, Agent, ACPI) @@ -86,6 +87,7 @@ os.rhel_3.devices.audio.value = ac97 os.rhel_3.devices.diskInterfaces.value.3.3 = IDE, VirtIO os.rhel_3.devices.diskInterfaces.value.3.4 = IDE, VirtIO +os.rhel_3.devices.diskInterfaces.value.3.5 = IDE, VirtIO # rhel3x64(15, OsType.Linux, true), os.rhel_3x64.id.value = 15 @@ -94,6 +96,7 @@ os.rhel_3x64.devices.audio.value = ac97 os.rhel_3x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO os.rhel_3x64.devices.diskInterfaces.value.3.4 = IDE, VirtIO +os.rhel_3x64.devices.diskInterfaces.value.3.5 = IDE, VirtIO # rhel4(8, OsType.Linux, false), os.rhel_4.id.value = 8 @@ -123,6 +126,7 @@ os.rhel_6.devices.audio.value = ich6 os.rhel_6.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO os.rhel_6.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO +os.rhel_6.devices.diskInterfaces.value.3.5 = IDE, VirtIO_SCSI, VirtIO # rhel6x64(19, OsType.Linux, true), os.rhel_6x64.id.value = 19 @@ -131,6 +135,7 @@ os.rhel_6x64.devices.audio.value = ich6 os.rhel_6x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO os.rhel_6x64.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO +os.rhel_6x64.devices.diskInterfaces.value.3.5 = IDE, VirtIO_SCSI, VirtIO os.rhel_7x64.id.value = 24 os.rhel_7x64.name.value = Red Hat Enterprise Linux 7.x x64 @@ -147,6 +152,7 @@ os.windows_xp.devices.audio.value = ac97 os.windows_xp.devices.diskInterfaces.value.3.3 = IDE, VirtIO os.windows_xp.devices.diskInterfaces.value.3.4 = IDE, VirtIO +os.windows_xp.devices.diskInterfaces.value.3.5 = IDE, VirtIO os.windows_xp.family.value = windows @@ -161,6 +167,7 @@ os.windows_2003.devices.audio.value = ac97 os.windows_2003.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO os.windows_2003.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO +os.windows_2003.devices.diskInterfaces.value.3.5 = IDE, VirtIO_SCSI, VirtIO # Windows2008(4, OsType.Windows, false), @@ -190,6 +197,7 @@ os.windows_7.devices.audio.value = ich6 os.windows_7.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO os.windows_7.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO +os.windows_7.devices.diskInterfaces.value.3.5 = IDE, VirtIO_SCSI, VirtIO os.windows_7.isTimezoneTypeInteger.value = false # Windows7x64(12, OsType.Windows, true), @@ -291,10 +299,13 @@ os.other_ppc64.devices.cdInterface.value = scsi os.other_ppc64.devices.diskInterfaces.value.3.3 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.diskInterfaces.value.3.4 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI +os.other_ppc64.devices.diskInterfaces.value.3.5 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.3 = VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.4 = VirtIO_SCSI, SPAPR_VSCSI +os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.5 = VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.network.hotplugSupport.value.3.3 = false os.other_ppc64.devices.network.hotplugSupport.value.3.4 = false +os.other_ppc64.devices.network.hotplugSupport.value.3.5 = false os.other_ppc64.devices.display.protocols.value = vnc/vga os.other_ppc64.devices.watchdog.models.value = i6300esb # In the ppc64 architecture there are only three devices occupying -- To view, visit http://gerrit.ovirt.org/28258 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I82acba49f080e9250481b0a62ac66817091a1755 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches