Spaces:
Configuration error
Configuration error
| { | |
| "node_name": "kria_kv260", | |
| "node_id": "edge_node_01", | |
| "role": "fpga_edge_processor", | |
| "ssh": { | |
| "host": "192.168.1.160", | |
| "user": "ubuntu", | |
| "port": 22, | |
| "auth_method": "key", | |
| "key_path": "~/.ssh/id_rsa", | |
| "timeout_seconds": 15, | |
| "keepalive_interval": 30 | |
| }, | |
| "hardware": { | |
| "board": "Xilinx_Kria_KV260", | |
| "soc": "ZynqMP_XCK26", | |
| "fpga": "UltraScalePlus", | |
| "ram_gb": 4, | |
| "storage_gb": 32 | |
| }, | |
| "services": { | |
| "ollama": { "port": 11434, "enabled": true }, | |
| "mqtt": { "port": 1883, "enabled": true }, | |
| "ssh": { "port": 22, "enabled": true } | |
| }, | |
| "health_check": { | |
| "interval_seconds": 60, | |
| "endpoint": "/health", | |
| "methods": ["ping", "ssh", "http"] | |
| }, | |
| "sync": { | |
| "enabled": true, | |
| "direction": "bidirectional", | |
| "paths": [ | |
| "/home/ubuntu/orion/", | |
| "/home/ubuntu/eira_runtime/", | |
| "/home/ubuntu/models/" | |
| ] | |
| } | |
| } |