HashiCorp Nomad

v0.1.6

Deep Nomad operations — full job lifecycle (inspect, history, scale, dispatch, revert, promote, stop), allocation introspection + restart + signal + stop, node fleet management (drain, eligibility, purge), evaluation + deployment status, operator raft + autopilot, CSI + host volumes, ACL policies + tokens, namespaces + quotas. Authenticates via NOMAD_ADDR + NOMAD_TOKEN on the runner host.

Pack ID
nomad
Vendor
emisar
OS
linux
Actions
49
Required binaries: nomad. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:dbd62a057f81bc25c383c6e770196893aec9f50051ee9c320ab1efd4a9e1a16c

on the runner host
sudo emisar pack install nomad \
  --hash sha256:dbd62a057f81bc25c383c6e770196893aec9f50051ee9c320ab1efd4a9e1a16c \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 49 total

View on GitHub