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/48/34848/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 04ac63f..996e0d6 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 @@ -98,6 +98,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(); @@ -196,6 +199,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 6f1c07a..d57c1c5 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -306,6 +306,11 @@ os.sles_11_ppc64.name.value = SUSE Linux Enterprise Server 11 os.sles_11_ppc64.derivedFrom.value = other_linux_ppc64 +# 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/34848 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.4 Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches