Initial QSfera import

This commit is contained in:
Курнат Андрей
2026-06-07 10:20:04 +03:00
commit 2315f25754
16485 changed files with 4826827 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
[
{
"name": "qsfera-server",
"full_name": "first-qsfera-instance",
"organization": "КуСфера",
"domain": "localhost:9200",
"homepage": "https://qsfera.eu",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://localhost:9200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "localhost:9200"
}
]
},
{
"name": "federation-qsfera-server",
"full_name": "Federation qsfera",
"organization": "КуСфера",
"domain": "localhost:10200",
"homepage": "https://qsfera.eu",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://localhost:10200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "localhost:10200"
}
]
}
]