[ ~/netbox-packer ]tty0

emerson@netdevops:~/netbox-packer$ ./describe.sh netbox-packer

netbox-packer

NetBox plugin for HashiCorp Packer — links image builds, template versions, and artifact metadata to NetBox virtual machine records.

netbox-packer connects HashiCorp Packer build pipelines to NetBox, creating a traceable link between golden image templates and the virtual machines that run them.

Packer templates, build runs, artifact versions, and platform metadata are stored in NetBox and associated with the VM records managed by netbox-proxbox.

license=Apache-2.0netbox=4.6.xpython=3.12+

overview

emerson@netdevops:~/netbox-packer$ cat OVERVIEW.md

netbox-packer connects HashiCorp Packer build pipelines to NetBox, creating a traceable link between golden image templates and the virtual machines that run them.

Packer templates, build runs, artifact versions, and platform metadata are stored in NetBox and associated with the VM records managed by netbox-proxbox.

features

emerson@netdevops:~/netbox-packer$ ./features --list

  • ├─Packer template registry with version tracking
  • ├─Build run history: status, duration, artifact output
  • ├─Artifact version linked to NetBox VM and platform records
  • ├─Builder and provisioner metadata documentation
  • ├─Image ancestry: which VM was built from which template version
  • ├─REST API for all plugin models
  • ├─Webhook-ready for CI/CD pipeline integration

stack

emerson@netdevops:~/netbox-packer$ cat stack.txt

  • NetBox plugin (Django / Python 3.12+)
  • HashiCorp Packer HCL2 template parsing
  • netbox-proxbox (companion plugin for VM context)

install

emerson@netdevops:~/netbox-packer$ install

install
emerson@netdevops:~$ pip install netbox-packer

# Requires netbox-proxbox for VM context. Packer builds push metadata via the plugin REST API.

repo

emerson@netdevops:~/netbox-packer$ repo:stats

$ gh repo view emersonfelipesp/netbox-packer --json
stars
0
forks
0
lang
Python
release
v0.0.2.post1

static · from public/github-data

emerson@netdevops:~/netbox-packer$ links