Martin Sivák has submitted this change and it was merged.
Change subject: Add nice interactive html representation of the agent's state machine
......................................................................
Add nice interactive html representation of the agent's state machine
This patch adds a script that can autogenerate html file that
makes it easier to investigate the state transitions in hosted
engine's FSM.
Hovering your mouse above one of the states at the edge of the
circular diagram hides all transitions that are not relevant to
that state.
The html file can be autogenerated using the same command that
is used to prepare the graphviz version:
make fsm
Change-Id: I82c72d044818c8412a2517a4431aecf8412add7d
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M .gitignore
M Makefile.am
M build/Makefile.am
R build/gen_gv.py
A build/gen_html.py
M doc/Makefile.am
M doc/agent-fsm.gv
A doc/agent-fsm.html
A doc/d3.dependencyWheel.js
A doc/d3.v3.min.js
M ovirt-hosted-engine-ha.spec.in
11 files changed, 302 insertions(+), 3 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Greg Padgett: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/25654
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I82c72d044818c8412a2517a4431aecf8412add7d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server