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

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


The following commit(s) were added to refs/heads/DLAB-1467 by this push:
     new 4200b8b  [DLAB-1467]: Added terraform scripts for deploying DLab 
endpoint
4200b8b is described below

commit 4200b8bd806ee7c05bedaf7fb855d5672f4c275b
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Feb 5 10:20:20 2020 +0200

    [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
---
 infrastructure-provisioning/terraform/bin/dlab.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/dlab.py 
b/infrastructure-provisioning/terraform/bin/dlab.py
index e1aebd7..b7f0dcd 100644
--- a/infrastructure-provisioning/terraform/bin/dlab.py
+++ b/infrastructure-provisioning/terraform/bin/dlab.py
@@ -1220,6 +1220,8 @@ class AzureEndpointBuilder(AbstractDeployBuilder):
          .add_str('--service_base_name', 'Service base name', group='endpoint')
          .add_str('--resource_group_name', 'Resource group name', 
group='endpoint')
          .add_str('--vpc_id', 'ID of VPC if you already have VPC created.', 
group='endpoint')
+         .add_str('--vpc_cidr', 'CIDR for VPC creation. Conflicts with 
vpc_id.', default='172.31.0.0/16',
+                  group='endpoint')
          .add_str('--subnet_cidr', 'CIDR for Subnet creation. Conflicts with 
vpc_id.', default='172.31.0.0/24',
                   group='endpoint')
          .add_str('--ssn_subnet', 'ID of AWS Subnet if you already have subnet 
created.', group='endpoint')


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

Reply via email to