feat(tcs): establish five-domain mother brain runtime
This commit is contained in:
parent
828fa0b8e2
commit
55a4d77248
29 changed files with 904 additions and 12 deletions
|
|
@ -1,6 +1,29 @@
|
|||
{
|
||||
"targets": [
|
||||
{ "id": "BS-GZ-006-front-door", "url": "https://guanghulab.com/", "accept": [200], "timeout_ms": 8000 },
|
||||
{ "id": "JD-Lake-Lamp-public-route", "url": "https://guanghulab.com/authz/health", "accept": [200], "timeout_ms": 8000 }
|
||||
{ "id": "JD-Lake-Lamp-public-route", "url": "https://guanghulab.com/authz/health", "accept": [200], "timeout_ms": 8000 },
|
||||
{
|
||||
"id": "REPO-012-public-atomic-snapshot",
|
||||
"url": "https://guanghulab.com/api/ai/health",
|
||||
"accept": [200],
|
||||
"timeout_ms": 8000,
|
||||
"json_expect": {
|
||||
"ok": true,
|
||||
"navigation_source.source_degraded": false,
|
||||
"navigation_source.anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "JD-TCS-mother-brain-loopback",
|
||||
"url": "http://127.0.0.1:3931/health",
|
||||
"accept": [200],
|
||||
"timeout_ms": 5000,
|
||||
"json_expect": {
|
||||
"ok": true,
|
||||
"runtime_id": "TCS-MOTHER-BRAIN-RUNTIME-0001",
|
||||
"automatic_stable_promotion": false,
|
||||
"reality_action_authority": "NONE"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue