You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/07/18 07:49:27 UTC

[incubator-dlab] branch DLAB-433 updated (24b335d -> aad2b93)

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

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


    from 24b335d  [DLAB-433] Updated jupyterlab image id
     add 81dda0e  [DLAB-433] Updated image ID
     add 22202c4  [DLAB-627] Created jupyter-docker templete form GCP
     add a89e7ab  [DLAB-627] Bugfix
     add 00f687f  [DLAB-627] Bugfix
     add 24b3904  [DLAB-627] Bugfixing
     new aad2b93  Merge pull request #168 from apache/DLAB-627

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:
 .../files/{aws => gcp}/jupyter-docker_Dockerfile   |  2 +-
 ...iption.json => jupyter-docker_description.json} |  6 +--
 .../src/general/scripts/gcp/edge_prepare.py        |  4 +-
 ...er_configure.py => jupyter-docker_configure.py} | 61 ++++++++++++++++++----
 .../src/general/scripts/gcp/ssn_configure.py       |  1 +
 .../general/scripts/os/get_list_available_pkgs.py  |  4 +-
 .../general/scripts/os/jupyter_container_start.py  |  4 +-
 .../jenkins_jobs/create_notebook_server/config.xml |  1 +
 .../jenkins_jobs/manage_git_credentials/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 +
 .../src/ssn/files/gcp/mongo_roles.json             | 10 ++++
 .../src/ssn/templates/docker_build.py              |  1 +
 14 files changed, 78 insertions(+), 20 deletions(-)
 copy infrastructure-provisioning/src/general/files/{aws => gcp}/jupyter-docker_Dockerfile (97%)
 copy infrastructure-provisioning/src/general/files/gcp/{rstudio_description.json => jupyter-docker_description.json} (89%)
 copy infrastructure-provisioning/src/general/scripts/gcp/{jupyter_configure.py => jupyter-docker_configure.py} (85%)


---------------------------------------------------------------------
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 #168 from apache/DLAB-627

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

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

commit aad2b933a6b446c50538ae827fc97033fad91796
Merge: 24b335d 24b3904
Author: Demyan Mysakovets <34...@users.noreply.github.com>
AuthorDate: Thu Jul 18 10:49:23 2019 +0300

    Merge pull request #168 from apache/DLAB-627
    
    [DLAB-627] Created jupyterlab templete for GCP

 .../general/files/gcp/jupyter-docker_Dockerfile    |  48 ++++
 .../files/gcp/jupyter-docker_description.json      |  33 +++
 .../src/general/scripts/gcp/edge_prepare.py        |   4 +-
 .../scripts/gcp/jupyter-docker_configure.py        | 320 +++++++++++++++++++++
 .../src/general/scripts/gcp/ssn_configure.py       |   1 +
 .../general/scripts/os/get_list_available_pkgs.py  |   4 +-
 .../general/scripts/os/jupyter_container_start.py  |   4 +-
 .../jenkins_jobs/create_notebook_server/config.xml |   1 +
 .../jenkins_jobs/manage_git_credentials/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 +
 .../src/ssn/files/gcp/mongo_roles.json             |  10 +
 .../src/ssn/templates/docker_build.py              |   1 +
 14 files changed, 424 insertions(+), 6 deletions(-)


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