Vinzenz Feenstra has uploaded a new change for review.

Change subject: Adding RHEL7 Guest support
......................................................................

Adding RHEL7 Guest support

Change-Id: Iaddd08e730898fc526f11c1c8c9371fed7801038
Bug-Url: https://bugzilla.redhat.com/1083065
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
M 
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
A 
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/rhel_7x64.png
A 
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/rhel_7x64.jpg
M packaging/conf/osinfo-defaults.properties
4 files changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/51/26351/1

diff --git 
a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
 
b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
index 0384328..737ed9f 100644
--- 
a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
+++ 
b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
@@ -36,6 +36,9 @@
     @Source("images/os/large/rhel_6x64.png")
     ImageResource rhel_6x64LargeImage();
 
+    @Source("images/os/large/rhel_7x64.png")
+    ImageResource rhel_7x64LargeImage();
+
     @Source("images/os/large/windows_2003.png")
     ImageResource windows_2003LargeImage();
 
@@ -137,6 +140,9 @@
     @Source("images/os/rhel_6x64.jpg")
     ImageResource rhel_6x64SmallImage();
 
+    @Source("images/os/rhel_7x64.jpg")
+    ImageResource rhel_7x64SmallImage();
+
     @Source("images/os/windows_2003.jpg")
     ImageResource windows_2003SmallImage();
 
diff --git 
a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/rhel_7x64.png
 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/rhel_7x64.png
new file mode 100644
index 0000000..775c867
--- /dev/null
+++ 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/rhel_7x64.png
Binary files differ
diff --git 
a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/rhel_7x64.jpg
 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/rhel_7x64.jpg
new file mode 100644
index 0000000..7302fc8
--- /dev/null
+++ 
b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/rhel_7x64.jpg
Binary files differ
diff --git a/packaging/conf/osinfo-defaults.properties 
b/packaging/conf/osinfo-defaults.properties
index 3cfd6ef..4319d82 100644
--- a/packaging/conf/osinfo-defaults.properties
+++ b/packaging/conf/osinfo-defaults.properties
@@ -132,6 +132,14 @@
 os.rhel_6x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO
 os.rhel_6x64.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO
 
+# rhel7x64(19, OsType.Linux, true),
+os.rhel_7x64.id.value = 24
+os.rhel_7x64.name.value = Red Hat Enterprise Linux 7.x x64
+os.rhel_7x64.derivedFrom.value = rhel_6x64
+os.rhel_7x64.devices.audio.value = ich6
+os.rhel_7x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO
+os.rhel_7x64.devices.diskInterfaces.value.3.4 = IDE, VirtIO_SCSI, VirtIO
+
 # WindowsXP(1, OsType.Windows, false),
 os.windows_xp.id.value = 1
 os.windows_xp.name.value = Windows XP


-- 
To view, visit http://gerrit.ovirt.org/26351
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaddd08e730898fc526f11c1c8c9371fed7801038
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to