Skip to content

Commit

Permalink
Add switch (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerins authored Sep 1, 2020
1 parent 60b3163 commit 4302f36
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
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"]
}
]

0 comments on commit 4302f36

Please sign in to comment.