tinkerbell / pbnj

Service for interacting with BMCs
Apache License 2.0
109 stars 38 forks source link
bare-metal baremetal bmc bmclib ipmi ipmitool redfish tinkerbell

PBNJ

For each commit and PR

Description

This service handles BMC interactions.

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.

Usage

Container

Build

make image

Run

# default gRPC port is 50051
make run-image

Local

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

Authorization

Documentation on enabling authorization can be found here.

Contributing

See the contributors guide here.

Website

For complete documentation, please visit the Tinkerbell project hosted at tinkerbell.org.