Alon Bar-Lev has posted comments on this change. Change subject: engine: Add conditional execution to host deploy ......................................................................
Patch Set 2: (3 inline comments) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java Line 217 Line 218 Line 219 Line 220 Line 221 Thanks for the explanation! However none of the above method actually simplifies the plain simple array... :) Line 302: }}, Line 303: new Callable<Object>() { public Object call() throws Exception { Line 304: _parser.cliEnvironmentSet( Line 305: NetEnv.IPTABLES_ENABLE, Line 306: _customizationConditions.contains(CustomizationCondition.IPTABLES_OVERRIDE) yes, the default is false. Line 307: ); Line 308: return null; Line 309: }}, Line 310: new Callable<Object>() {@CallWhen(CustomizationCondition.IPTABLES_OVERRIDE) Line 412 Line 413 Line 414 Line 415 Line 416 I prefer to be consistent.... Maybe have a common function that perform the logic? I can try and do this after your next push. -- To view, visit http://gerrit.ovirt.org/16849 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I98b4fe7d11cdb267664113ac7312a0cd12268f94 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches