Sandro Bonazzola has posted comments on this change.

Change subject: Add new job update-engine-params
......................................................................


Patch Set 25:

(1 comment)

....................................................
File jobs/ovirt_engine_upgrade_params/update_engine_params.sh
Line 177: 
Line 178: 
Line 179: check_engine_status()
Line 180: {
Line 181:       local _status=$(curl -I 
http://${HOSTNAME}/OvirtEngineWeb/HealthStatus \
note that this URL will change / has been changed. Better use api to check if 
it's up and running.
Line 182:                                               | head -n 1 | awk 
'{print $2}')
Line 183: 
Line 184:       if [[ "${_status}" -ne 200 ]]; then
Line 185:               echo "ENGINE_STATUS_ERROR" >> "${LOG}"


-- 
To view, visit http://gerrit.ovirt.org/21094
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1809bd55c88b17f1d7dfde3920212e6f046709a8
Gerrit-PatchSet: 25
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Kiril Nesenko <knese...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: David Caro <dcaro...@redhat.com>
Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <ew...@kohlvanwijngaarden.nl>
Gerrit-Reviewer: Eyal Edri <ee...@redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knese...@redhat.com>
Gerrit-Reviewer: Ohad Basan <oba...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to