Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/rackhd_vlab/discovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ To talk with BMC, RackHD needs to be configured with the BMC's IP and credential

.. code-block:: shell

curl -X PUT -H 'Content-Type: application/json' -d ' { "service": "ipmi-obm-service", "config": { "host": "<BMC-IP>", "user": "admin", "password": "admin" } }' localhost:9090/api/current/nodes/<node_id>/obm
curl -X PUT -H "Content-Type: application/json" -d '{ "nodeId": "<node_id>", "service": "ipmi-obm-service", "config": { "user": "admin", "password": "admin", "host": "<BMC-IP>" } }' localhost:9090/api/current/nodes/<node_id>/obm

(3) Once the OBM credentials have been configured, RackHD can communicate with BMC in workflows (e.g. power-cycle the BMC or retrieve poller data)

Expand Down