Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

Martin Peřina has submitted this change and it was merged. Change subject: core: mask fencing alerts when disabled in cluster ...................................................................... core: mask fencing alerts when disabled in cluster This patch masks the following when fencing is disabled in the cluster level: 1) Exclamation icon when host power management is not configured 2) Alert appearing in the alert tab when power management is not configured for a host 3) The popup form warning the user that power management was not configured when adding a new host In order to do that the VDS entity was expanded to include the fencing_enabled flag from the cluster settings. This flag was added only to the VDS view and is still taken from the cluster properties` Change-Id: I500ae184ade108ddbe1c10eaf3bc5b51e4a5c9ce Bug-Url : https://bugzilla.redhat.com/show_bug.cgi?id=1145240 Signed-off-by: emesika <emesika@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InitVdsOnUpCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDaoImpl.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostModel.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/table/cell/HostStatusCell.java M packaging/dbscripts/create_views.sql 8 files changed, 54 insertions(+), 23 deletions(-) Approvals: Martin Peřina: Looks good to me, approved Eli Mesika: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/57879 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I500ae184ade108ddbe1c10eaf3bc5b51e4a5c9ce Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
mperina@redhat.com