Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/rackhd/nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Nodes are defined via a JSON definition that conform to this schema:
- sku (string): the SKU 'id' that has been matched from the SKU workflow task
- createdAt (string): ISO8601 date string of time resource was created
- updatedAt (string): ISO8601 date string of time resource was last updated
- identifiers (array of strings): a list of strings that make up alternative identifiers for the node.
- identifiers (array of strings): a list of strings that make up alternative identifiers for the node
- obms (array of objects): a list of objects that define out-of-band management access mechanisms
- relations (array of objects): a list of relationship objects


Expand Down
4 changes: 2 additions & 2 deletions docs/rackhd/passive_discovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ using different settings. For example, a smart PDU:
"options":{"defaults":{"nodeId": "55b6afba024fd1b349afc148"}}}' \
<server>/api/1.1/nodes/55b6afba024fd1b349afc148/workflows

And a management server (or other server you do not want to or ca not to reboot
And a management server (or other server you do not want to or cannot to reboot
to interrogate)

.. code-block:: REST

curl -X POST \
-H 'Content-Type: application/json' \
-d '{"name":"nodeName", "type": "compute", \
"obmSettings": [ { "service": "ipmi-obm-service", "config": { "host": "10.1.1.3", \
"obms": [ { "service": "ipmi-obm-service", "config": { "host": "10.1.1.3", \
"user": "admin", "password": "admin" } } ] }' \
<server>/api/current/nodes

Expand Down
4 changes: 2 additions & 2 deletions docs/rackhd/samples/discovered-compute-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"08:00:27:27:eb:12"
],
"name": "08:00:27:27:eb:12",
"obmSettings": [
"obms": [
{
"config": {},
"ref": "/api/2.0/obms/58806bb776fab9d82b831e52",
"service": "noop-obm-service"
}
],
Expand Down