You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/03/21 14:11:07 UTC

[incubator-dlab] branch develop updated (e5f26c6 -> 0ff5153)

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

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


    from e5f26c6  Merge pull request #49 from apache/DLAB-483
     new e3db50b  [DLAB-318] partial changes to use GCP images. - create image after provision notebook - check if image exist - run notebook from image
     new 92e1ce1  [DLAB-318] partial changes to use GCP images. - add role policies - terminate image on env termination - run notebook(two disks) from image - small fixes - refactor termination script
     new 5dc35b7  [DLAB-318] final partial changes to use GCP images. - one more role permission - add shared image steps for other notebooks - remove image on notebook configure step
     new 1455168  typo fix
     new 919389b  typo fix
     new fc58499  typo fix
     new 345c332  Merge branch 'develop' into DLAB-285
     new 0ff5153  Merge pull request #51 from ioleksandr/DLAB-285

The 5677 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/files/gcp/ssn_policy.json          |  7 ++-
 .../src/general/lib/gcp/actions_lib.py             | 51 +++++++++++++++++-----
 .../src/general/lib/gcp/meta_lib.py                | 41 ++++++++++++-----
 .../general/scripts/gcp/common_create_instance.py  |  7 +--
 .../general/scripts/gcp/common_prepare_notebook.py | 36 ++++++++++++---
 .../general/scripts/gcp/deeplearning_configure.py  | 31 ++++++++++++-
 .../src/general/scripts/gcp/jupyter_configure.py   | 31 +++++++++++++
 .../src/general/scripts/gcp/rstudio_configure.py   | 34 ++++++++++++++-
 .../scripts/gcp/ssn_terminate_gcp_resources.py     | 10 +++++
 .../src/general/scripts/gcp/tensor_configure.py    | 34 ++++++++++++++-
 .../src/general/scripts/gcp/zeppelin_configure.py  | 35 ++++++++++++++-
 11 files changed, 281 insertions(+), 36 deletions(-)


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