Change in ovirt-engine[master]: core: Introduce SingleAgentFenceActionExecutor

Eli Mesika has submitted this change and it was merged. Change subject: core: Introduce SingleAgentFenceActionExecutor ...................................................................... core: Introduce SingleAgentFenceActionExecutor Introduces SingleAgentFenceActionExecutor which is responsible to execute fence action on the host using single fence agent. It contains logic to get status of the host or to start/stop the host and to verify requested status using FenceAgentExecutor. Change-Id: I95958b4821fa8f55ee8913e926f9528ae56e20e8 Bug-Url: https://bugzilla.redhat.com/1182510 Signed-off-by: Martin Perina <mperina@redhat.com> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/pm/FenceActionExecutor.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/pm/SingleAgentFenceActionExecutor.java A backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/pm/SingleAgentFenceActionExecutorTest.java 3 files changed, 541 insertions(+), 0 deletions(-) Approvals: Martin Peřina: Verified Eli Mesika: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/38358 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I95958b4821fa8f55ee8913e926f9528ae56e20e8 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <wallaroo1976@gmail.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
emesika@redhat.com