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/09/25 08:52:13 UTC

[incubator-dlab] branch DLAB-terraform updated (ae25ab5 -> 0054c6d)

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

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


    from ae25ab5  removed unimportant parameters;
     add d37e478  [DLAB-edge] Created terraform scripts for project deployment
     new 0054c6d  Merge pull request #319 from apache/DLAB-edge

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:
 .../main/files/edge-assume-policy.json}            |   0
 .../main/files/edge-policy.json}                   |   0
 .../main/files/nb-assume-policy.json}              |   0
 .../aws/project/main/files/nb-policy.json          |  43 ++++
 .../terraform/aws/project/main/iam.tf              | 108 ++++++++
 .../aws/{endpoint => project}/main/instance.tf     |  29 ++-
 .../aws/{endpoint => project}/main/main.tf         |   5 +-
 .../terraform/aws/project/main/network.tf          | 275 +++++++++++++++++++++
 .../variables.tf => project/main/variales.tf}      |  34 ++-
 9 files changed, 466 insertions(+), 28 deletions(-)
 copy infrastructure-provisioning/terraform/aws/{ssn-k8s/main/files/assume-policy.json => project/main/files/edge-assume-policy.json} (100%)
 copy infrastructure-provisioning/terraform/aws/{endpoint/main/files/endpoint-policy.json => project/main/files/edge-policy.json} (100%)
 copy infrastructure-provisioning/terraform/aws/{ssn-k8s/main/files/assume-policy.json => project/main/files/nb-assume-policy.json} (100%)
 create mode 100644 infrastructure-provisioning/terraform/aws/project/main/files/nb-policy.json
 create mode 100644 infrastructure-provisioning/terraform/aws/project/main/iam.tf
 copy infrastructure-provisioning/terraform/aws/{endpoint => project}/main/instance.tf (60%)
 copy infrastructure-provisioning/terraform/aws/{endpoint => project}/main/main.tf (99%)
 create mode 100644 infrastructure-provisioning/terraform/aws/project/main/network.tf
 copy infrastructure-provisioning/terraform/aws/{computational_resources/modules/data_engine/variables.tf => project/main/variales.tf} (77%)


---------------------------------------------------------------------
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 #319 from apache/DLAB-edge

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

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

commit 0054c6d9eef260269d155f56b86919bcc1d677b9
Merge: ae25ab5 d37e478
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Sep 25 11:52:09 2019 +0300

    Merge pull request #319 from apache/DLAB-edge
    
    [DLAB-edge] Created terraform scripts for project deployment

 .../aws/project/main/files/edge-assume-policy.json |  13 +
 .../aws/project/main/files/edge-policy.json        | 123 +++++++++
 .../aws/project/main/files/nb-assume-policy.json   |  13 +
 .../aws/project/main/files/nb-policy.json          |  43 ++++
 .../terraform/aws/project/main/iam.tf              | 108 ++++++++
 .../terraform/aws/project/main/instance.tf         |  50 ++++
 .../terraform/aws/project/main/main.tf             |  27 ++
 .../terraform/aws/project/main/network.tf          | 275 +++++++++++++++++++++
 .../terraform/aws/project/main/variales.tf         |  64 +++++
 9 files changed, 716 insertions(+)


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