Files
test/config/lab/files/default.json5
Ashish Jaywant 8bd43b68ca Adding support for power-manager, nfd and node_interface_metrics_exp apps for use in upgrade pipeline and independently
Change-Id: Ia9ca9645b3e7346225987df814a563d027e4a302
Signed-off-by: Ashish Jaywant <ashish.jaywant@windriver.com>
2025-07-09 11:28:10 -04:00

35 lines
677 B
Plaintext

{
"floating_ip": "10.2.3.120",
"lab_name": "MyLab",
"lab_type": "Standard",
"admin_credentials": {
"user_name": "fake_user",
"password": "fake_password"
},
"bm_password": "",
"use_jump_server": false,
"ssh_port": 22,
"lab_capabilities": [],
"nodes": {
"Controller-0": {
"ip": "10.2.3.121",
"node_type": "Controller",
"node_capabilities": []
},
"Controller-1": {
"ip": "10.2.3.122",
"node_type": "Controller",
"node_capabilities": []
},
"Compute-0": {
"ip": "10.2.3.123",
"node_type": "Compute",
"node_capabilities": []
},
"Compute-1": {
"ip": "10.2.3.124",
"node_type": "Compute",
"node_capabilities": []
}
}
}