This is an automated email from the ASF dual-hosted git repository.
olehmykolaishyn pushed a commit to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/2.5.1-tensor-jupyterlab by
this push:
new 1569e5d added template to mongo roles
1569e5d is described below
commit 1569e5d39f38ea55f78d4f421a3527756ae4e792
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Wed Feb 16 09:45:17 2022 +0200
added template to mongo roles
---
.../src/ssn/files/aws/mongo_roles.json | 10 ++++++++++
.../src/main/resources/mongo/aws/mongo_roles.json | 12 ++++++++++++
2 files changed, 22 insertions(+)
diff --git a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
index fe0fc80..97759c6 100644
--- a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
@@ -150,6 +150,16 @@
]
},
{
+ "_id": "nbCreateTensorJupyterlab",
+ "description": "Create Notebook Jupyterlab with TensorFlow",
+ "exploratories": [
+ "docker.datalab-tensor-jupyterlab"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
+ {
"_id": "nbCreateTensorRstudio",
"description": "Create Notebook RStudio with TensorFlow",
"exploratories": [
diff --git
a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
index 4750fae..03b804b 100644
--- a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
@@ -180,6 +180,18 @@
]
},
{
+ "_id": "nbCreateTensorJupyterlab",
+ "description": "Create Notebook Jupyterlab with TensorFlow",
+ "type": "NOTEBOOK",
+ "cloud": "AWS",
+ "exploratories": [
+ "docker.datalab-tensor-jupyterlab"
+ ],
+ "groups": [
+ "$anyuser"
+ ]
+ },
+ {
"_id": "nbCreateTensorRstudio",
"description": "Create Notebook RStudio with TensorFlow",
"type": "NOTEBOOK",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]