You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/01/15 10:41:18 UTC

[incubator-dlab] 01/01: [dem-test] testing .ini file issue with missed parameters

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

dmysakovets pushed a commit to branch dem-test
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit c846b02a0da0c5d92dee38b1ed79be2365d5bbac
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed Jan 15 12:40:56 2020 +0200

    [dem-test] testing .ini file issue with missed parameters
---
 infrastructure-provisioning/src/general/conf/dlab.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index 1d0a172..d41434e 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -49,15 +49,15 @@ image_enabled = true
 ###Enable or Disable shared images
 shared_image_enabled = true
 ### CIDR of VPC
-vpc_cidr = '172.31.0.0/16'
+vpc_cidr = 172.31.0.0/16
 ### CIDR of second VPC
-vpc2_cidr = '172.32.0.0/16'
+vpc2_cidr = \'172.32.0.0/16\'
 ### Enable or disable duo VPC mode(true|false)
 duo_vpc_enable = false
 ### Range of subnets which will be using for user's environments
 # user_subnets_range =
 ### Comma-separated CIDR of IPs which will have access to SSN and Edge nodes
-allowed_ip_cidr = '0.0.0.0/0'
+allowed_ip_cidr = '0.0.0.0/:0'
 ### Type of network. Define in which network DLab will be deployed. Possible options: public|private
 network_type = public
 ### Additional tags in format 'Key1:Value1;Key2:Value2'


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