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 0ddff6e  [DATALAB-2409]: added default values for arguments
0ddff6e is described below

commit 0ddff6ebf97f94183e364f7c3fb59940839207ee
Author: leonidfrolov <[email protected]>
AuthorDate: Mon Oct 4 13:29:21 2021 +0300

    [DATALAB-2409]: added default values for arguments
---
 infrastructure-provisioning/scripts/deploy_datalab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py 
b/infrastructure-provisioning/scripts/deploy_datalab.py
index 5de0618..6b6ab17 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -143,9 +143,9 @@ 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='',
+    parser.add_argument('--conf_download_docker_images', type=str, 
default='false',
                         help='true if download docker images from repository')
-    parser.add_argument('--conf_download_jars', type=str, default='',
+    parser.add_argument('--conf_download_jars', type=str, default='false',
                         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to