This service handles BMC interactions.
- machine and BMC power on/off/reset
- setting next boot device
- user management
- setting BMC network source
The gRPC PBnJ server listens by default on port 50051.
This can be started with pbnj server
.
Use pbnj server --help
for more runtime details.
Build
make image
Run
# default gRPC port is 50051
make run-image
Build
# builds the binary and puts it in ./bin/
make build
Run
# default gRPC port is 50051; does a `go run` of the code base
make run-server
Documentation on enabling authorization can be found here.
See the contributors guide here.
For complete documentation, please visit the Tinkerbell project hosted at tinkerbell.org.