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/08/09 11:28:59 UTC

[incubator-datalab] branch DATALAB-408 updated: [DATALAB-408]: added parameers o datalab.ini

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

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


The following commit(s) were added to refs/heads/DATALAB-408 by this push:
     new cf62e82  [DATALAB-408]: added parameers o datalab.ini
cf62e82 is described below

commit cf62e826847dcf2e2847a3d802ef4d76c8d986ec
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Aug 9 14:11:37 2021 +0300

    [DATALAB-408]: added parameers o datalab.ini
---
 infrastructure-provisioning/scripts/deploy_datalab.py    | 4 ++--
 infrastructure-provisioning/src/general/conf/datalab.ini | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py b/infrastructure-provisioning/scripts/deploy_datalab.py
index ad131ea..cdc975c 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -170,9 +170,9 @@ parser.add_argument('--conf_repository_address', type=str, default='',
 parser.add_argument('--conf_repository_port', type=str, default='',
                     help='port to access repository (used for jars download)')
 parser.add_argument('--conf_download_jars', type=bool, default=False,
-                    help='whether to download jars from repository')
+                    help='whether to download jars from repository (True) or to build from sources (False)')
 parser.add_argument('--conf_download_docker_images', type=bool, default=False,
-                    help='wheher tto download docker images from repository')
+                    help='whether to download docker images from repository (True) or to build from sources (False)')
 parser.add_argument('--conf_letsencrypt_domain_name', type=str, default='', help='Domain names to apply. '
                                                                                  'For multiple domains enter a comma separated list of domains as a parameter'
                                                                                  'ssn.domain_name will be used for ssn_node, DNS A record have to exist during deployment')
diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini
index 062a21f..9b049e6 100644
--- a/infrastructure-provisioning/src/general/conf/datalab.ini
+++ b/infrastructure-provisioning/src/general/conf/datalab.ini
@@ -93,6 +93,10 @@ private_subnet_prefix = 24
 # repository_address =
 ### Repository port
 # repository_port =
+### download_jars enabled
+# download_jars =
+### download_docker_images enabled
+# download_docker_images =
 ### release tag
 # release_tag =
 ### Deeplearning native cloud AMI enabled

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