Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

packer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Packer Integration Pack

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.

Configuration

  • exec_path - full path to packer binary (default: /usr/local/bin/packer)
  • atlas_token - Hashicorp Atlas token, needed for push action.

Actions

  • packer.build - Build images from a packer template
  • packer.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 Packer
  • packer.inspect - Takes a template and outputs the various components a template defines
  • packer.push - Push a template to Hashicorp Atlas
  • packer.validate - Validate a packer template