This is an automated email from the ASF dual-hosted git repository. olehmykolaishyn pushed a commit to branch gcp-template-1-source-copy in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 551af8e3ffd6a50b577f5a9152709f2bead7544b Merge: 6f18391 9c1d4f9 Author: Oleh Mykolaishyn <[email protected]> AuthorDate: Fri Apr 1 15:26:14 2022 +0300 Merge pull request #1480 from apache/gcp-template-1-test-copy Gcp template 1 test copy .../scripts/deploy_datalab.py | 2 + .../src/edge/templates/locations/jupyter-gpu.conf | 29 ++ .../src/general/conf/datalab.ini | 4 +- .../src/general/files/gcp/jupyter-gpu_Dockerfile | 54 ++++ .../general/files/gcp/jupyter-gpu_description.json | 18 ++ .../src/general/lib/os/debian/notebook_lib.py | 7 +- .../src/general/lib/os/fab.py | 23 +- .../general/scripts/gcp/common_prepare_notebook.py | 5 + .../general/scripts/gcp/jupyter-gpu_configure.py | 322 +++++++++++++++++++++ .../src/general/scripts/gcp/ssn_configure.py | 1 + .../src/jupyter-gpu/fabfile.py | 255 ++++++++++++++++ .../scripts/configure_jupyter-gpu_node.py | 159 ++++++++++ .../project/templates/locations/jupyter-gpu.conf | 29 ++ .../src/ssn/files/gcp/mongo_roles.json | 30 ++ .../src/ssn/scripts/docker_build.py | 7 +- .../terraform/bin/deploy/endpoint_fab.py | 2 +- .../terraform/gcp/endpoint/provisioning.py | 2 + .../core/commands/CommandExecutorMock.java | 1 + .../backendapi/domain/NotebookTemplate.java | 1 + .../service/impl/LibraryServiceImpl.java | 4 +- .../epam/datalab/backendapi/util/BillingUtils.java | 2 +- .../src/main/resources/mongo/gcp/mongo_roles.json | 36 +++ .../resources/webapp/src/app/core/models/index.ts | 2 + .../core/models/{index.ts => templates-name.ts} | 12 +- .../webapp/src/app/core/util/helpUtils.ts | 13 +- .../create-environment.component.html | 147 +++++----- .../create-environment.component.ts | 33 ++- .../resources-grid/resources-grid.component.html | 131 ++++----- 28 files changed, 1154 insertions(+), 177 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
