You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/08 11:14:26 UTC

[incubator-datalab] 01/01: Merge pull request #1716 from apache/DATALAB-1408

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-datalab.git

commit 58963ccaece59ccfbe14afab564696c3caabc90f
Merge: d74050055 3767646bd
Author: Leonid Frolov <51...@users.noreply.github.com>
AuthorDate: Thu Sep 8 14:14:18 2022 +0300

    Merge pull request #1716 from apache/DATALAB-1408
    
    [DATALAB-1408]: added HDinsight creation/termination

 .../src/base/scripts/install_prerequisites.py      |   2 +-
 .../src/dataengine-service/fabfile.py              |  10 +-
 .../src/general/files/azure/base_Dockerfile        |   2 +-
 .../files/azure/dataengine-service_Dockerfile      |  39 +++++
 .../azure/dataengine-service_description.json      |  20 +++
 .../src/general/lib/azure/actions_lib.py           |  69 ++++++--
 .../src/general/lib/azure/meta_lib.py              |  36 +++++
 .../src/general/lib/gcp/meta_lib.py                |   2 +-
 .../scripts/aws/dataengine-service_configure.py    |   1 +
 .../scripts/aws/dataengine-service_prepare.py      |   1 +
 .../scripts/azure/common_create_storage_account.py |   7 +-
 .../scripts/azure/dataengine-service_configure.py  | 108 +++++++++++++
 .../scripts/azure/dataengine-service_create.py     | 176 +++++++++++++++++++++
 .../scripts/azure/dataengine-service_prepare.py    | 169 ++++++++++++++++++++
 .../scripts/azure/dataengine-service_terminate.py  |  93 +++++++++++
 .../src/general/scripts/azure/project_terminate.py |  38 ++++-
 .../src/general/scripts/azure/ssn_configure.py     |   3 +-
 .../src/general/scripts/azure/ssn_terminate.py     |  10 ++
 .../scripts/gcp/dataengine-service_create.py       |   2 +-
 .../scripts/gcp/dataengine-service_prepare.py      |   6 +
 .../src/ssn/scripts/docker_build.py                |   5 +-
 .../src/ssn/scripts/gitlab_deploy.py               |   2 +-
 22 files changed, 766 insertions(+), 35 deletions(-)


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