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

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


    from fafb734  DLAB-000 added project service to provision conf
     new 21a9bb0  DLAB-608 changed error message for scheduler validation
     new f904b85  project creatin (subnet creation)
     new 898cf49  project creatin (subnet creation) (project_Dockerfile added)
     new b8846a4  project creatin (subnet creation) (ssn_configure.py updated)
     new 070eb58  project creatin (subnet creation) (project_description.json 
added)
     new 883293a  project creatin (subnet creation) (/project_prepare.py fixed)
     new 2d53c68  project creatin (subnet creation) (/project_prepare.py fixed)
     new 6fbb237  project creatin (subnet creation) (/project_prepare.py fixed)
     new 08d5273  project creatin (subnet creation) (/project_prepare.py fixed)
     new 381d656  project creatin (subnet creation) (/project_prepare.py fixed; 
create.py fixed)
     new f8049c5  project creatin (/project_prepare.py fixed; 
edge_associate_elastic_ip.py fixed; project_Dockerfile fixed)
     new 962891d  project creatin (/project_prepare.py fixed)
     new ec4422e  Merge branch 'myDLAB-748' into DLAB-748
     new bf6c325  fabfile updated edge_configure updated project_prepare fixed 
project_terminate created
     new a1a60ba  proxy setting updated user key uploading updated
     new 90fc211  project terminate updated
     new ea20f10  create.py fixed adge_associate_elastic_ip.py fixed
     new 12c7d8d  project_name instead edge_user_name fixed
     new f63b446  project_name instead edge_user_name fixed in api and others
     new cadbaf3  bug fixed
     new f4b18fc  project termination bug fixed
     new d90deeb  Merge pull request #128 from bodnarmykola/DLAB-748

The 6215 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/base/scripts/install_user_key.py           |   5 +-
 .../edge/scripts/configure_nginx_reverse_proxy.py  |   3 +-
 .../{dataengine-service.conf => emr.conf}          |   0
 .../src/edge/templates/nginx.conf                  |   8 +-
 .../src/general/api/check_inactivity.py            |   4 +-
 .../src/general/api/configure.py                   |   4 +-
 .../src/general/api/create.py                      |   4 +-
 .../src/general/api/create_image.py                |   4 +-
 .../src/general/api/git_creds.py                   |   4 +-
 .../src/general/api/install_libs.py                |   4 +-
 .../src/general/api/list_libs.py                   |   8 +-
 .../src/general/api/reconfigure_spark.py           |   4 +-
 .../src/general/api/recreate.py                    |   4 +-
 .../src/general/api/reupload_key.py                |   4 +-
 .../src/general/api/start.py                       |   4 +-
 .../src/general/api/status.py                      |   4 +-
 .../src/general/api/stop.py                        |   4 +-
 .../src/general/api/terminate.py                   |   4 +-
 .../src/general/api/terminate_image.py             |   4 +-
 .../src/general/files/aws/base_Dockerfile          |   3 +-
 .../src/general/files/aws/edge_description.json    |   4 -
 .../aws/{edge_Dockerfile => project_Dockerfile}    |   4 +-
 .../src/general/files/aws/project_description.json |   4 +
 .../src/general/lib/os/debian/edge_lib.py          |   2 +-
 .../src/general/lib/os/redhat/edge_lib.py          |   2 +-
 .../scripts/aws/common_create_notebook_image.py    |   8 +-
 ...common_notebook_configure_dataengine-service.py |   8 +-
 .../aws/common_notebook_configure_dataengine.py    |   6 +-
 .../general/scripts/aws/common_prepare_notebook.py |  15 +-
 .../general/scripts/aws/common_start_notebook.py   |   2 +-
 .../general/scripts/aws/common_stop_notebook.py    |   4 +-
 .../scripts/aws/common_terminate_notebook.py       |   4 +-
 .../scripts/aws/dataengine-service_configure.py    |  16 +-
 .../scripts/aws/dataengine-service_create.py       |  18 +-
 .../scripts/aws/dataengine-service_install_libs.py |   2 +-
 .../scripts/aws/dataengine-service_list_libs.py    |   2 +-
 .../scripts/aws/dataengine-service_prepare.py      |  18 +-
 .../scripts/aws/dataengine-service_terminate.py    |   4 +-
 .../general/scripts/aws/dataengine_configure.py    |  16 +-
 .../src/general/scripts/aws/dataengine_prepare.py  |  14 +-
 .../src/general/scripts/aws/dataengine_start.py    |   6 +-
 .../src/general/scripts/aws/dataengine_stop.py     |   6 +-
 .../general/scripts/aws/dataengine_terminate.py    |   6 +-
 .../general/scripts/aws/deeplearning_configure.py  |  12 +-
 .../scripts/aws/edge_associate_elastic_ip.py       |   2 +-
 .../src/general/scripts/aws/edge_configure.py      |  63 ++--
 .../src/general/scripts/aws/edge_start.py          |   4 +-
 .../src/general/scripts/aws/edge_status.py         |   2 +-
 .../src/general/scripts/aws/edge_stop.py           |   4 +-
 .../src/general/scripts/aws/jupyter_configure.py   |  12 +-
 .../jupyter_dataengine-service_create_configs.py   |   4 +-
 .../jupyter_install_dataengine-service_kernels.py  |   4 +-
 .../aws/{edge_prepare.py => project_prepare.py}    | 378 +++++++++++----------
 .../{edge_terminate.py => project_terminate.py}    |  46 +--
 .../src/general/scripts/aws/rstudio_configure.py   |  12 +-
 .../rstudio_dataengine-service_create_configs.py   |   2 +-
 .../rstudio_install_dataengine-service_kernels.py  |   4 +-
 .../src/general/scripts/aws/ssn_configure.py       |   2 +-
 .../scripts/aws/tensor-rstudio_configure.py        |  14 +-
 .../src/general/scripts/aws/tensor_configure.py    |  14 +-
 .../src/general/scripts/aws/zeppelin_configure.py  |  12 +-
 .../zeppelin_dataengine-service_create_configs.py  |   6 +-
 .../zeppelin_install_dataengine-service_kernels.py |   6 +-
 .../general/scripts/os/common_clean_instance.py    |   4 +-
 .../general/scripts/os/dataengine_install_libs.py  |   2 +-
 .../src/general/scripts/os/dataengine_list_libs.py |   2 +-
 .../scripts/os/dataengine_reconfigure_spark.py     |   2 +-
 .../src/general/scripts/os/notebook_git_creds.py   |   2 +-
 .../scripts/os/notebook_inactivity_check.py        |   4 +-
 .../general/scripts/os/notebook_install_libs.py    |   2 +-
 .../src/general/scripts/os/notebook_list_libs.py   |   2 +-
 .../scripts/os/notebook_reconfigure_spark.py       |   2 +-
 .../src/{ssn => project}/fabfile.py                |  37 +-
 .../scripts/configure_http_proxy.py                |   0
 .../scripts/configure_nginx_reverse_proxy.py       |  20 +-
 .../{edge => project}/scripts/reupload_ssh_key.py  |   0
 .../{edge => project}/templates/conf.d/proxy.conf  |   0
 .../templates/locations/dataengine-service.conf    |   0
 .../templates/locations/jupyter.conf               |   0
 .../templates/locations/rstudio.conf               |   0
 .../templates/locations/spark.conf                 |   0
 .../templates/locations/tensor.conf                |   0
 .../templates/locations/ungit.conf                 |   0
 .../templates/locations/zeppelin.conf              |   0
 .../src/{edge => project}/templates/nginx.conf     |  20 +-
 .../src/{edge => project}/templates/nginx_debian   |   0
 .../src/{edge => project}/templates/nginx_redhat   |   0
 .../src/{edge => project}/templates/squid.conf     |   0
 infrastructure-provisioning/src/tensor/fabfile.py  |  24 +-
 .../annotation/SchedulerJobDTOValid.java           |   2 +-
 90 files changed, 505 insertions(+), 477 deletions(-)
 copy 
infrastructure-provisioning/src/edge/templates/locations/{dataengine-service.conf
 => emr.conf} (100%)
 delete mode 100644 
infrastructure-provisioning/src/general/files/aws/edge_description.json
 rename infrastructure-provisioning/src/general/files/aws/{edge_Dockerfile => 
project_Dockerfile} (94%)
 create mode 100644 
infrastructure-provisioning/src/general/files/aws/project_description.json
 rename infrastructure-provisioning/src/general/scripts/aws/{edge_prepare.py => 
project_prepare.py} (51%)
 rename infrastructure-provisioning/src/general/scripts/aws/{edge_terminate.py 
=> project_terminate.py} (64%)
 copy infrastructure-provisioning/src/{ssn => project}/fabfile.py (59%)
 copy infrastructure-provisioning/src/{edge => 
project}/scripts/configure_http_proxy.py (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/scripts/configure_nginx_reverse_proxy.py (76%)
 copy infrastructure-provisioning/src/{edge => 
project}/scripts/reupload_ssh_key.py (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/conf.d/proxy.conf (100%)
 rename infrastructure-provisioning/src/{edge => 
project}/templates/locations/dataengine-service.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/jupyter.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/rstudio.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/spark.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/tensor.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/ungit.conf (100%)
 copy infrastructure-provisioning/src/{edge => 
project}/templates/locations/zeppelin.conf (100%)
 copy infrastructure-provisioning/src/{edge => project}/templates/nginx.conf 
(81%)
 copy infrastructure-provisioning/src/{edge => project}/templates/nginx_debian 
(100%)
 copy infrastructure-provisioning/src/{edge => project}/templates/nginx_redhat 
(100%)
 copy infrastructure-provisioning/src/{edge => project}/templates/squid.conf 
(100%)


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

Reply via email to