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

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: changed debian_image_names in datalab.ini according to ubuntu 20.04

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

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


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new 9bde8fb  [DATALAB-2091]: changed debian_image_names in datalab.ini according to ubuntu 20.04
9bde8fb is described below

commit 9bde8fb1d29ccb9a6f1a779fec8be3bc9824a477
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Jan 27 12:00:18 2021 +0200

    [DATALAB-2091]: changed debian_image_names in datalab.ini according to ubuntu 20.04
---
 infrastructure-provisioning/src/general/conf/datalab.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini
index 8478b79..41c6e8b 100644
--- a/infrastructure-provisioning/src/general/conf/datalab.ini
+++ b/infrastructure-provisioning/src/general/conf/datalab.ini
@@ -117,7 +117,7 @@ region = us-west-2
 ### Amazon zone letter for ssn, edge and notebook subnet provisioning
 # zone =
 ### Amazon ami name based on debian conf_os_family for all DataLab instances
-debian_image_name = ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200112
+debian_image_name = ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20201026
 ### Amazon ami name based on RedHat conf_os_family for all DataLab instances
 redhat_image_name = RHEL-7.4_HVM-20180103-x86_64-2-Hourly2-GP2
 ### Amazon account ID
@@ -151,7 +151,7 @@ edge_instance_size = Standard_DS1_v2
 ### Slave node size for Data Engine
 # dataengine_slave_size =
 ### Azure image name based on debian conf_os_family for all DataLab instances
-debian_image_name = Canonical_UbuntuServer_18.04-LTS
+debian_image_name = Canonical_UbuntuServer_20.04-LTS
 ### Azure image name based on RedHat conf_os_family for all DataLab instances
 redhat_image_name = RedHat_RHEL_7.3
 ### Azure AD user name
@@ -189,7 +189,7 @@ region = us-west1
 ### GCP zone name for whole DataLab provisioning
 zone = us-west1-a
 ### GCP ami name based on debian conf_os_family for all DataLab instances
-debian_image_name = /projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20200317
+debian_image_name = /projects/ubuntu-os-cloud/global/images/ubuntu-2004-focal-v20210119
 ### GCP ami name based on RedHat conf_os_family for all DataLab instances
 redhat_image_name =
 ### Prefix of the private subnet


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