Alon Bar-Lev has posted comments on this change. Change subject: tools: Adding Reload Configs Implementation (#825671) ......................................................................
Patch Set 9: I would prefer that you didn't submit this Hello All, I would like to remind the following note, all people I spoke with agree, but nobody actually save Muli the time to have him stop working on this. --- We have a framework to access the rest API via python. A simple python tool that is written in python: engine-config-refresh --url= --user= --password= Using the ovirt-engine-sdk will do the job in much less lines of code and with reuse of current rest implementation. Even without ovirt-engine-sdk, using a simple: curl --cacert=/etc/pki/... https://user:password@..../reload... Will also do the trick... Is there any reason to write the trigger in java? --- If anyone think it is better to write this in Java and not reusing the ovirt-engine-sdk code, please come forward and explain. Thanks, Alon -- To view, visit http://gerrit.ovirt.org/4951 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4b9e790d7a8386359edfd62172df1078da033e91 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Muli Salem <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Michael Pasternak <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Muli Salem <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
