Sandro Bonazzola has posted comments on this change.

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


Patch Set 30:

(1 comment)

....................................................
File jobs/ovirt_engine_upgrade_params/update_engine_params.sh
Line 166: check_engine_status()
Line 167: {
Line 168:       sleep 60
Line 169:       local _status=$(curl -I 
http://localhost/OvirtEngineWeb/HealthStatus \
Line 170:                                               | head -n 1 | awk 
'{print $2}')
Bug 1026723 - remove the use of health servlet 

Just use http://localhost/api
Line 171: 
Line 172:       if [[ "${_status}" -ne 200 ]]; then
Line 173:               echo "ENGINE_STATUS_ERROR" >> "${LOG}"
Line 174:       fi


-- 
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: 30
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