fix: remove legacy simulator runtime defaults
This commit is contained in:
+1
-143
@@ -49,14 +49,6 @@
|
||||
"localHost": "hwlab-edge-proxy.hwlab-dev.svc.cluster.local",
|
||||
"localPort": 6667,
|
||||
"remotePort": 16667
|
||||
},
|
||||
{
|
||||
"name": "hwlab-dev-tunnel-health",
|
||||
"type": "tcp",
|
||||
"localServiceId": "hwlab-tunnel-client",
|
||||
"localHost": "hwlab-tunnel-client.hwlab-dev.svc.cluster.local",
|
||||
"localPort": 7402,
|
||||
"remotePort": 7402
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -111,55 +103,6 @@
|
||||
"port": 7601,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-gateway-simu",
|
||||
"name": "hwlab-gateway-simu-1",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7101,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-box-simu",
|
||||
"name": "hwlab-box-simu-1",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7201,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-gateway-simu",
|
||||
"name": "hwlab-gateway-simu-2",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7101,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-box-simu",
|
||||
"name": "hwlab-box-simu-2",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7201,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-patch-panel",
|
||||
"name": "hwlab-patch-panel",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7301,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-router",
|
||||
"name": "hwlab-router",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7401,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-tunnel-client",
|
||||
"name": "hwlab-tunnel-client",
|
||||
"namespace": "hwlab-dev",
|
||||
"port": 7402,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-edge-proxy",
|
||||
"name": "hwlab-edge-proxy",
|
||||
@@ -231,15 +174,11 @@
|
||||
"HWLAB_CLOUD_DB_CONTRACT": "dev-redacted-presence-only",
|
||||
"HWLAB_CLOUD_RUNTIME_ADAPTER": "postgres",
|
||||
"HWLAB_CLOUD_RUNTIME_DURABLE": "true",
|
||||
"HWLAB_M3_IO_CONTROL_ENABLED": "true",
|
||||
"HWLAB_M3_GATEWAY_SIMU_1_URL": "http://hwlab-gateway-simu-1.hwlab-dev.svc.cluster.local:7101",
|
||||
"HWLAB_M3_GATEWAY_SIMU_2_URL": "http://hwlab-gateway-simu-2.hwlab-dev.svc.cluster.local:7101",
|
||||
"HWLAB_M3_PATCH_PANEL_URL": "http://hwlab-patch-panel.hwlab-dev.svc.cluster.local:7301",
|
||||
"HWLAB_M3_IO_CONTROL_ENABLED": "false",
|
||||
"HWLAB_CODE_AGENT_PROVIDER": "codex-stdio",
|
||||
"HWLAB_CODE_AGENT_MODEL": "gpt-5.5",
|
||||
"HWLAB_CODE_AGENT_TIMEOUT_MS": "1200000",
|
||||
"HWLAB_CODE_AGENT_OPENAI_BASE_URL": "http://127.0.0.1:49280/responses",
|
||||
"HWLAB_CODE_AGENT_HWLAB_API_BASE_URL": "http://hwlab-cloud-api.hwlab-dev.svc.cluster.local:6667",
|
||||
"HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED": "1",
|
||||
"HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR": "repo-owned",
|
||||
"HWLAB_CODE_AGENT_WORKSPACE": "/workspace/hwlab",
|
||||
@@ -319,87 +258,6 @@
|
||||
"HWLAB_ENVIRONMENT": "dev"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-gateway-simu",
|
||||
"namespace": "hwlab-dev",
|
||||
"healthPath": "/health/live",
|
||||
"profile": "dev",
|
||||
"replicas": 2,
|
||||
"instanceNames": [
|
||||
"hwlab-gateway-simu-1",
|
||||
"hwlab-gateway-simu-2"
|
||||
],
|
||||
"identityStrategy": "indexed-workloads",
|
||||
"env": {
|
||||
"HWLAB_GATEWAY_MODE": "simulator",
|
||||
"HWLAB_GATEWAY_ID": "gwsimu_1,gwsimu_2",
|
||||
"HWLAB_BOX_IDS": "boxsimu_1,boxsimu_2",
|
||||
"HWLAB_BOX_RESOURCES": "res_boxsimu_1,res_boxsimu_2",
|
||||
"HWLAB_BOX_URLS": "http://hwlab-box-simu-1.hwlab-dev.svc.cluster.local:7201,http://hwlab-box-simu-2.hwlab-dev.svc.cluster.local:7201"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-box-simu",
|
||||
"namespace": "hwlab-dev",
|
||||
"healthPath": "/health/live",
|
||||
"profile": "dev",
|
||||
"replicas": 2,
|
||||
"instanceNames": [
|
||||
"hwlab-box-simu-1",
|
||||
"hwlab-box-simu-2"
|
||||
],
|
||||
"identityStrategy": "indexed-workloads",
|
||||
"env": {
|
||||
"HWLAB_BOX_ID": "boxsimu_1,boxsimu_2",
|
||||
"HWLAB_BOX_RESOURCE_ID": "res_boxsimu_1,res_boxsimu_2",
|
||||
"HWLAB_GATEWAY_SESSION_ID": "gws_gwsimu_1,gws_gwsimu_2",
|
||||
"HWLAB_ENVIRONMENT": "dev"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-patch-panel",
|
||||
"namespace": "hwlab-dev",
|
||||
"healthPath": "/health/live",
|
||||
"profile": "dev",
|
||||
"replicas": 1,
|
||||
"m3Route": {
|
||||
"fromResourceId": "res_boxsimu_1",
|
||||
"fromPort": "DO1",
|
||||
"patchPanelServiceId": "hwlab-patch-panel",
|
||||
"toResourceId": "res_boxsimu_2",
|
||||
"toPort": "DI1"
|
||||
},
|
||||
"env": {
|
||||
"HWLAB_PATCH_PANEL_MODE": "dev-skeleton",
|
||||
"HWLAB_PATCH_PANEL_ENDPOINT_MAP": "{\"res_boxsimu_2\":\"http://hwlab-box-simu-2.hwlab-dev.svc.cluster.local:7201\"}",
|
||||
"HWLAB_PATCH_PANEL_WIRING_CONFIG": "{\"wiringConfigId\":\"wir_m3_do1_di1\",\"projectId\":\"prj_m3_hardware_loop\",\"gatewaySessionId\":\"gws_gwsimu_1\",\"name\":\"M3 simulated DO1 to DI1 patch wiring\",\"status\":\"active\",\"connections\":[{\"from\":{\"resourceId\":\"res_boxsimu_1\",\"port\":\"DO1\"},\"to\":{\"resourceId\":\"res_boxsimu_2\",\"port\":\"DI1\"},\"mode\":\"exclusive\"}],\"constraints\":{\"propagation\":\"patch-panel-only\",\"localLoopbackSubstituteAllowed\":false},\"createdAt\":\"2026-05-21T00:00:00.000Z\",\"updatedAt\":\"2026-05-21T00:00:00.000Z\"}",
|
||||
"HWLAB_ENVIRONMENT": "dev"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-router",
|
||||
"namespace": "hwlab-dev",
|
||||
"healthPath": "/health/live",
|
||||
"profile": "dev",
|
||||
"replicas": 1,
|
||||
"env": {
|
||||
"HWLAB_ROUTER_MODE": "edge-reachability",
|
||||
"HWLAB_EDGE_PROXY_SERVICE": "hwlab-edge-proxy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-tunnel-client",
|
||||
"namespace": "hwlab-dev",
|
||||
"healthPath": "/health/live",
|
||||
"profile": "dev",
|
||||
"replicas": 1,
|
||||
"env": {
|
||||
"HWLAB_TUNNEL_MODE": "frp-client",
|
||||
"HWLAB_FRP_SERVER_ADDR": "74.48.78.17",
|
||||
"HWLAB_FRP_PUBLIC_PORT": "16667",
|
||||
"HWLAB_FRP_WEB_PUBLIC_PORT": "16666"
|
||||
}
|
||||
},
|
||||
{
|
||||
"serviceId": "hwlab-edge-proxy",
|
||||
"namespace": "hwlab-dev",
|
||||
|
||||
Reference in New Issue
Block a user