Roy Golan has uploaded a new change for review. Change subject: core: Add new OSs to engine ......................................................................
core: Add new OSs to engine This patch is adding new OSs to the engine os repository: Ubuntu 12.04 LTS Ubuntu 12.10 Ubuntu 13.04 SUSE Linux Enterprise Server 11 Change-Id: Iaec676a465c64fae96564fcd9f9aa24d132d6b96 Bug-Url: https://bugzilla.redhat.com/675061 Signed-off-by: Roy Golan <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 31 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/16680/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 61bfbe4..8c65792 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -201,3 +201,34 @@ os.OtherLinux.id.value = 5 os.OtherLinux.name.value = Other Linux os.OtherLinux.derivedFrom.value = linux + +#Suse +os.sles11.id.value = 1193 +os.sles11.name.value = Suse Linux Enterprise Server 11 +os.sles11.family.value = linux +os.sles11.derivedFrom = Other + +#Ubuntu +os.ubuntu12_04.id.value = 1252 +os.ubuntu12_04.name.value = Ubuntu Precise Pangolin LTS +os.ubuntu12_04.family.value = linux +os.ubuntu12_04.derivedFrom = Other +os.ubuntu12_04.resources.minimum.ram.value = 64 +os.ubuntu12_04.resources.minimum.disksize.value = 5120 +os.ubuntu12_04.resources.minimum.numberOsCpus.value = 1 + +os.ubuntu12_10.id.value = 1253 +os.ubuntu12_10.name.value = Ubuntu Quantal Quetzal +os.ubuntu12_10.family.value = linux +os.ubuntu12_10.derivedFrom = Other +os.ubuntu12_10.resources.minimum.ram.value = 1024 +os.ubuntu12_10.resources.minimum.disksize.value = 5120 +os.ubuntu12_10.resources.minimum.numberOsCpus.value = 1 + +os.ubuntu13_04.id.value = 1254 +os.ubuntu13_04.name.value = Ubuntu Raring Ringtails +os.ubuntu13_04.family.value = linux +os.ubuntu13_04.derivedFrom = Other +os.ubuntu13_04.resources.minimum.ram.value = 1024 +os.ubuntu13_04.resources.minimum.disksize.value = 5120 +os.ubuntu13_04.resources.minimum.numberOsCpus.value = 1 -- To view, visit http://gerrit.ovirt.org/16680 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaec676a465c64fae96564fcd9f9aa24d132d6b96 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
