This is an automated email from the ASF dual-hosted git repository.
olehmykolaishyn pushed a commit to branch gcp-jupyter-highgpu-template-1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/gcp-jupyter-highgpu-template-1
by this push:
new 472e02b added nb shapes
new 18cafdd Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
472e02b is described below
commit 472e02b1a53649def1a8548edd26ddb858d143bf
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Tue Mar 1 17:16:34 2022 +0200
added nb shapes
---
.../src/ssn/files/gcp/mongo_roles.json | 12 ++++++++++++
.../src/main/resources/mongo/gcp/mongo_roles.json | 12 ++++++++++++
2 files changed, 24 insertions(+)
diff --git a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
index b109f48..ee68503 100644
--- a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
@@ -1,5 +1,17 @@
[
{
+ "_id": "nbShapes_a2-highgpu-1g_fetching",
+ "description": "Use a2-highgpu-1g instance shape for notebook",
+ "type": "NOTEBOOK_SHAPE",
+ "cloud": "GCP",
+ "exploratory_shapes": [
+ "a2-highgpu-1g"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
+ {
"_id": "nbShapes_n1-highcpu-2_fetching",
"description": "Use n1-highcpu-2 instance shape for notebook",
"exploratory_shapes": [
diff --git
a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
index f3bd5eb..a914f34 100644
--- a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
@@ -1,5 +1,17 @@
[
{
+ "_id": "nbShapes_a2-highgpu-1g_fetching",
+ "description": "Use a2-highgpu-1g instance shape for notebook",
+ "type": "NOTEBOOK_SHAPE",
+ "cloud": "GCP",
+ "exploratory_shapes": [
+ "a2-highgpu-1g"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
+ {
"_id": "nbShapes_n1-highcpu-2_fetching",
"description": "Use n1-highcpu-2 instance shape for notebook",
"type": "NOTEBOOK_SHAPE",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]