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 cec146942 add missing roles
cec146942 is described below

commit cec1469422bbd67c55e2223ae7744e9009b905fb
Author: Denys Yankiv <[email protected]>
AuthorDate: Wed Sep 7 13:09:43 2022 +0300

    add missing roles
---
 .../src/ssn/files/azure/mongo_roles.json           | 30 ++++++++++++++++++
 .../main/resources/mongo/azure/mongo_roles.json    | 36 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json 
b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
index 2f1921961..d69872258 100644
--- a/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/azure/mongo_roles.json
@@ -169,6 +169,16 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E4_v3_fetching",
+    "description": "Use Standard_E4_v3 instance shape for cluster",
+    "computational_shapes": [
+      "Standard_E4_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E4s_v3_fetching",
     "description": "Use Standard_E4s_v3 instance shape for cluster",
@@ -179,6 +189,16 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E16_v3_fetching",
+    "description": "Use Standard_E16_v3 instance shape for cluster",
+    "computational_shapes": [
+      "Standard_E16_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E16s_v3_fetching",
     "description": "Use Standard_E16s_v3 instance shape for cluster",
@@ -189,6 +209,16 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E32_v3_fetching",
+    "description": "Use Standard_E32_v3 instance shape for cluster",
+    "computational_shapes": [
+      "Standard_E32_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E32s_v3_fetching",
     "description": "Use Standard_E32s_v3 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 81df9c867..970539844 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
@@ -203,6 +203,18 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E4_v3_fetching",
+    "description": "Use Standard_E4_v3 instance shape for cluster",
+    "type": "COMPUTATIONAL_SHAPE",
+    "cloud": "AZURE",
+    "computational_shapes": [
+      "Standard_E4_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E4s_v3_fetching",
     "description": "Use Standard_E4s_v3 instance shape for cluster",
@@ -215,6 +227,18 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E16_v3_fetching",
+    "description": "Use Standard_E16_v3 instance shape for cluster",
+    "type": "COMPUTATIONAL_SHAPE",
+    "cloud": "AZURE",
+    "computational_shapes": [
+      "Standard_E16_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E16s_v3_fetching",
     "description": "Use Standard_E16s_v3 instance shape for cluster",
@@ -227,6 +251,18 @@
       "$anyuser"
     ]
   },
+  {
+    "_id": "compShapes_Standard_E32_v3_fetching",
+    "description": "Use Standard_E32_v3 instance shape for cluster",
+    "type": "COMPUTATIONAL_SHAPE",
+    "cloud": "AZURE",
+    "computational_shapes": [
+      "Standard_E32_v3"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
   {
     "_id": "compShapes_Standard_E32s_v3_fetching",
     "description": "Use Standard_E32s_v3 instance shape for cluster",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to