words and test case for capture kpi for deployment phases of a subcloud
- Implement keywords related to dcmanager subcloud delete operations.
- Implement keywords related to dcmanager subcloud phased deployment
operations.
- Implement testcase for the capture kpi for deployment phases of a
subcloud
Change-Id: Ic686f5aa8365addfbbb1e8cdfcf5b22e164e7638
Signed-off-by: vineela-pachchipulusu <Vineela.Pachchipulusu@windriver.com>
34 lines
687 B
Plaintext
34 lines
687 B
Plaintext
{
|
|
floating_ip: "10.2.3.130",
|
|
lab_name: "Subcloud1",
|
|
lab_type: "Standard",
|
|
admin_credentials: {
|
|
user_name: "fake_user",
|
|
password: "fake_password"
|
|
},
|
|
bm_password: "",
|
|
use_jump_server: false,
|
|
lab_capabilities: [],
|
|
nodes: {
|
|
"controller-0": {
|
|
ip: "10.2.3.131",
|
|
node_type: "Controller",
|
|
node_capabilities: [],
|
|
},
|
|
"controller-1": {
|
|
ip: "10.2.3.132",
|
|
node_type: "Controller",
|
|
node_capabilities: []
|
|
},
|
|
"compute-0": {
|
|
ip: "10.2.3.133",
|
|
node_type: "Compute",
|
|
node_capabilities: []
|
|
},
|
|
"compute-1": {
|
|
ip: "10.2.3.134",
|
|
node_type: "Compute",
|
|
node_capabilities: []
|
|
}
|
|
}
|
|
} |