
Sandro Bonazzola has submitted this change and it was merged. Change subject: Allow user to reboot VM from within the installer ...................................................................... Allow user to reboot VM from within the installer During setup, the engine VM is created twice: once to install the base operating system and once to install the engine. During either of these phases it may sometimes be necessary to reboot the VM additional times (ie. to correct PXE boot configuration or restart the installer). Provide an interactive means of rebooting the VM without forcing the user to resort to external invocations of hosted-engine --vm-start, etc. Signed-off-by: Adam Litke <alitke@redhat.com> Bug-Url: https://bugzilla.redhat.com/1034788 Change-Id: I176eb58b6b5400df7f98a4fa3e4ae55c2959fb93 --- M src/ovirt_hosted_engine_setup/mixins.py M src/plugins/ovirt-hosted-engine-setup/engine/health.py M src/plugins/ovirt-hosted-engine-setup/vm/runvm.py 3 files changed, 71 insertions(+), 79 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, approved Adam Litke: Verified -- To view, visit http://gerrit.ovirt.org/22203 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I176eb58b6b5400df7f98a4fa3e4ae55c2959fb93 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Adam Litke <alitke@redhat.com> Gerrit-Reviewer: Adam Litke <alitke@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadgett@redhat.com> Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server