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/09/27 11:05:45 UTC

[incubator-dlab] branch DLAB-edge updated (18181f4 -> c13d3e6)

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

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


    from 18181f4  [DLAB-edge] Created terraform scripts for project deployment[GCP]
     add c13d3e6  [DLAB-edge] Created terraform scripts for project deployment[Azure]

No new revisions were added by this update.

Summary of changes:
 .../azure/computational_resources/main/main.tf     |  39 +-
 .../computational_resources/main/variables.tf      |  21 +
 .../modules/common/network.tf                      | 117 ------
 .../modules/common/variables.tf                    |  48 ---
 .../modules/notebook => project/main}/instance.tf  |  65 +--
 .../{aws/endpoint => azure/project}/main/main.tf   |   9 +-
 .../terraform/azure/project/main/network.tf        | 442 +++++++++++++++++++++
 .../modules/notebook => project/main}/variables.tf |  94 ++++-
 .../gcp/computational_resources/main/main.tf       |  21 +
 9 files changed, 593 insertions(+), 263 deletions(-)
 delete mode 100644 infrastructure-provisioning/terraform/azure/computational_resources/modules/common/network.tf
 delete mode 100644 infrastructure-provisioning/terraform/azure/computational_resources/modules/common/variables.tf
 copy infrastructure-provisioning/terraform/azure/{computational_resources/modules/notebook => project/main}/instance.tf (61%)
 copy infrastructure-provisioning/terraform/{aws/endpoint => azure/project}/main/main.tf (84%)
 create mode 100644 infrastructure-provisioning/terraform/azure/project/main/network.tf
 copy infrastructure-provisioning/terraform/azure/{computational_resources/modules/notebook => project/main}/variables.tf (52%)


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