This commit introduces the test case for rehoming one subcloud. Test Plan: PASS: Deploy two DC systems, one with one subcloud and the other one with only the system controllers. Run the test case and verify that the subcloud is correctly migrated from one DC system to the other one and then migrated back to its original system controller. Change-Id: Ibd95d5abeb302a767f42a6177ef1d087442dc304 Signed-off-by: Gustavo Pereira <gustavo.lyrapereira@windriver.com>
39 lines
845 B
Plaintext
39 lines
845 B
Plaintext
{
|
|
"floating_ip": "10.2.3.125",
|
|
"lab_name": "MyDCLab",
|
|
"lab_type": "Standard",
|
|
"admin_credentials": {
|
|
"user_name": "fake_user",
|
|
"password": "fake_password"
|
|
},
|
|
"bm_password": "",
|
|
"use_jump_server": false,
|
|
"horizon_url": "https://10.2.3.125:8443/",
|
|
"lab_capabilities": [],
|
|
"nodes": {
|
|
"controller-0": {
|
|
"ip": "10.2.3.126",
|
|
"node_type": "Controller",
|
|
"node_capabilities": []
|
|
},
|
|
"controller-1": {
|
|
"ip": "10.2.3.127",
|
|
"node_type": "Controller",
|
|
"node_capabilities": []
|
|
},
|
|
"compute-0": {
|
|
"ip": "10.2.3.128",
|
|
"node_type": "Compute",
|
|
"node_capabilities": []
|
|
},
|
|
"compute-1": {
|
|
"ip": "10.2.3.129",
|
|
"node_type": "Compute",
|
|
"node_capabilities": []
|
|
}
|
|
},
|
|
"subclouds": {
|
|
"subcloud1": "config/lab/files/template_subcloud1.json5",
|
|
"subcloud2": "config/lab/files/template_subcloud2.json5"
|
|
}
|
|
} |