Vinzenz Feenstra has uploaded a new change for review.

Change subject: osinfo: Add rhel7/ppc64 into osinfo
......................................................................

osinfo: Add rhel7/ppc64 into osinfo

Change-Id: Ifb39e75a583e17703369bb07221b6d1f50ab2cf8
Bug-Url: https://bugzilla.redhat.com/1151053
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
M 
frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java
M packaging/conf/osinfo-defaults.properties
2 files changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/34835/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 fb7eaf6..88cc968 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
@@ -101,6 +101,9 @@
     @Source("images/os/large/rhel_6.png")
     ImageResource rhel_6_ppc64LargeImage();
 
+    @Source("images/os/large/rhel_7x64.png")
+    ImageResource rhel_7_ppc64LargeImage();
+
     @Source("images/os/large/sles_11.png")
     ImageResource sles_11_ppc64LargeImage();
 
@@ -208,6 +211,9 @@
     @Source("images/os/rhel_6.jpg")
     ImageResource rhel_6_ppc64SmallImage();
 
+    @Source("images/os/rhel_7x64.jpg")
+    ImageResource rhel_7_ppc64SmallImage();
+
     @Source("images/os/sles_11.png")
     ImageResource sles_11_ppc64SmallImage();
 
diff --git a/packaging/conf/osinfo-defaults.properties 
b/packaging/conf/osinfo-defaults.properties
index 4210bc6..c51ba21 100644
--- a/packaging/conf/osinfo-defaults.properties
+++ b/packaging/conf/osinfo-defaults.properties
@@ -355,6 +355,11 @@
 os.sles_11_ppc64.devices.diskInterfaces.value.3.4 = VirtIO, SPAPR_VSCSI
 os.sles_11_ppc64.devices.diskInterfaces.value.3.5 = VirtIO, SPAPR_VSCSI
 
+# rhel7ppc64
+os.rhel_7_ppc64.id.value = 1006
+os.rhel_7_ppc64.name.value = Red Hat Enterprise Linux 7.x
+os.rhel_7_ppc64.derivedFrom.value = rhel_6_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/34835
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb39e75a583e17703369bb07221b6d1f50ab2cf8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
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