You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/09/28 07:42:25 UTC

[incubator-dlab] 01/01: Merge remote-tracking branch 'remotes/origin/DLAB-2067' into new-datalab-name

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

ofuks pushed a commit to branch new-datalab-name
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit f74c104e51615f22b36ed727083270e273713dc2
Merge: 34a0f0b a30e375
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Sep 24 17:48:02 2020 +0300

    Merge remote-tracking branch 'remotes/origin/DLAB-2067' into new-datalab-name

 CONTRIBUTING.md                                    |   6 +-
 README.md                                          | 380 ++++++++++-----------
 RELEASE_NOTES.md                                   |  16 +-
 USER_GUIDE.md                                      |  58 ++--
 doc/{dlab_aws.png => datalab_aws.png}              | Bin
 doc/{dlab_azure.png => datalab_azure.png}          | Bin
 doc/{dlab_gcp.png => datalab_gcp.png}              | Bin
 .../scripts/POST_DEPLOYMENT.md                     |  10 +-
 .../scripts/{deploy_dlab.py => deploy_datalab.py}  |  48 +--
 .../scripts/deploy_repository/deploy_repository.py |  24 +-
 .../scripts/post-deployment_configuration.py       | 110 +++---
 .../src/base/scripts/install_prerequisites.py      |   4 +-
 .../src/base/scripts/install_user_key.py           |   2 +-
 .../src/dataengine-service/fabfile.py              |   6 +-
 .../src/dataengine/fabfile.py                      |   6 +-
 .../src/dataengine/scripts/configure_dataengine.py |   6 +-
 .../src/deeplearning/fabfile.py                    |   6 +-
 .../scripts/configure_deep_learning_node.py        |   8 +-
 infrastructure-provisioning/src/edge/fabfile.py    |   2 +-
 .../src/edge/scripts/configure_http_proxy.py       |   2 +-
 .../edge/scripts/configure_nginx_reverse_proxy.py  |   2 +-
 .../src/edge/scripts/reupload_ssh_key.py           |   6 +-
 .../src/edge/templates/squid.conf                  |   4 +-
 .../src/general/api/check_inactivity.py            |   2 +-
 .../src/general/api/configure.py                   |   2 +-
 .../src/general/api/create.py                      |   2 +-
 .../src/general/api/create_image.py                |   2 +-
 .../src/general/api/git_creds.py                   |   2 +-
 .../src/general/api/install_libs.py                |   2 +-
 .../src/general/api/list_libs.py                   |   4 +-
 .../src/general/api/reconfigure_spark.py           |   2 +-
 .../src/general/api/recreate.py                    |   2 +-
 .../src/general/api/reupload_key.py                |   2 +-
 .../src/general/api/start.py                       |   2 +-
 .../src/general/api/status.py                      |   2 +-
 .../src/general/api/stop.py                        |   2 +-
 .../src/general/api/terminate.py                   |   2 +-
 .../src/general/api/terminate_image.py             |   2 +-
 .../src/general/conf/{dlab.ini => datalab.ini}     |  42 +--
 .../src/general/files/aws/base_Dockerfile          |   8 +-
 .../src/general/files/aws/base_description.json    |   2 +-
 .../files/aws/dataengine-service_Dockerfile        |   6 +-
 .../src/general/files/aws/dataengine_Dockerfile    |   4 +-
 .../src/general/files/aws/deeplearning_Dockerfile  |   4 +-
 .../src/general/files/aws/edge_Dockerfile          |   4 +-
 .../src/general/files/aws/jupyter_Dockerfile       |   4 +-
 .../src/general/files/aws/jupyterlab_Dockerfile    |   4 +-
 .../src/general/files/aws/project_Dockerfile       |   4 +-
 .../src/general/files/aws/rstudio_Dockerfile       |   4 +-
 .../src/general/files/aws/ssn_Dockerfile           |   4 +-
 .../src/general/files/aws/ssn_description.json     |   2 +-
 .../general/files/aws/tensor-rstudio_Dockerfile    |   4 +-
 .../src/general/files/aws/tensor_Dockerfile        |   4 +-
 .../src/general/files/aws/zeppelin_Dockerfile      |   4 +-
 .../src/general/files/azure/base_Dockerfile        |   8 +-
 .../src/general/files/azure/base_description.json  |   2 +-
 .../src/general/files/azure/dataengine_Dockerfile  |   4 +-
 .../general/files/azure/deeplearning_Dockerfile    |   4 +-
 .../src/general/files/azure/edge_Dockerfile        |   4 +-
 .../src/general/files/azure/jupyter_Dockerfile     |   4 +-
 .../src/general/files/azure/jupyterlab_Dockerfile  |   4 +-
 .../src/general/files/azure/project_Dockerfile     |   4 +-
 .../src/general/files/azure/rstudio_Dockerfile     |   4 +-
 .../src/general/files/azure/ssn_Dockerfile         |   4 +-
 .../src/general/files/azure/ssn_description.json   |   2 +-
 .../src/general/files/azure/tensor_Dockerfile      |   4 +-
 .../src/general/files/azure/zeppelin_Dockerfile    |   4 +-
 .../src/general/files/gcp/base_Dockerfile          |   8 +-
 .../src/general/files/gcp/base_description.json    |   2 +-
 .../files/gcp/dataengine-service_Dockerfile        |   4 +-
 .../src/general/files/gcp/dataengine_Dockerfile    |   4 +-
 .../src/general/files/gcp/deeplearning_Dockerfile  |   4 +-
 .../src/general/files/gcp/edge_Dockerfile          |   4 +-
 .../src/general/files/gcp/jupyter_Dockerfile       |   4 +-
 .../src/general/files/gcp/jupyterlab_Dockerfile    |   4 +-
 .../src/general/files/gcp/project_Dockerfile       |   4 +-
 .../src/general/files/gcp/rstudio_Dockerfile       |   4 +-
 .../src/general/files/gcp/ssn_Dockerfile           |   4 +-
 .../src/general/files/gcp/ssn_description.json     |   2 +-
 .../src/general/files/gcp/superset_Dockerfile      |   4 +-
 .../general/files/gcp/tensor-rstudio_Dockerfile    |   4 +-
 .../src/general/files/gcp/tensor_Dockerfile        |   4 +-
 .../src/general/files/gcp/zeppelin_Dockerfile      |   4 +-
 .../src/general/lib/aws/actions_lib.py             |  20 +-
 .../src/general/lib/aws/meta_lib.py                |   2 +-
 .../src/general/lib/azure/actions_lib.py           |  38 +--
 .../src/general/lib/gcp/actions_lib.py             |  20 +-
 .../src/general/lib/gcp/meta_lib.py                |   2 +-
 .../src/general/lib/os/debian/edge_lib.py          |  44 +--
 .../src/general/lib/os/debian/notebook_lib.py      |   8 +-
 .../src/general/lib/os/debian/ssn_lib.py           | 106 +++---
 .../src/general/lib/os/fab.py                      |  58 ++--
 .../src/general/lib/os/redhat/edge_lib.py          |  36 +-
 .../src/general/lib/os/redhat/notebook_lib.py      |   8 +-
 .../src/general/lib/os/redhat/ssn_lib.py           |  98 +++---
 .../src/general/scripts/aws/common_collect_data.py |   6 +-
 .../general/scripts/aws/common_create_bucket.py    |   4 +-
 .../general/scripts/aws/common_create_instance.py  |   4 +-
 .../scripts/aws/common_create_notebook_image.py    |  16 +-
 .../general/scripts/aws/common_create_policy.py    |   4 +-
 .../scripts/aws/common_create_role_policy.py       |   4 +-
 .../scripts/aws/common_create_security_group.py    |   4 +-
 .../general/scripts/aws/common_create_subnet.py    |  22 +-
 .../scripts/aws/common_download_git_certfile.py    |   4 +-
 ...common_notebook_configure_dataengine-service.py |  40 +--
 .../aws/common_notebook_configure_dataengine.py    |  34 +-
 .../general/scripts/aws/common_prepare_notebook.py |  30 +-
 .../general/scripts/aws/common_put_to_bucket.py    |   2 +-
 .../scripts/aws/common_remove_remote_kernels.py    |   4 +-
 .../src/general/scripts/aws/common_reupload_key.py |   6 +-
 .../general/scripts/aws/common_start_notebook.py   |  24 +-
 .../general/scripts/aws/common_stop_notebook.py    |  28 +-
 .../scripts/aws/common_terminate_notebook.py       |  22 +-
 .../scripts/aws/common_terminate_notebook_image.py |  14 +-
 .../scripts/aws/dataengine-service_configure.py    |  66 ++--
 .../scripts/aws/dataengine-service_create.py       |   4 +-
 .../scripts/aws/dataengine-service_install_libs.py |   6 +-
 .../scripts/aws/dataengine-service_list_libs.py    |   6 +-
 .../scripts/aws/dataengine-service_prepare.py      |  48 +--
 .../scripts/aws/dataengine-service_terminate.py    |  20 +-
 .../general/scripts/aws/dataengine_configure.py    |  98 +++---
 .../src/general/scripts/aws/dataengine_prepare.py  |  60 ++--
 .../src/general/scripts/aws/dataengine_start.py    |  20 +-
 .../src/general/scripts/aws/dataengine_stop.py     |  12 +-
 .../general/scripts/aws/dataengine_terminate.py    |  14 +-
 .../general/scripts/aws/deeplearning_configure.py  | 108 +++---
 .../scripts/aws/edge_associate_elastic_ip.py       |   6 +-
 .../src/general/scripts/aws/edge_configure.py      |  86 ++---
 .../scripts/aws/edge_configure_route_table.py      |   4 +-
 .../src/general/scripts/aws/edge_start.py          |  18 +-
 .../src/general/scripts/aws/edge_status.py         |  12 +-
 .../src/general/scripts/aws/edge_stop.py           |  14 +-
 .../src/general/scripts/aws/jupyter_configure.py   | 108 +++---
 .../jupyter_dataengine-service_create_configs.py   |   8 +-
 .../jupyter_install_dataengine-service_kernels.py  |  14 +-
 .../general/scripts/aws/jupyterlab_configure.py    | 118 +++----
 .../src/general/scripts/aws/project_prepare.py     | 166 ++++-----
 .../src/general/scripts/aws/project_terminate.py   |  52 +--
 .../src/general/scripts/aws/rstudio_configure.py   | 112 +++---
 .../rstudio_dataengine-service_create_configs.py   |   8 +-
 .../rstudio_install_dataengine-service_kernels.py  |  14 +-
 .../scripts/aws/ssn_associate_elastic_ip.py        |   6 +-
 .../src/general/scripts/aws/ssn_configure.py       | 114 +++----
 .../src/general/scripts/aws/ssn_create_endpoint.py |   6 +-
 .../src/general/scripts/aws/ssn_create_vpc.py      |   4 +-
 .../src/general/scripts/aws/ssn_finalize.py        |   2 +-
 .../src/general/scripts/aws/ssn_prepare.py         | 256 +++++++-------
 .../src/general/scripts/aws/ssn_terminate.py       |  18 +-
 .../scripts/aws/ssn_terminate_aws_resources.py     |  84 ++---
 .../scripts/aws/tensor-rstudio_configure.py        | 112 +++---
 .../src/general/scripts/aws/tensor_configure.py    | 106 +++---
 .../src/general/scripts/aws/zeppelin_configure.py  | 108 +++---
 .../zeppelin_dataengine-service_create_configs.py  |   8 +-
 .../zeppelin_install_dataengine-service_kernels.py |  14 +-
 .../general/scripts/azure/common_collect_data.py   |   6 +-
 .../azure/common_create_datalake_directory.py      |   6 +-
 .../scripts/azure/common_create_instance.py        |   8 +-
 .../scripts/azure/common_create_notebook_image.py  |  24 +-
 .../scripts/azure/common_create_security_group.py  |   4 +-
 .../scripts/azure/common_create_storage_account.py |   6 +-
 .../general/scripts/azure/common_create_subnet.py  |  10 +-
 .../scripts/azure/common_download_git_certfile.py  |   4 +-
 .../azure/common_notebook_configure_dataengine.py  |  26 +-
 .../scripts/azure/common_prepare_notebook.py       |  24 +-
 .../scripts/azure/common_remove_remote_kernels.py  |   4 +-
 .../general/scripts/azure/common_reupload_key.py   |   6 +-
 .../general/scripts/azure/common_start_notebook.py |  20 +-
 .../general/scripts/azure/common_stop_notebook.py  |  18 +-
 .../scripts/azure/common_terminate_notebook.py     |  18 +-
 .../azure/common_terminate_notebook_image.py       |  12 +-
 .../general/scripts/azure/dataengine_configure.py  |  80 ++---
 .../general/scripts/azure/dataengine_prepare.py    |  26 +-
 .../src/general/scripts/azure/dataengine_start.py  |  16 +-
 .../src/general/scripts/azure/dataengine_stop.py   |  16 +-
 .../general/scripts/azure/dataengine_terminate.py  |  18 +-
 .../scripts/azure/deeplearning_configure.py        |  72 ++--
 .../src/general/scripts/azure/edge_configure.py    |  46 +--
 .../src/general/scripts/azure/edge_prepare.py      |   8 +-
 .../src/general/scripts/azure/edge_start.py        |  14 +-
 .../src/general/scripts/azure/edge_status.py       |   8 +-
 .../src/general/scripts/azure/edge_stop.py         |  14 +-
 .../src/general/scripts/azure/edge_terminate.py    |  30 +-
 .../src/general/scripts/azure/jupyter_configure.py |  72 ++--
 .../general/scripts/azure/jupyterlab_configure.py  |  74 ++--
 .../src/general/scripts/azure/project_prepare.py   |  34 +-
 .../src/general/scripts/azure/project_terminate.py |  32 +-
 .../general/scripts/azure/rstudio_change_pass.py   |   2 +-
 .../src/general/scripts/azure/rstudio_configure.py |  76 ++---
 .../src/general/scripts/azure/ssn_configure.py     |  60 ++--
 .../general/scripts/azure/ssn_create_datalake.py   |   6 +-
 .../general/scripts/azure/ssn_create_peering.py    |   4 +-
 .../scripts/azure/ssn_create_resource_group.py     |   4 +-
 .../src/general/scripts/azure/ssn_create_vpc.py    |   4 +-
 .../src/general/scripts/azure/ssn_prepare.py       |  42 +--
 .../src/general/scripts/azure/ssn_terminate.py     |  38 +--
 .../src/general/scripts/azure/tensor_configure.py  |  70 ++--
 .../general/scripts/azure/zeppelin_configure.py    |  70 ++--
 .../src/general/scripts/gcp/common_collect_data.py |   6 +-
 .../general/scripts/gcp/common_create_bucket.py    |   4 +-
 .../general/scripts/gcp/common_create_firewall.py  |   4 +-
 .../general/scripts/gcp/common_create_instance.py  |   4 +-
 .../general/scripts/gcp/common_create_nat_route.py |   4 +-
 .../scripts/gcp/common_create_notebook_image.py    |  14 +-
 .../scripts/gcp/common_create_service_account.py   |   4 +-
 .../general/scripts/gcp/common_create_subnet.py    |  18 +-
 .../scripts/gcp/common_download_git_certfile.py    |   2 +-
 ...common_notebook_configure_dataengine-service.py |  18 +-
 .../gcp/common_notebook_configure_dataengine.py    |  26 +-
 .../general/scripts/gcp/common_prepare_notebook.py |  20 +-
 .../general/scripts/gcp/common_put_to_bucket.py    |   2 +-
 .../src/general/scripts/gcp/common_reupload_key.py |   6 +-
 .../general/scripts/gcp/common_start_notebook.py   |  18 +-
 .../general/scripts/gcp/common_stop_notebook.py    |  20 +-
 .../scripts/gcp/common_terminate_notebook.py       |  20 +-
 .../scripts/gcp/common_terminate_notebook_image.py |  14 +-
 .../scripts/gcp/dataengine-service_configure.py    |  38 +--
 .../scripts/gcp/dataengine-service_create.py       |   4 +-
 .../scripts/gcp/dataengine-service_install_libs.py |   6 +-
 .../scripts/gcp/dataengine-service_list_libs.py    |   6 +-
 .../scripts/gcp/dataengine-service_prepare.py      |  26 +-
 .../scripts/gcp/dataengine-service_terminate.py    |  16 +-
 .../general/scripts/gcp/dataengine_configure.py    |  76 ++---
 .../src/general/scripts/gcp/dataengine_prepare.py  |  24 +-
 .../src/general/scripts/gcp/dataengine_start.py    |  18 +-
 .../src/general/scripts/gcp/dataengine_stop.py     |  16 +-
 .../general/scripts/gcp/dataengine_terminate.py    |  20 +-
 .../general/scripts/gcp/deeplearning_configure.py  |  58 ++--
 .../src/general/scripts/gcp/edge_configure.py      |  46 +--
 .../general/scripts/gcp/edge_create_static_ip.py   |   6 +-
 .../src/general/scripts/gcp/edge_start.py          |  14 +-
 .../src/general/scripts/gcp/edge_status.py         |  10 +-
 .../src/general/scripts/gcp/edge_stop.py           |  14 +-
 .../src/general/scripts/gcp/edge_terminate.py      |  28 +-
 .../src/general/scripts/gcp/jupyter_configure.py   |  58 ++--
 .../jupyter_dataengine-service_create_configs.py   |   8 +-
 .../jupyter_install_dataengine-service_kernels.py  |  16 +-
 .../general/scripts/gcp/jupyterlab_configure.py    |  66 ++--
 .../src/general/scripts/gcp/project_prepare.py     |  34 +-
 .../src/general/scripts/gcp/project_terminate.py   |  28 +-
 .../src/general/scripts/gcp/rstudio_configure.py   |  64 ++--
 .../rstudio_dataengine-service_create_configs.py   |   8 +-
 .../rstudio_install_dataengine-service_kernels.py  |  14 +-
 .../src/general/scripts/gcp/ssn_configure.py       |  58 ++--
 .../general/scripts/gcp/ssn_create_static_ip.py    |   6 +-
 .../src/general/scripts/gcp/ssn_create_vpc.py      |   4 +-
 .../src/general/scripts/gcp/ssn_finalize.py        |   2 +-
 .../src/general/scripts/gcp/ssn_prepare.py         |  30 +-
 .../src/general/scripts/gcp/ssn_terminate.py       |  14 +-
 .../scripts/gcp/ssn_terminate_gcp_resources.py     |   6 +-
 .../src/general/scripts/gcp/superset_configure.py  |  70 ++--
 .../scripts/gcp/tensor-rstudio_configure.py        |  64 ++--
 .../src/general/scripts/gcp/tensor_configure.py    |  58 ++--
 .../src/general/scripts/gcp/zeppelin_configure.py  |  58 ++--
 .../zeppelin_dataengine-service_create_configs.py  |   8 +-
 .../zeppelin_install_dataengine-service_kernels.py |  14 +-
 .../src/general/scripts/os/check_inactivity.py     |   6 +-
 .../general/scripts/os/common_clean_instance.py    |   2 +-
 .../general/scripts/os/common_configure_proxy.py   |   2 +-
 .../scripts/os/common_configure_reverse_proxy.py   |   2 +-
 .../general/scripts/os/common_configure_spark.py   |  10 +-
 .../scripts/os/configure_proxy_for_docker.py       |   2 +-
 .../general/scripts/os/dataengine_install_libs.py  |   6 +-
 .../src/general/scripts/os/dataengine_list_libs.py |   6 +-
 .../scripts/os/dataengine_reconfigure_spark.py     |   6 +-
 .../os/deeplearning_dataengine_create_configs.py   |   8 +-
 .../os/deeplearning_install_dataengine_kernels.py  |  14 +-
 .../general/scripts/os/get_list_available_pkgs.py  |   4 +-
 .../general/scripts/os/install_additional_libs.py  |   4 +-
 .../os/jupyter_dataengine_create_configs.py        |   8 +-
 .../os/jupyter_install_dataengine_kernels.py       |  14 +-
 .../scripts/os/jupyterlab_container_start.py       |   4 +-
 .../src/general/scripts/os/manage_git_creds.py     |   6 +-
 .../src/general/scripts/os/notebook_git_creds.py   |   6 +-
 .../scripts/os/notebook_inactivity_check.py        |   6 +-
 .../general/scripts/os/notebook_install_libs.py    |   6 +-
 .../src/general/scripts/os/notebook_list_libs.py   |   6 +-
 .../os/notebook_reconfigure_dataengine_spark.py    |   8 +-
 .../scripts/os/notebook_reconfigure_spark.py       |   6 +-
 .../src/general/scripts/os/reconfigure_spark.py    |   6 +-
 .../os/rstudio_dataengine_create_configs.py        |   8 +-
 .../os/rstudio_install_dataengine_kernels.py       |  14 +-
 .../src/general/scripts/os/superset_start.py       |   6 +-
 .../os/tensor-rstudio_dataengine_create_configs.py |   8 +-
 .../tensor-rstudio_install_dataengine_kernels.py   |  14 +-
 .../scripts/os/tensor_dataengine_create_configs.py |   8 +-
 .../os/tensor_install_dataengine_kernels.py        |  14 +-
 .../scripts/os/update_inactivity_on_start.py       |   6 +-
 .../os/zeppelin_dataengine_create_configs.py       |   8 +-
 .../os/zeppelin_install_dataengine_kernels.py      |  14 +-
 .../aws/jenkins_jobs/create_data_engine/config.xml |   4 +-
 .../create_dataengine-service/config.xml           |  12 +-
 .../aws/jenkins_jobs/create_edge_node/config.xml   |   2 +-
 .../jenkins_jobs/create_notebook_image/config.xml  |   2 +-
 .../jenkins_jobs/create_notebook_server/config.xml |   2 +-
 .../config.xml                                     |   2 +-
 .../config.xml                                     |   2 +-
 .../dataengine_install_additional_libs/config.xml  |   2 +-
 .../dataengine_list_available_libs/config.xml      |   2 +-
 .../dataengine_reconfigure_spark/config.xml        |   2 +-
 .../aws/jenkins_jobs/gitlab_server/config.xml      |  12 +-
 .../jenkins_jobs/manage_git_credentials/config.xml |   2 +-
 .../notebook_install_additional_libs/config.xml    |   2 +-
 .../notebook_list_available_libs/config.xml        |   2 +-
 .../notebook_reconfigure_spark/config.xml          |   2 +-
 .../aws/jenkins_jobs/recreate_edge_node/config.xml |   2 +-
 .../aws/jenkins_jobs/reupload_ssh_key/config.xml   |   2 +-
 .../aws/jenkins_jobs/start_data_engine/config.xml  |   2 +-
 .../aws/jenkins_jobs/start_edge_node/config.xml    |   2 +-
 .../jenkins_jobs/start_notebook_server/config.xml  |   2 +-
 .../aws/jenkins_jobs/stop_data_engine/config.xml   |   2 +-
 .../aws/jenkins_jobs/stop_edge_node/config.xml     |   2 +-
 .../jenkins_jobs/stop_notebook_server/config.xml   |   2 +-
 .../jenkins_jobs/terminate_data_engine/config.xml  |   2 +-
 .../terminate_dataengine-service/config.xml        |   2 +-
 .../jenkins_jobs/terminate_edge_node/config.xml    |   2 +-
 .../terminate_notebook_image/config.xml            |   2 +-
 .../terminate_notebook_server/config.xml           |   2 +-
 .../jenkins_jobs/create_data_engine/config.xml     |   4 +-
 .../azure/jenkins_jobs/create_edge_node/config.xml |   2 +-
 .../jenkins_jobs/create_notebook_image/config.xml  |   2 +-
 .../jenkins_jobs/create_notebook_server/config.xml |   2 +-
 .../dataengine_install_additional_libs/config.xml  |   2 +-
 .../dataengine_list_available_libs/config.xml      |   2 +-
 .../dataengine_reconfigure_spark/config.xml        |   2 +-
 .../jenkins_jobs/manage_git_credentials/config.xml |   2 +-
 .../notebook_install_additional_libs/config.xml    |   2 +-
 .../notebook_list_available_libs/config.xml        |   2 +-
 .../notebook_reconfigure_spark/config.xml          |   2 +-
 .../jenkins_jobs/recreate_edge_node/config.xml     |   2 +-
 .../jenkins_jobs/start_data_engine/config.xml      |   2 +-
 .../azure/jenkins_jobs/start_edge_node/config.xml  |   2 +-
 .../jenkins_jobs/start_notebook_server/config.xml  |   2 +-
 .../azure/jenkins_jobs/stop_data_engine/config.xml |   2 +-
 .../azure/jenkins_jobs/stop_edge_node/config.xml   |   2 +-
 .../jenkins_jobs/stop_notebook_server/config.xml   |   2 +-
 .../jenkins_jobs/terminate_data_engine/config.xml  |   2 +-
 .../jenkins_jobs/terminate_edge_node/config.xml    |   2 +-
 .../terminate_notebook_image/config.xml            |   2 +-
 .../terminate_notebook_server/config.xml           |   2 +-
 .../gcp/jenkins_jobs/create_data_engine/config.xml |   4 +-
 .../create_dataengine-service/config.xml           |   4 +-
 .../gcp/jenkins_jobs/create_edge_node/config.xml   |   2 +-
 .../jenkins_jobs/create_notebook_server/config.xml |   2 +-
 .../config.xml                                     |   2 +-
 .../config.xml                                     |   2 +-
 .../dataengine_install_additional_libs/config.xml  |   2 +-
 .../dataengine_list_available_libs/config.xml      |   2 +-
 .../dataengine_reconfigure_spark/config.xml        |   2 +-
 .../gcp/jenkins_jobs/gitlab_server/config.xml      |  12 +-
 .../jenkins_jobs/manage_git_credentials/config.xml |   2 +-
 .../notebook_install_additional_libs/config.xml    |   2 +-
 .../notebook_list_available_libs/config.xml        |   2 +-
 .../notebook_reconfigure_spark/config.xml          |   2 +-
 .../gcp/jenkins_jobs/recreate_edge_node/config.xml |   2 +-
 .../gcp/jenkins_jobs/start_data_engine/config.xml  |   2 +-
 .../gcp/jenkins_jobs/start_edge_node/config.xml    |   2 +-
 .../jenkins_jobs/start_notebook_server/config.xml  |   2 +-
 .../gcp/jenkins_jobs/stop_data_engine/config.xml   |   2 +-
 .../gcp/jenkins_jobs/stop_edge_node/config.xml     |   2 +-
 .../jenkins_jobs/stop_notebook_server/config.xml   |   2 +-
 .../jenkins_jobs/terminate_data_engine/config.xml  |   2 +-
 .../terminate_dataengine-service/config.xml        |   2 +-
 .../jenkins_jobs/terminate_edge_node/config.xml    |   2 +-
 .../terminate_notebook_server/config.xml           |   2 +-
 .../templates/os/debian/spark-master.service       |   2 +-
 .../templates/os/debian/spark-slave.service        |   2 +-
 .../templates/os/redhat/spark-master.service       |   2 +-
 .../templates/os/redhat/spark-slave.service        |   2 +-
 .../src/general/templates/os/renew_certificates.sh |   6 +-
 infrastructure-provisioning/src/jupyter/fabfile.py |   6 +-
 .../src/jupyter/scripts/configure_jupyter_node.py  |   6 +-
 .../src/jupyterlab/fabfile.py                      |   6 +-
 .../scripts/configure_jupyterlab_node.py           |   6 +-
 infrastructure-provisioning/src/project/fabfile.py |   2 +-
 .../src/project/scripts/configure_http_proxy.py    |   2 +-
 .../src/project/scripts/configure_keycloak.py      |   6 +-
 .../src/project/scripts/configure_nftables.py      |   2 +-
 .../scripts/configure_nginx_reverse_proxy.py       |   4 +-
 .../src/project/scripts/reupload_ssh_key.py        |   6 +-
 .../src/project/templates/conf.d/proxy.conf        |   4 +-
 .../src/project/templates/squid.conf               |   4 +-
 infrastructure-provisioning/src/rstudio/fabfile.py |   6 +-
 .../src/rstudio/scripts/configure_rstudio_node.py  |   8 +-
 infrastructure-provisioning/src/ssn/fabfile.py     |   2 +-
 .../src/ssn/files/aws/mongo_roles.json             |  18 +-
 .../src/ssn/files/azure/mongo_roles.json           |  12 +-
 .../src/ssn/files/gcp/mongo_roles.json             |  20 +-
 .../src/ssn/scripts/backup.py                      |  32 +-
 .../src/ssn/scripts/configure_billing.py           |  22 +-
 .../src/ssn/scripts/configure_conf_file.py         |  10 +-
 .../src/ssn/scripts/configure_docker.py            |  56 +--
 .../src/ssn/scripts/configure_gitlab.py            |  12 +-
 .../src/ssn/scripts/configure_mongo.py             |  14 +-
 .../src/ssn/scripts/configure_ssn_node.py          |  92 ++---
 .../src/ssn/scripts/configure_ui.py                |  82 ++---
 .../src/ssn/scripts/docker_build.py                |   8 +-
 .../src/ssn/scripts/resource_status.py             |   4 +-
 .../src/ssn/scripts/restore.py                     |  20 +-
 .../src/ssn/scripts/upload_response_file.py        |   6 +-
 .../src/ssn/templates/gitlab.ini                   |  20 +-
 .../src/ssn/templates/nginx_proxy.conf             |   4 +-
 .../src/ssn/templates/ssn.yml                      |   4 +-
 .../src/ssn/templates/supervisor_svc.conf          |   8 +-
 .../src/superset/fabfile.py                        |   6 +-
 .../superset/scripts/configure_superset_node.py    |   8 +-
 .../src/tensor-rstudio/fabfile.py                  |   6 +-
 .../scripts/configure_tensor-rstudio_node.py       |   8 +-
 infrastructure-provisioning/src/tensor/fabfile.py  |   6 +-
 .../src/tensor/scripts/configure_tensor_node.py    |   8 +-
 .../src/zeppelin/fabfile.py                        |   6 +-
 .../zeppelin/scripts/configure_zeppelin_node.py    |   6 +-
 .../terraform/aws/endpoint/main/README.md          |   2 +-
 .../terraform/aws/endpoint/main/variables.tf       |   2 +-
 .../terraform/aws/project/main/variales.tf         |   2 +-
 .../main/datalab-billing-chart}/.helmignore        |   0
 .../main/datalab-billing-chart}/Chart.yaml         |   2 +-
 .../templates/NOTES.txt                            |   8 +-
 .../templates/_helpers.tpl                         |  12 +-
 .../templates/configmap-billing-conf.yaml          |   8 +-
 .../templates/deployment.yaml                      |  10 +-
 .../datalab-billing-chart}/templates/service.yaml  |   6 +-
 .../values.yaml                                    |   6 +-
 .../main/{dlab-billing.tf => datalab-billing.tf}   |  16 +-
 .../main/datalab-ui-chart}/.helmignore             |   0
 .../{dlab-ui-chart => datalab-ui-chart}/Chart.yaml |   2 +-
 .../main/datalab-ui-chart}/templates/NOTES.txt     |   8 +-
 .../templates/_helpers.tpl                         |  12 +-
 .../main/datalab-ui-chart}/templates/cert.yaml     |   8 +-
 .../templates/configmap-ui-conf.yaml               |  10 +-
 .../datalab-ui-chart}/templates/deployment.yaml    |  12 +-
 .../main/datalab-ui-chart}/templates/ingress.yaml  |   4 +-
 .../main/datalab-ui-chart}/templates/service.yaml  |   6 +-
 .../values.yaml                                    |   6 +-
 .../main/{dlab-ui.tf => datalab-ui.tf}             |  18 +-
 .../main/files/configure_keycloak.sh               |  10 +-
 .../main/files/keycloak_values.yaml                |   8 +-
 .../terraform/aws/ssn-helm-charts/main/keycloak.tf |   4 +-
 .../terraform/aws/ssn-helm-charts/main/main.tf     |   4 +-
 .../terraform/aws/ssn-helm-charts/main/mongo.tf    |   2 +-
 .../terraform/aws/ssn-helm-charts/main/mysql.tf    |   4 +-
 .../terraform/aws/ssn-helm-charts/main/nginx.tf    |   2 +-
 .../terraform/aws/ssn-helm-charts/main/secrets.tf  |  18 +-
 .../ssn-helm-charts/main/step-ca-chart/values.yaml |   2 +-
 .../terraform/aws/ssn-helm-charts/main/step-ca.tf  |   4 +-
 .../aws/ssn-helm-charts/main/step-issuer.tf        |   2 +-
 .../aws/ssn-helm-charts/main/variables.tf          |  14 +-
 .../terraform/aws/ssn-k8s/main/README.md           |   6 +-
 .../aws/ssn-k8s/main/files/masters-user-data.sh    |   8 +-
 .../aws/ssn-k8s/main/files/workers-user-data.sh    |   2 +-
 .../terraform/aws/ssn-k8s/main/variables.tf        |   6 +-
 .../terraform/azure/endpoint/main/variables.tf     |   2 +-
 .../terraform/bin/{dlab.py => datalab.py}          |  32 +-
 .../terraform/bin/deploy/billing_app_aws.yml       |   6 +-
 .../terraform/bin/deploy/billing_aws.yml           |  14 +-
 .../terraform/bin/deploy/billing_azure.yml         |  10 +-
 .../terraform/bin/deploy/billing_gcp.yml           |   8 +-
 .../terraform/bin/deploy/endpoint_fab.py           | 124 +++----
 .../bin/deploy/mongo_files/configure_mongo.py      |   6 +-
 .../bin/deploy/mongo_files/gcp/mongo_roles.json    |  20 +-
 .../terraform/bin/deploy/provisioning.yml          |  16 +-
 .../terraform/bin/deploy/renew_certificates.sh     |   6 +-
 .../terraform/bin/deploy/supervisor_svc.conf       |   4 +-
 .../terraform/bin/terraform-cli.py                 |  10 +-
 .../terraform/gcp/endpoint/main/variables.tf       |   4 +-
 .../terraform/gcp/endpoint/provisioning.py         | 232 ++++++-------
 .../terraform/gcp/endpoint/provisioning.yml        |  22 +-
 .../terraform/gcp/endpoint/supervisor_svc.conf     |   2 +-
 .../helm_charts/datalab-billing-chart}/.helmignore |   0
 .../helm_charts/datalab-billing-chart}/Chart.yaml  |   2 +-
 .../templates/NOTES.txt                            |   8 +-
 .../templates/_helpers.tpl                         |  12 +-
 .../templates/configmap-billing-conf.yaml          |   4 +-
 .../templates/deployment.yaml                      |  10 +-
 .../datalab-billing-chart}/templates/service.yaml  |   6 +-
 .../values.yaml                                    |   4 +-
 .../{dlab-billing.tf => datalab-billing.tf}        |  14 +-
 .../helm_charts/datalab-ui-chart}/.helmignore      |   0
 .../{dlab-ui-chart => datalab-ui-chart}/Chart.yaml |   2 +-
 .../datalab-ui-chart}/templates/NOTES.txt          |   8 +-
 .../templates/_helpers.tpl                         |  12 +-
 .../datalab-ui-chart}/templates/cert.yaml          |   8 +-
 .../templates/configmap-ui-conf.yaml               |  10 +-
 .../datalab-ui-chart}/templates/deployment.yaml    |  12 +-
 .../datalab-ui-chart}/templates/ingress.yaml       |   4 +-
 .../datalab-ui-chart}/templates/service.yaml       |   6 +-
 .../values.yaml                                    |   6 +-
 .../helm_charts/{dlab-ui.tf => datalab-ui.tf}      |  22 +-
 .../main/modules/helm_charts/external-dns.tf       |   4 +-
 .../external-dns/templates/externaldns.yaml        |   2 +-
 .../helm_charts/files/configure_keycloak.sh        |  10 +-
 .../helm_charts/files/get_configmap_values.sh      |   6 +-
 .../modules/helm_charts/files/keycloak_values.yaml |   8 +-
 .../ssn-gke/main/modules/helm_charts/keycloak.tf   |   4 +-
 .../gcp/ssn-gke/main/modules/helm_charts/main.tf   |   2 +-
 .../gcp/ssn-gke/main/modules/helm_charts/mongo.tf  |   4 +-
 .../gcp/ssn-gke/main/modules/helm_charts/mysql.tf  |   2 +-
 .../nginx-ingress/templates/nginx-ingress.yaml     |   4 +-
 .../gcp/ssn-gke/main/modules/helm_charts/nginx.tf  |   6 +-
 .../ssn-gke/main/modules/helm_charts/outputs.tf    |   2 +-
 .../ssn-gke/main/modules/helm_charts/secrets.tf    |  18 +-
 .../modules/helm_charts/step-ca-chart/values.yaml  |   2 +-
 .../ssn-gke/main/modules/helm_charts/step-ca.tf    |   6 +-
 .../main/modules/helm_charts/step-issuer.tf        |   2 +-
 .../terraform/gcp/ssn-gke/main/variables.tf        |  14 +-
 .../terraform/keycloak-theme/Dockerfile            |   2 +-
 integration-tests/README.MD                        |   4 +-
 services/readme.txt                                |  12 +-
 .../manage-environment-dilog.component.html        |   2 +-
 508 files changed, 4109 insertions(+), 4109 deletions(-)


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