Skip to content

Commit

Permalink
docs: rename boots to smee
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Grahl <[email protected]>
  • Loading branch information
bittermandel committed Sep 23, 2023
1 parent 9d7b75b commit c936dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ The Tinkerbell stack consists of several microservices, and a gRPC API:
`tink-worker` and `tink-server` communicate over gRPC, and are responsible for processing workflows.
The CLI is the user-interactive piece for creating workflows and their building blocks, templates and hardware data.

### Boots
### Smee

[Boots][2] is Tinkerbell's DHCP server.
[Smee][2] is Tinkerbell's DHCP server.
It handles DHCP requests, hands out IPs, and serves up iPXE.
It uses the Tinkerbell client to pull and push hardware data.
It only responds to a predefined set of MAC addresses so it can be deployed in an existing network without interfering with existing DHCP infrastructure.
Expand Down Expand Up @@ -97,7 +97,7 @@ export OTEL_EXPORTER_OTLP_INSECURE=true
For complete documentation, please visit the Tinkerbell project hosted at [tinkerbell.org](https://tinkerbell.org).

[1]: https://github.com/tinkerbell/tink
[2]: https://github.com/tinkerbell/boots
[2]: https://github.com/tinkerbell/smee
[3]: https://github.com/tinkerbell/hegel
[4]: https://github.com/tinkerbell/osie
[5]: https://github.com/tinkerbell/hook
Expand Down

0 comments on commit c936dd6

Please sign in to comment.