test/config/lab/files/template_simplex.json5
croy 82d417b9e6 New StarlingX Automation Framework
Fresh start for the StarlingX automation framework.

Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
2024-11-29 16:01:57 -05:00

20 lines
496 B
Plaintext

{
"floating_ip": "3851:dc57:c69a:3c77:5d53:29a1:f39c:3d9f",
"lab_name": "MySimplexLab",
"lab_type": "Simplex",
"admin_credentials": {
"user_name": "fake_user",
"password": "fake_password"
},
"bm_password": "",
"use_jump_server": false,
"horizon_url": "https://[3851:dc57:c69a:3c77:5d53:29a1:f39c:3d9f]:8443/",
"lab_capabilities": [],
"nodes": {
"controller-0": {
"ip": "3851:dc57:c69a:3c77:5d53:29a1:f39c:3d9f",
"node_type": "Controller",
"node_capabilities": []
}
}
}