You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/02/28 15:07:08 UTC

[incubator-dlab] 01/04: [DLAB-1468]: disables shared image enabled variable in dlab.ini and deploy dlab script

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

lfrolov pushed a commit to branch DLAB-1468
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit c031f1a246993a1b5f9bc224b904e39078dcafb7
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 27 14:49:04 2020 +0200

    [DLAB-1468]: disables shared image enabled variable in dlab.ini and deploy dlab script
---
 infrastructure-provisioning/scripts/deploy_dlab.py    | 2 +-
 infrastructure-provisioning/src/general/conf/dlab.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py b/infrastructure-provisioning/scripts/deploy_dlab.py
index 33a5f6d..1b820cf 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -40,7 +40,7 @@ parser.add_argument('--conf_private_subnet_prefix', type=str, default='24', help
 parser.add_argument('--conf_additional_tags', type=str, default='', help='Additional tags in format '
                                                                          '"Key1:Value1;Key2:Value2"')
 parser.add_argument('--conf_image_enabled', type=str, default='', help='Enable or Disable creating image at first time')
-parser.add_argument('--conf_shared_image_enabled', type=str, default='', help='Enable or Disable shared images')
+#parser.add_argument('--conf_shared_image_enabled', type=str, default='', help='Enable or Disable shared images')
 parser.add_argument('--aws_user_predefined_s3_policies', type=str, default='', help='Predefined policies for users '
                                                                                     'instances')
 parser.add_argument('--aws_access_key', type=str, default='', help='AWS Access Key ID')
diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index 8e4cfa5..8f3528e 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -47,7 +47,7 @@ gitlab_certfile = dlab-gitlab.crt
 ### Enable or Disable creating image at first time
 image_enabled = true
 ###Enable or Disable shared images
-shared_image_enabled = true
+#shared_image_enabled = true
 ### CIDR of VPC
 vpc_cidr = '172.31.0.0/16'
 ### CIDR of second VPC


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