cloud-init operations

v0.1.3

cloud-init introspection + boot diagnostics + stage re-runs. Use when an EC2/GCE/Azure VM finishes booting but the workload didn't come up the way it should: check overall status, blame slow modules, dump user-data / cloud-config / vendor-data as the instance actually saw them, tail the cloud-init logs, and (with operator approval) re-run individual modules or the full init pipeline.

Pack ID
cloud-init
Vendor
emisar
OS
linux
Actions
23
Required binaries: cloud-init. 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:ab60a913fe7c4bae1fdbc169f99e97562f64b689d73cb6369c8546b423fcb2f8

on the runner host
sudo emisar pack install cloud-init \
  --hash sha256:ab60a913fe7c4bae1fdbc169f99e97562f64b689d73cb6369c8546b423fcb2f8 \
  --dest /etc/emisar/packs

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

Actions 23 total

View on GitHub