Skip to content

Commit

Permalink
Document registration at each boot scenario (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmazzotti authored Jul 7, 2023
1 parent 3793c99 commit 5c7ac47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/machineregistration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ The UUID will be retrieved from the SMBIOS data if available, otherwise a random
#### machineInventoryLabels

Labels that will be set to the `MachineInventory` that is created from this `MachineRegistration`
`Key: value` type. These labels will be used to establish a selection criteria in [MachineInventorySelectorTemplate](machineinventoryselectortemplate-reference.md).
`Key: value` type. These labels will be used to establish a selection criteria in [MachineInventorySelectorTemplate](machineinventoryselectortemplate-reference.md).

Elemental Teal nodes will run `elemental-register` at each boot.
It is possible to update the `machineInventoryLabels` so that all registered nodes will apply the new labels on the next boot.

:::info
When `elemental:registration:no-smbios` is set to `false` (default), Labels are interpolated with [SMBIOS](https://www.dmtf.org/standards/smbios) data. This allows to store hardware information in custom labels.
Expand Down

0 comments on commit 5c7ac47

Please sign in to comment.