openstack-ansible-os_ironic/tests/create_node.json
Neill Cox a76d3744b0 Add tests for the ironic REST API
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
2016-04-08 17:58:39 +10:00

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"
}
}