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 2019/07/05 13:09:52 UTC

[incubator-dlab] branch DLAB-terraform updated (d23c77f -> 1f7dfc4)

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

dmysakovets pushed a change to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from d23c77f  Merge pull request #138 from apache/DLAB-765
     add 0312a46  added documentation for ssn-k8s terraform module; modified Nexus;
     add 7958b4d  updated Ubuntu AMI to 18.04
     add 0995124  updated Ubuntu AMI to 18.04
     new 1f7dfc4  Merge pull request #139 from apache/DLAB-terraform-ssn-k8s

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.


Summary of changes:
 README.md                                          |  2 +-
 .../scripts/deploy_repository/deploy_repository.py | 12 +++++
 .../templates/configureNexus.groovy                |  2 +-
 .../terraform/aws/main/main.tf                     |  2 +-
 .../terraform/aws/main/variables.tf                |  6 +--
 .../terraform/aws/modules/ssn-k8s/README.md        | 23 ++++++++++
 .../aws/modules/ssn-k8s/auto_scaling_groups.tf     |  4 +-
 .../aws/modules/ssn-k8s/files/masters-user-data.sh | 52 +++++++++++-----------
 .../aws/modules/ssn-k8s/files/workers-user-data.sh | 14 +++---
 .../terraform/aws/modules/ssn-k8s/variables.tf     |  2 +-
 10 files changed, 77 insertions(+), 42 deletions(-)
 create mode 100644 infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md


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


[incubator-dlab] 01/01: Merge pull request #139 from apache/DLAB-terraform-ssn-k8s

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

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

commit 1f7dfc454e2ac2f622f818ba418bb09c4cf21051
Merge: d23c77f 0995124
Author: Demyan Mysakovets <34...@users.noreply.github.com>
AuthorDate: Fri Jul 5 16:09:48 2019 +0300

    Merge pull request #139 from apache/DLAB-terraform-ssn-k8s
    
    Added documentation for SSN-K8S terraform module and updated version of Ubuntu to 18.04

 README.md                                          |  2 +-
 .../scripts/deploy_repository/deploy_repository.py | 12 +++++
 .../templates/configureNexus.groovy                |  2 +-
 .../terraform/aws/main/main.tf                     |  2 +-
 .../terraform/aws/main/variables.tf                |  6 +--
 .../terraform/aws/modules/ssn-k8s/README.md        | 23 ++++++++++
 .../aws/modules/ssn-k8s/auto_scaling_groups.tf     |  4 +-
 .../aws/modules/ssn-k8s/files/masters-user-data.sh | 52 +++++++++++-----------
 .../aws/modules/ssn-k8s/files/workers-user-data.sh | 14 +++---
 .../terraform/aws/modules/ssn-k8s/variables.tf     |  2 +-
 10 files changed, 77 insertions(+), 42 deletions(-)


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