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:16:10 UTC

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

commit b16457c441e386b37432ec7dd42dafe105d979d6
Author: leonidfrolov <fr...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org