Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add switch #1135

Merged
merged 2 commits into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion examples/meshdirectory/providers.demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,29 @@
"host": "https://app.cs3mesh-iop.k8s.surfsara.nl/"
}
]
}
},
{
"name": "switch",
"full_name": "SWITCH",
"organization": "SWITCH",
"domain": "switch.ch",
"homepage": "https://switch.ch",
"description": "SWITCHdrive cloud storage to its students, faculty and researchers.",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "SWITCH Open Cloud Mesh API"
},
"name": "SWITCH - OCM API",
"path": "https://sciencemesh-test.switch.ch/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "https://sciencemesh-test.switch.ch/"
}
]
}

]
38 changes: 37 additions & 1 deletion examples/ocm-partners/providers.demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,41 @@
"host": "https://app.cs3mesh-iop.k8s.surfsara.nl/iop/"
}
]
}
},
{
"name": "switch",
"full_name": "SWITCH",
"organization": "SWITCH",
"domain": "switch.ch",
"homepage": "https://switch.ch",
"description": "SWITCHdrive provides cloud storage to its students, faculty and researchers.",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "SWITCH Open Cloud Mesh API"
},
"name": "SWITCH - OCM API",
"path": "https://sciencemesh-test.switch.ch/api/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "https://sciencemesh-test.switch.ch/api/"
},
{
"endpoint": {
"type": {
"name": "Webdav",
"description": "SWITCH Webdav API"
},
"name": "SWITCH - Webdav API",
"path": "https://sciencemesh-test.switch.ch/api/remote.php/webdav/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "https://sciencemesh-test.switch.ch/api/"
}
]
}
]
35 changes: 35 additions & 0 deletions examples/ocm-partners/users-switch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"id": {
"opaque_id": "kerins1234",
"idp": "switch.ch"
},
"username": "kerins",
"secret": "kerinspass",
"mail": "fergus.kerins@switch.ch",
"display_name": "Fergus Kerins",
"groups": ["sailing-lovers", "violin-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "furter5678",
"idp": "switch.ch"
},
"username": "furter",
"secret": "furterpass",
"mail": "renato.furter@switch.ch",
"display_name": "Renato Furter",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "schmid9876",
"idp": "switch.ch"
},
"username": "schmid",
"secret": "schmidpass",
"mail": "urs.schmid@switch.ch",
"display_name": "Urs Schmid",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
}
]