You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/10/04 09:24:53 UTC

[incubator-datalab] branch DATALAB-2409 updated: [DATALAB-2409]: added jars argument

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

lfrolov pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new 5a4442d  [DATALAB-2409]: added jars argument
5a4442d is described below

commit 5a4442d8be68b3b0d849459f7d6ab2355ed1b085
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Oct 4 12:24:45 2021 +0300

    [DATALAB-2409]: added jars argument
---
 infrastructure-provisioning/scripts/deploy_datalab.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py b/infrastructure-provisioning/scripts/deploy_datalab.py
index 8d48c12..5de0618 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -143,6 +143,10 @@ def build_parser():
                         help='address to access repository (used for jars download)')
     parser.add_argument('--conf_repository_port', type=str, default='',
                         help='port to access repository (used for docker images download)')
+    parser.add_argument('--conf_download_docker_images', type=str, default='',
+                        help='true if download docker images from repository')
+    parser.add_argument('--conf_download_jars', type=str, default='',
+                        help='true if download jars from repository')
     parser.add_argument('--default_endpoint_name', type=str, default='local',
                                help='Name of localhost provisioning service, that created by default')
 

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