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 b16457c  [DATALAB-2409]: added repo port argument
b16457c is described below

commit b16457c441e386b37432ec7dd42dafe105d979d6
Author: leonidfrolov <[email protected]>
AuthorDate: Mon Oct 4 12:16:00 2021 +0300

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

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py 
b/infrastructure-provisioning/scripts/deploy_datalab.py
index efeeaca..8d48c12 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -141,6 +141,8 @@ def build_parser():
                         help='password to access repository (used for jars 
download)')
     parser.add_argument('--conf_repository_address', type=str, default='',
                         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('--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