a76d3744b0
Test ironic using the REST API. Tests currently implemented: - list chassis - list nodes - list drivers - create node - create port - validate node - update node - delete node Change-Id: I0a8ede31d8d3baa3f120ecb3e85bb8ff16e011d4
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"driver": "agent_ipmitool",
|
|
"name": "happynode",
|
|
"driver_info": {
|
|
"deploy_kernel": "http://example.com/kernel.tgz",
|
|
"ipmi_address": "1.2.3.4",
|
|
"ipmi_username": "admin",
|
|
"ipmi_password": "TrickyPa55",
|
|
"deploy_ramdisk": "http://example.com/ramdisk.qcow"
|
|
}
|
|
}
|