chore: fixed titles missing from documents

This commit is contained in:
David Allen 2025-07-22 12:54:37 -06:00
parent 31bf2031d6
commit 60b4a0cf8b
Signed by: towk
GPG key ID: 793B2924A49B3A3F
16 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Discovering Nodes Dynamically with Redfish
In the tutorial, we used static discovery to populate our inventory in SMD instead of dynamically discovering nodes on our network. Static discovery is good when we know beforehand the MAC address, IP address, xname, and/or node ID of our nodes and guarantees deterministic behavior. However, sometimes we might not know these properties or we may want to check the current state of our hardware, say for a failure. In these scenario, we can probe our hardware dynamically using the scanning feature from `magellan` and then update the state of our inventory.
For this demonstration, we have two prerequisites: