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/02/18 11:40:24 UTC

[incubator-datalab] branch 2.5.1-tcpc-deployment updated (95271c0 -> cacf52f)

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

lfrolov pushed a change to branch 2.5.1-tcpc-deployment
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from 95271c0  [DATALAB-2708]: fixed tflite-runtime install
     add 543fca1  added tensor-jupyterlab folder and configuration file
     add be281c0  created dockerfile template and description for jupyterlab-tensor notebook
     add 7059728  ensure_venv _libs added
     add 261c5d2  jupyterlab service file in Dockerfile
     add 683ae33  added jupyterlab config function
     add 651f082  Updated description tensorflow-jupyterlab
     add 8359fd8  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add 06d8d2f  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add 780b3e8  fixed conflict ensure_env_lib w/o fab.con
     add 96093f1  service file
     add 1dcca3e  fixed dockerfile
     add 1569e5d  added template to mongo roles
     add d1940a8  added image to datalab ini
     add 04534f4  Template for jupyterlab for tensorflow
     add e4f91ac  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add ade6d93  addition edits for tensor-jupyterlab
     add 465b551  fixed path to configure_tensor-jupyterlab_node
     add e3f8fe0  add java libs for tensor-jupyterlab
     add ab37778  Merge pull request #1417 from denysyankiv/2.5.1-tensor-jupyterlab
     add 675762a  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add 29c7025  added jupyterlab vesrion to datalab ini
     add 7e72ba3  Update datalab.ini
     add 021ba73  Removed deletion comment and changed step naming
     add 9d50f4e  Jupyterlab and tensorflow lite installation as venv pip packages
     add 0e25f80  Jupyterlab,tensorflow,tflite pip install
     add 0c1ebe9  configure jupyterlab function
     add 298f368  tflite version
     add b9b703b  tflite-runtime added
     add b3c4a96  Updated venv pip packages
     add fb74e13  jupyterlab
     add e03a116  jupyterlab
     add bb7f424  errors fixed
     add 4173f13  increase timeout for waiting on docker create project result
     add 2d77662  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add 6960ad1  Added service template to /tmp
     add c5f4bb6  conn.put/cp
     add 339dfb3  fixed  jupyterlab service
     add 5d8101a  updated tflite installation
     add d5d05cf  Jupyterlab config
     new cacf52f  merged 2.5.1-tensor-jupyterlab into 2.5.1-tcpc-deployment

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/datalab.ini                   |  6 +-
 ...sor_Dockerfile => tensor-jupyterlab_Dockerfile} |  6 +-
 ...ion.json => tensor-jupyterlab_description.json} | 12 ++--
 .../src/general/lib/os/fab.py                      | 67 ++++++++++++++++++++++
 .../src/general/scripts/aws/ssn_configure.py       |  1 +
 ...configure.py => tensor-jupyterlab_configure.py} | 28 ++-------
 .../general/scripts/os/common_clean_instance.py    | 26 +++++++++
 .../aws/jenkins_jobs/create_data_engine/config.xml |  1 +
 .../jenkins_jobs/create_notebook_server/config.xml |  1 +
 .../jenkins_jobs/start_notebook_server/config.xml  |  1 +
 .../jenkins_jobs/stop_notebook_server/config.xml   |  1 +
 .../terminate_notebook_server/config.xml           |  1 +
 .../jupyterlab-notebook.service}                   | 12 ++--
 .../src/ssn/files/aws/mongo_roles.json             | 10 ++++
 .../src/ssn/scripts/docker_build.py                | 15 ++---
 .../src/{tensor => tensor-jupyterlab}/fabfile.py   |  2 +-
 .../scripts/configure_tensor-jupyterlab_node.py}   | 27 ++++++---
 .../terraform/bin/deploy/endpoint_fab.py           |  2 +-
 .../terraform/gcp/endpoint/provisioning.py         |  7 +++
 .../core/commands/CommandExecutorMock.java         |  3 +-
 .../backendapi/domain/NotebookTemplate.java        |  1 +
 .../service/impl/LibraryServiceImpl.java           |  2 +-
 .../epam/datalab/backendapi/util/BillingUtils.java |  2 +-
 .../src/main/resources/mongo/aws/mongo_roles.json  | 12 ++++
 24 files changed, 185 insertions(+), 61 deletions(-)
 copy infrastructure-provisioning/src/general/files/aws/{tensor_Dockerfile => tensor-jupyterlab_Dockerfile} (92%)
 copy infrastructure-provisioning/src/general/files/aws/{jupyterlab_description.json => tensor-jupyterlab_description.json} (76%)
 copy infrastructure-provisioning/src/general/scripts/aws/{tensor_configure.py => tensor-jupyterlab_configure.py} (94%)
 copy infrastructure-provisioning/src/general/templates/os/{redhat/jupyter-notebook.service => debian/jupyterlab-notebook.service} (83%)
 copy infrastructure-provisioning/src/{tensor => tensor-jupyterlab}/fabfile.py (98%)
 copy infrastructure-provisioning/src/{tensor/scripts/configure_tensor_node.py => tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py} (87%)

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


[incubator-datalab] 01/01: merged 2.5.1-tensor-jupyterlab into 2.5.1-tcpc-deployment

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

lfrolov pushed a commit to branch 2.5.1-tcpc-deployment
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit cacf52f3f676a7da0341830d7a5e7773df848858
Merge: 95271c0 d5d05cf
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 18 13:40:05 2022 +0200

    merged 2.5.1-tensor-jupyterlab into 2.5.1-tcpc-deployment

 .../src/general/conf/datalab.ini                   |   6 +-
 .../general/files/aws/tensor-jupyterlab_Dockerfile |  45 +++
 .../files/aws/tensor-jupyterlab_description.json   |  27 ++
 .../src/general/lib/os/fab.py                      |  67 ++++
 .../src/general/scripts/aws/ssn_configure.py       |   1 +
 .../scripts/aws/tensor-jupyterlab_configure.py     | 338 +++++++++++++++++++++
 .../general/scripts/os/common_clean_instance.py    |  26 ++
 .../aws/jenkins_jobs/create_data_engine/config.xml |   1 +
 .../jenkins_jobs/create_notebook_server/config.xml |   1 +
 .../jenkins_jobs/start_notebook_server/config.xml  |   1 +
 .../jenkins_jobs/stop_notebook_server/config.xml   |   1 +
 .../terminate_notebook_server/config.xml           |   1 +
 .../os/debian/jupyterlab-notebook.service          |  35 +++
 .../src/ssn/files/aws/mongo_roles.json             |  10 +
 .../src/ssn/scripts/docker_build.py                |  15 +-
 .../src/tensor-jupyterlab/fabfile.py               | 254 ++++++++++++++++
 .../scripts/configure_tensor-jupyterlab_node.py    | 170 +++++++++++
 .../terraform/bin/deploy/endpoint_fab.py           |   2 +-
 .../terraform/gcp/endpoint/provisioning.py         |   7 +
 .../core/commands/CommandExecutorMock.java         |   3 +-
 .../backendapi/domain/NotebookTemplate.java        |   1 +
 .../service/impl/LibraryServiceImpl.java           |   2 +-
 .../epam/datalab/backendapi/util/BillingUtils.java |   2 +-
 .../src/main/resources/mongo/aws/mongo_roles.json  |  12 +
 24 files changed, 1015 insertions(+), 13 deletions(-)


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