Alon Bar-Lev has posted comments on this change. Change subject: core: host-deploy: Using ssh username and password to install and update host ......................................................................
Patch Set 9: Looks good to me, but someone else must approve (1 inline comment) +1 for ssh usage. .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsCommand.java Line 326: if (Config.<Boolean> GetValue(ConfigValues.UseSecureConnectionWithServers) Line 327: && !EngineEncryptionUtils.haveKey()) { Line 328: returnValue = failCanDoAction(VdcBllMessages.VDS_TRY_CREATE_SECURE_CERTIFICATE_NOT_FOUND); Line 329: } else if (!getParameters().getAddPending() Line 330: && StringUtils.isEmpty(getParameters().getPassword())) { isEmpty is OK for passwords. Line 331: // We block vds installations if it's not a RHEV-H and password is empty Line 332: // Note that this may override local host SSH policy. See BZ#688718. Line 333: returnValue = failCanDoAction(VdcBllMessages.VDS_CANNOT_INSTALL_EMPTY_PASSWORD); Line 334: } else if (!isPowerManagementLegal()) { -- To view, visit http://gerrit.ovirt.org/16686 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3d9b23771314ebebb3e10686decb4f0d5ace6d3c Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches