Add bootapi repository #49

Merged
benvin merged 1 commits from benvin/bootapi-repo into main 2026-07-28 18:41:49 +10:00
Owner

Why

bootapi is a new Go service that replaces Cobbler's PXE/kickstart function. It renders kickstart files and iPXE boot scripts from NetBox device data and serves them over HTTP to PXE-booting hosts. The ENC half of Cobbler already moved to encapi; bootapi covers the provisioning/boot half so that adding a host becomes: terraform netbox + encapi, then PXE-boot against bootapi.

Change

  • Add config/git.unkin.net/unkin/repository/bootapi.yaml, modeled on the encapi entry: public repo, squash merge, delete-branch-after-merge, main branch protection requiring the pre-commit/test/build Woodpecker checks and benvin approval.

https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv

## Why bootapi is a new Go service that replaces Cobbler's PXE/kickstart function. It renders kickstart files and iPXE boot scripts from NetBox device data and serves them over HTTP to PXE-booting hosts. The ENC half of Cobbler already moved to encapi; bootapi covers the provisioning/boot half so that adding a host becomes: terraform netbox + encapi, then PXE-boot against bootapi. ## Change - Add `config/git.unkin.net/unkin/repository/bootapi.yaml`, modeled on the encapi entry: public repo, squash merge, delete-branch-after-merge, `main` branch protection requiring the pre-commit/test/build Woodpecker checks and benvin approval. https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
unkinben added 1 commit 2026-07-28 16:58:40 +10:00
Add bootapi repository
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
d53b6841e1
bootapi is a Go service replacing Cobbler's PXE/kickstart side: it renders
kickstart files and iPXE boot scripts from NetBox data and serves them to
PXE-booting hosts. The ENC half already moved to encapi; bootapi covers the
provisioning/boot half.

Adds config/git.unkin.net/unkin/repository/bootapi.yaml modeled on encapi:
public repo, squash merges, delete-branch-after-merge, main branch protection
requiring the pre-commit/test/build Woodpecker checks and benvin approval.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
benvin merged commit c0fc234a1c into main 2026-07-28 18:41:49 +10:00
benvin deleted branch benvin/bootapi-repo 2026-07-28 18:41:50 +10:00
Sign in to join this conversation.