You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/01/04 13:27:30 UTC

[incubator-datalab] branch develop updated: Update README.md

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

mykolabodnar pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new c6a6681  Update README.md
c6a6681 is described below

commit c6a6681742ede55e15d1ef49798cecf337046ac6
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Mon Jan 4 15:27:23 2021 +0200

    Update README.md
---
 infrastructure-provisioning/terraform/gcp/ssn-gke/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/README.md b/infrastructure-provisioning/terraform/gcp/ssn-gke/README.md
index 459b30c..adea31d 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/README.md
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/README.md
@@ -37,6 +37,7 @@ apt-get install python3.7
 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
 update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
 update-alternatives --config python3
+apt-get install python3-pip
 pip3 install fabric==2.4.0 patchwork==1.0.1 invoke==1.2.0 cryptography==3.3.1
 ```
 - Install Git and clone DataLab repository:
@@ -85,7 +86,7 @@ To create Endpoint following steps should be executed:
 ```
 cd /home/ubuntu/incubator-datalab/infrastructure-provisioning/terraform/bin/
 ```
-- Run python script to create DataLab Endpoint:
+- Run python script to create DataLab Endpoint*:
 ```
 python3 datalab.py deploy gcp endpoint --gcp_project_id gcp_project_id --creds_file /path/to/auth/file.json --key_name key_name --pkey /path/to/key/key_name.pem --service_base_name xxxx --path_to_pub_key /path/to/key/key_name.pub --endpoint_id yyyy --region xx-xxxxx --zone xxx-xxxxx-x --state /home/ubuntu/datalab-state/ --cloud_provider gcp --repository_user nexus_user --repository_pass nexus_password --repository_address nexus.develop.dlabanalytics.com --repository_port 8083 --vpc_id "v [...]
 ```
@@ -108,5 +109,7 @@ List of parameters for DataLab Endpoint creation:
 | billing\_dataset\_name       | Name of GCP billing dataset (BigQuery service)                                        |
 | domain 	                   | Domain name                                                                           |
 
+*You may omit the following parameters (in case of using the same state path input variables are included from GKE createion output): --vpc_id "vpc_id" --subnet_id "subnet_id" --ssn_ui_host domain.com --keycloak_auth_server_url https://service_base_name.domain.com/auth --keycloak_realm_name realm_name --keycloak_user_name admin_name --keycloak_user_password admin_password --keycloak_client_id client_id --keycloak_client_secret client_secret --step_root_ca "step_ca" --step_kid step_kid -- [...]
+
 After successful DataLab Endpoint deployment login into DataLab UI and add Endpoint at Environment Management page.
 Use unique Endpoint name for DataLab UI and Endpoint URl in format: https://ip_address:8084/


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