You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/07/19 11:01:21 UTC

[incubator-dlab] 01/02: [DLAB-433] Added inactivity checker installation

This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch DLAB-433
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit d40d3cec014eeaa34035105cea5c0397f542fd52
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Fri Jul 19 12:15:25 2019 +0300

    [DLAB-433] Added inactivity checker installation
---
 .../src/jupyter-docker/scripts/configure_jupyter-docker_node.py     | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/jupyter-docker/scripts/configure_jupyter-docker_node.py b/infrastructure-provisioning/src/jupyter-docker/scripts/configure_jupyter-docker_node.py
index b22e81d..c42de89 100644
--- a/infrastructure-provisioning/src/jupyter-docker/scripts/configure_jupyter-docker_node.py
+++ b/infrastructure-provisioning/src/jupyter-docker/scripts/configure_jupyter-docker_node.py
@@ -114,4 +114,8 @@ if __name__ == "__main__":
     print("Install ungit")
     install_ungit(args.os_user, args.exploratory_name)
     if exists('/home/{0}/{1}'.format(args.os_user, gitlab_certfile)):
-        install_gitlab_cert(args.os_user, gitlab_certfile)
\ No newline at end of file
+        install_gitlab_cert(args.os_user, gitlab_certfile)
+
+    # INSTALL INACTIVITY CHECKER
+    print("Install inactivity checker")
+    install_inactivity_checker(args.os_user, args.ip_adress)
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org