This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2567 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 62663d35ac51a63adef70c4c9111fd3bebc35727 Author: leonidfrolov <[email protected]> AuthorDate: Fri Nov 12 10:06:05 2021 +0200 [DATALAB-2567]: disabled scp removal on nodes --- infrastructure-provisioning/src/base/scripts/install_prerequisites.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py index 007f0e1..430805f 100644 --- a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py +++ b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py @@ -60,8 +60,8 @@ if __name__ == "__main__": traceback.print_exc() sys.exit(1) - logging.info("Disable scp on nodes") - disable_edge_scp_binary(args.user) + #logging.info("Disable scp on nodes") + #disable_edge_scp_binary(args.user) #logging.info("Updating openssh to version") #ensure_openssh_version(args.user) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
