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

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


The following commit(s) were added to refs/heads/DLAB-1411 by this push:
     new 72e7e2b  debug
72e7e2b is described below

commit 72e7e2b68f905c8b6afa064517f81424ad3716d9
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Tue Dec 24 13:24:43 2019 +0200

    debug
---
 infrastructure-provisioning/scripts/deploy_dlab.py    | 2 +-
 infrastructure-provisioning/src/general/conf/dlab.ini | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py 
b/infrastructure-provisioning/scripts/deploy_dlab.py
index 79dae49..9438873 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -80,7 +80,7 @@ parser.add_argument('--conf_key_name', type=str, default='', 
help='Admin key nam
 parser.add_argument('--workspace_path', type=str, default='', help='Admin key 
name (WITHOUT ".pem")')
 parser.add_argument('--conf_tag_resource_id', type=str, default='dlab', 
help='The name of user tag')
 parser.add_argument('--conf_billing_tag', type=str, default='dlab', 
help='Billing tag')
-parser.add_argument('--aws_ssn_instance_size', type=str, default='t2.xlarge', 
help='The SSN instance shape')
+parser.add_argument('--aws_ssn_instance_size', type=str, default='t2.large', 
help='The SSN instance shape')
 parser.add_argument('--azure_ssn_instance_size', type=str, 
default='Standard_DS2_v2', help='The SSN instance shape')
 parser.add_argument('--gcp_ssn_instance_size', type=str, 
default='n1-standard-2', help='The SSN instance shape')
 parser.add_argument('--aws_account_id', type=str, default='', help='The ID of 
Amazon account')
diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini 
b/infrastructure-provisioning/src/general/conf/dlab.ini
index 8defe61..030b936 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -93,7 +93,7 @@ billing_tag_value = dlab
 ### Prefix of the private subnet
 private_subnet_prefix = 24
 ### EC2 instance type for SSN
-ssn_instance_size = t2.xlarge
+ssn_instance_size = t2.large
 ### EC2 instance type for EDGE
 edge_instance_size = t2.medium
 ### Amazon region name for whole dlab provisioning
@@ -192,7 +192,7 @@ dlab_path = /opt/dlab/
 ### Elastic IP which will be associated with SSN node
 # elastic_ip =
 ### Version of Docker to be installed on SSN
-docker_version = 17.09.0
+docker_version = 17.12.1
 ### Name of hosted zone for Route53
 # hosted_zone_name =
 ### ID of hosted zone


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

Reply via email to