You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/09/29 13:00:00 UTC

[incubator-datalab] branch develop updated: add Standard_D12_v2 shape for azure clusters

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

dyankiv 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 3faad4098 add Standard_D12_v2 shape for azure clusters
3faad4098 is described below

commit 3faad4098e4459f6f0f02fd58a3e2d992c7021ae
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Sep 29 15:59:19 2022 +0300

    add Standard_D12_v2 shape for azure clusters
---
 .../src/ssn/files/azure/mongo_roles.json                     | 10 ++++++++++
 .../src/main/resources/mongo/azure/mongo_roles.json          | 12 ++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
index d69872258..649bda723 100644
--- a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
@@ -159,6 +159,16 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_D12_v2_fetching",
+    "description": "Use Standard_D12_v2 instance shape for cluster",
+    "computational_shapes": [
+      "Standard_D12_v2"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_F4s_fetching",
     "description": "Use Standard_F4s instance shape for cluster",
diff --git a/services/self-service/src/main/resources/mongo/azure/mongo_roles.json b/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
index 970539844..8717d3690 100644
--- a/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/azure/mongo_roles.json
@@ -191,6 +191,18 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_D12_v2_fetching",
+    "description": "Use Standard_D12_v2 instance shape for cluster",
+    "type": "COMPUTATIONAL_SHAPE",
+    "cloud": "AZURE",
+    "computational_shapes": [
+      "Standard_D12_v2"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_F4s_fetching",
     "description": "Use Standard_F4s instance shape for cluster",


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