This integration pack allows StackStorm to control Packer, a tool for creating machine and container images for multiple platforms from a single source configuration.
Requires packer
to be installed on Worker nodes. See configuration for
additional details.
exec_path
- full path to packer binary (default: /usr/local/bin/packer)atlas_token
- Hashicorp Atlas token, needed forpush
action.
packer.build
- Build images from a packer templatepacker.fix
- Takes a template and finds backwards incompatible parts of it and brings it up to date so it can be used with the latest version of Packerpacker.inspect
- Takes a template and outputs the various components a template definespacker.push
- Push a template to Hashicorp Atlaspacker.validate
- Validate a packer template