You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/02/12 09:49:19 UTC

[incubator-dlab] branch develop updated (3ceb493 -> 358f986)

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

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


    from 3ceb493  Merge pull request #594 from leonidfrolov/develop
     add c32f80d  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add c110950  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add ca9ad21  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add c22ecd7  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add 8a7830c  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add 7f86e01  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
     add e19aec1  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 28dbde9  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add fbc2ed2  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add db9264d  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add d07e834  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 07e713c  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 882a9e6  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add f57ea18  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add b39ee4c  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 15a5288  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 668ed46  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 4200b8b  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add f5c21a5  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add b20d09d  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 96ce0cb  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 853a083  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add ae860d9  Added missed parameters
     add 3f06079  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 5a183c6  Merge remote-tracking branch 'origin/DLAB-1467' into DLAB-1467
     add 0b16e34  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add fc05b59  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add d42fe44  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 3d65876  Added azure auth file config
     add ca182bc  Merge remote-tracking branch 'origin/DLAB-1467' into DLAB-1467
     add fc22e2a  [DLAB-1467]: Added terraform scripts for deploying DLab endpoint
     add 596df9f  Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1467
     add 43582b5  [DLAB-1467]: debug
     add d235af9  [DLAB-1467]: debug
     add 549e5ef  Added conf_cloud_provider parameter
     add f4dfe74  Merge remote-tracking branch 'origin/DLAB-1467' into DLAB-1467
     add fefdf67  Added ldap parameters
     add 9882030  Merge remote-tracking branch 'origin/DLAB-1467' into DLAB-1467
     add ed9f676  [DLAB-1467]: added datalake_enabled parameter
     add e77d9f0  Added azure auth file while notebook configure action
     add 4349c4d  Merge remote-tracking branch 'origin/DLAB-1467' into DLAB-1467
     add a295241  [DLAB-1467]: added datalake_enabled parameter
     new 358f986  Merge pull request #595 from apache/DLAB-1467

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:
 .../src/general/conf/dlab.ini                      |  2 +-
 .../src/general/scripts/aws/ssn_configure.py       |  4 +
 .../src/general/scripts/azure/ssn_configure.py     |  4 +
 .../src/general/scripts/gcp/ssn_configure.py       |  4 +
 .../terraform/azure/endpoint/main/instance.tf      | 70 ++++++++++++++++
 .../azure/{project => endpoint}/main/main.tf       | 28 +++++--
 .../terraform/azure/endpoint/main/network.tf       | 98 ++++++++++++++++++++++
 .../{aws => azure}/endpoint/main/outputs.tf        |  8 +-
 .../terraform/azure/endpoint/main/sg.tf            | 72 ++++++++++++++++
 .../{aws => azure}/endpoint/main/variables.tf      | 57 +++++--------
 .../terraform/bin/deploy/endpoint_fab.py           | 69 ++++++++++-----
 .../terraform/bin/deploy/provisioning.yml          |  1 +
 infrastructure-provisioning/terraform/bin/dlab.py  | 74 +++++++++++++++-
 .../dlab/login/resources/css/login.css             |  1 +
 services/{billing-aws => billing-azure}/Dockerfile |  4 +-
 .../epam/dlab/dto/azure/AzureCloudSettings.java    | 16 ++++
 services/provisioning-service/provisioning.yml     |  1 +
 .../epam/dlab/backendapi/CloudConfiguration.java   |  1 +
 .../backendapi/core/commands/CommandBuilder.java   | 11 ++-
 .../backendapi/core/commands/RunDockerCommand.java |  5 ++
 .../response/handlers/ComputationalConfigure.java  | 42 ++++++----
 .../resources/GitExploratoryResource.java          |  7 ++
 .../dlab/backendapi/resources/ImageResource.java   | 11 ++-
 .../dlab/backendapi/resources/LibraryResource.java | 11 ++-
 .../backendapi/resources/base/EdgeService.java     |  8 ++
 .../resources/base/ExploratoryService.java         |  8 ++
 .../resources/base/InfrastructureService.java      | 43 +++++-----
 .../service/impl/CheckInactivityServiceImpl.java   | 23 ++++-
 .../service/impl/ProjectServiceImpl.java           | 13 ++-
 .../service/impl/SparkClusterService.java          | 27 ++++--
 30 files changed, 604 insertions(+), 119 deletions(-)
 create mode 100644 infrastructure-provisioning/terraform/azure/endpoint/main/instance.tf
 copy infrastructure-provisioning/terraform/azure/{project => endpoint}/main/main.tf (59%)
 create mode 100644 infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
 copy infrastructure-provisioning/terraform/{aws => azure}/endpoint/main/outputs.tf (81%)
 create mode 100644 infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
 copy infrastructure-provisioning/terraform/{aws => azure}/endpoint/main/variables.tf (75%)
 copy services/{billing-aws => billing-azure}/Dockerfile (92%)


---------------------------------------------------------------------
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 #595 from apache/DLAB-1467

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

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

commit 358f98621da52b1abf600c4e56af8a41dcb83d2a
Merge: 3ceb493 a295241
Author: Leonid Frolov <51...@users.noreply.github.com>
AuthorDate: Wed Feb 12 11:49:10 2020 +0200

    Merge pull request #595 from apache/DLAB-1467
    
    [DLAB-1467]: Added Terraform scripts for endpoint deployment on Azure

 .../src/general/conf/dlab.ini                      |  2 +-
 .../src/general/scripts/aws/ssn_configure.py       |  4 +
 .../src/general/scripts/azure/ssn_configure.py     |  4 +
 .../src/general/scripts/gcp/ssn_configure.py       |  4 +
 .../terraform/azure/endpoint/main/instance.tf      | 70 ++++++++++++++++
 .../terraform/azure/endpoint/main/main.tf          | 45 ++++++++++
 .../terraform/azure/endpoint/main/network.tf       | 98 ++++++++++++++++++++++
 .../terraform/azure/endpoint/main/outputs.tf       | 36 ++++++++
 .../terraform/azure/endpoint/main/sg.tf            | 72 ++++++++++++++++
 .../terraform/azure/endpoint/main/variables.tf     | 64 ++++++++++++++
 .../terraform/bin/deploy/endpoint_fab.py           | 69 ++++++++++-----
 .../terraform/bin/deploy/provisioning.yml          |  1 +
 infrastructure-provisioning/terraform/bin/dlab.py  | 74 +++++++++++++++-
 .../dlab/login/resources/css/login.css             |  1 +
 services/billing-azure/Dockerfile                  | 28 +++++++
 .../epam/dlab/dto/azure/AzureCloudSettings.java    | 16 ++++
 services/provisioning-service/provisioning.yml     |  1 +
 .../epam/dlab/backendapi/CloudConfiguration.java   |  1 +
 .../backendapi/core/commands/CommandBuilder.java   | 11 ++-
 .../backendapi/core/commands/RunDockerCommand.java |  5 ++
 .../response/handlers/ComputationalConfigure.java  | 42 ++++++----
 .../resources/GitExploratoryResource.java          |  7 ++
 .../dlab/backendapi/resources/ImageResource.java   | 11 ++-
 .../dlab/backendapi/resources/LibraryResource.java | 11 ++-
 .../backendapi/resources/base/EdgeService.java     |  8 ++
 .../resources/base/ExploratoryService.java         |  8 ++
 .../resources/base/InfrastructureService.java      | 43 +++++-----
 .../service/impl/CheckInactivityServiceImpl.java   | 23 ++++-
 .../service/impl/ProjectServiceImpl.java           | 13 ++-
 .../service/impl/SparkClusterService.java          | 27 ++++--
 30 files changed, 729 insertions(+), 70 deletions(-)


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