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/13 10:38:25 UTC

[incubator-dlab] branch DLAB-terraform updated (a7efd37 -> 61006fa)

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 a7efd37  Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-terraform
     add 292443f  Added Endpoint for GCP by infrastructure-provisioning/terraform/gcp/endpoint
     add 8bdb086  Update provisioning.yml
     new 61006fa  Merge pull request #303 from apache/merge_gcp_endpoint_terraform

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:
 .../{bin/deploy => gcp/endpoint}/daemon.json       |  10 +-
 .../terraform/gcp/endpoint/main/iam.tf             |  49 ++++
 .../{aws => gcp}/endpoint/main/instance.tf         |  53 ++--
 .../gcp/{ssn-gke => endpoint}/main/main.tf         |   4 +-
 .../terraform/gcp/endpoint/main/network.tf         |  74 +++++
 .../terraform/gcp/endpoint/main/variables.tf       | 144 ++++++++++
 .../endpoint/provisioning.py}                      |  37 ++-
 .../{bin/deploy => gcp/endpoint}/provisioning.yml  | 302 ++++++++++-----------
 .../deploy => gcp/endpoint}/supervisor_svc.conf    |   0
 9 files changed, 478 insertions(+), 195 deletions(-)
 copy infrastructure-provisioning/terraform/{bin/deploy => gcp/endpoint}/daemon.json (69%)
 create mode 100644 infrastructure-provisioning/terraform/gcp/endpoint/main/iam.tf
 copy infrastructure-provisioning/terraform/{aws => gcp}/endpoint/main/instance.tf (50%)
 copy infrastructure-provisioning/terraform/gcp/{ssn-gke => endpoint}/main/main.tf (92%)
 create mode 100644 infrastructure-provisioning/terraform/gcp/endpoint/main/network.tf
 create mode 100644 infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf
 copy infrastructure-provisioning/terraform/{bin/deploy/endpoint_fab.py => gcp/endpoint/provisioning.py} (93%)
 copy infrastructure-provisioning/terraform/{bin/deploy => gcp/endpoint}/provisioning.yml (95%)
 copy infrastructure-provisioning/terraform/{bin/deploy => gcp/endpoint}/supervisor_svc.conf (100%)


---------------------------------------------------------------------
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 #303 from apache/merge_gcp_endpoint_terraform

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 61006fa2725264661ba688f28dc05c6c4cdad9f4
Merge: a7efd37 8bdb086
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 13 13:38:21 2019 +0300

    Merge pull request #303 from apache/merge_gcp_endpoint_terraform
    
    Added Endpoint for GCP by

 .../terraform/gcp/endpoint/daemon.json             |   5 +
 .../terraform/gcp/endpoint/main/iam.tf             |  49 ++
 .../terraform/gcp/endpoint/main/instance.tf        |  60 +++
 .../terraform/gcp/endpoint/main/main.tf            |  27 ++
 .../terraform/gcp/endpoint/main/network.tf         |  74 +++
 .../terraform/gcp/endpoint/main/variables.tf       | 144 ++++++
 .../terraform/gcp/endpoint/provisioning.py         | 495 +++++++++++++++++++++
 .../terraform/gcp/endpoint/provisioning.yml        | 151 +++++++
 .../terraform/gcp/endpoint/supervisor_svc.conf     |  35 ++
 9 files changed, 1040 insertions(+)


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