ORION-Runtime / config /kria_edge_node.json
Alvoradozerouno's picture
ORION: Kria SSH integration + audit logs + pre-commit hook fix
d52e623
Raw
History Blame Contribute Delete
908 Bytes
{
"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/"
]
}
}