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/27 12:37:18 UTC

[incubator-dlab] branch DLAB-1028 updated (755db4d -> 1b49b4c)

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

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


    from 755db4d  Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028
     add 81c957e  DLAB-000 changed create project dto field name
     add b2472f7  [DLAB-edge] Added terraform scripts for project creation [Azure]
     add 74239e8  [DLAB-edge] Added terraform scripts for project creation [Azure]
     add 72c33e0  DLAB-000 replaced dto property for use shared images
     new 1b49b4c  Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

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:
 .../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 |  38 +-
 .../epam/dlab/dto/project/ProjectCreateDTO.java    |   3 +-
 .../java/com/epam/dlab/rest/contracts/KeyAPI.java  |   2 +-
 .../epam/dlab/backendapi/util/RequestBuilder.java  |   2 +-
 11 files changed, 526 insertions(+), 260 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 (87%)


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


[incubator-dlab] 01/01: Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

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

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

commit 1b49b4c707eeae35ef699e7c8326bb4db8cc9f7b
Merge: 755db4d 72c33e0
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 27 15:37:08 2019 +0300

    Merge branch 'DLAB-terraform' of github.com:apache/incubator-dlab into DLAB-1028

 .../azure/computational_resources/main/main.tf     |  39 +-
 .../computational_resources/main/variables.tf      |  21 +
 .../modules/common/network.tf                      | 117 ------
 .../terraform/azure/project/main/instance.tf       |  98 +++++
 .../common/variables.tf => project/main/main.tf}   |  33 +-
 .../terraform/azure/project/main/network.tf        | 442 +++++++++++++++++++++
 .../modules/common => project/main}/variables.tf   |  66 ++-
 .../epam/dlab/dto/project/ProjectCreateDTO.java    |   3 +-
 .../java/com/epam/dlab/rest/contracts/KeyAPI.java  |   2 +-
 .../epam/dlab/backendapi/util/RequestBuilder.java  |   2 +-
 10 files changed, 651 insertions(+), 172 deletions(-)


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