You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/12/24 08:48:13 UTC

[incubator-dlab] branch default-values-fix created (now f3c902f)

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

omartushevskyi pushed a change to branch default-values-fix
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at f3c902f  added default values for image variables

This branch includes the following new commits:

     new f3c902f  added default values for image variables

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: added default values for image variables

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch default-values-fix
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit f3c902fa4b297dc7771e95628f1ecbf6f06291b0
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Dec 24 10:48:03 2019 +0200

    added default values for image variables
---
 infrastructure-provisioning/src/general/conf/dlab.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index 7873b43..c5e47f6 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -45,9 +45,9 @@ pypi_mirror = pypi.doubanio.com
 ### Name of own GitLab SSL certificate
 gitlab_certfile = dlab-gitlab.crt
 ###Enable or Disable creating image at first time
-# image_enabled =
+image_enabled = true
 ###Enable or Disable shared images
-# shared_image_enabled =
+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