Six new bare-metal Dell OptiPlex 3070 hosts were racked and registered on
the legacy cobbler server; replicate their ENC classification here.
- Add prodnxsr0014-0019.main.unkin.net, role roles::base, environment develop
- Bump the prodnxsr node-count comment from 13 to 19
Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
CI installed vault by shelling out to `dnf install vault -y`, which reads
metadata for every enabled repo (appstream/baseos/crb/epel/ha) and downloads
the 169MB vendored vault RPM from the unkin repo on every pipeline run
(~39s per plan/apply job).
- Replace the dnf install with a pinned curl of the upstream vault zip from
the artifactapi hashicorp-releases remote proxy, extracted with python3 to
/usr/local/bin/vault.
- Pin the version via a VAULT_VERSION env var (1.20.0).
terragrunt-enc is the single source of truth for encapi ENC data (Puppet
statuses, roles, and node classifications), managed with Terraform/Terragrunt.
It supersedes Cobbler classification for Puppet and the terraform-incus
dual-write prototype (PR #39).
- Add modules/encapi (encapi_status / encapi_role / encapi_node, nodes
FK-ordered after their role and status).
- Add config/encapi leaf: 3 statuses, 51 roles, and 143 node assignments
(130 container VMs env production + 13 prodnxsr physicals env develop),
all YAML-driven.
- Add config/root.hcl (consul backend infra/terraform/enc/<leaf>/state) and
the encapi provider from the artifactapi registry (v0.1.0).
- Add Makefile, Woodpecker pre-commit/plan/apply pipelines, pre-commit
config, ci/extract_incus_nodes.py, and expand the README.