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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]