mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 02:19:35 +00:00
82e97ed6545ca72b29e29bb35896642c6680dbb7
* Travis creates a Go v1.13.4 environment, checks out the source repo, and _then_ executes the `install` block to install `golint` * With module-aware Go, this means installing `golint` caused a diff, before the Matchbox `make` target was invoked. Builds were correctly identified as "dirty" as a result * Release tags v0.8.1 and v0.8.2 have been removed to avoid any confusion. Container images with binaries considered dirty have been removed as well
matchbox

matchbox is a service that matches bare-metal machines to profiles that PXE boot and provision clusters. Machines are matched by labels like MAC or UUID during PXE and profiles specify a kernel/initrd, iPXE config, and Container Linux or Fedora CoreOS config.
Features
- Chainload via iPXE and match hardware labels
- Provision Container Linux and Fedora CoreOS (powered by Ignition)
- Authenticated gRPC API for clients (e.g. Terraform)
Documentation
Installation
Matchbox can be installed from a binary or a container image.
- Install Matchbox on Kubernetes, on a Linux host, or as a container
- Setup a PXE-enabled network
Tutorials
Getting started provisioning machines with Container Linux.
- Local QEMU/KVM
- Clusters
Contrib
- dnsmasq - Run DHCP, TFTP, and DNS services as a container
- terraform-provider-matchbox - Terraform provider plugin for Matchbox
Description
Languages
Go
90.6%
Shell
6.9%
Makefile
2.2%
Dockerfile
0.3%