Skip to content
Russell Seymour edited this page Feb 15, 2017 · 2 revisions

Usage

To create a skeleton wombat project run the following command:

$ wombat init

In this skeleton project a sample wombat.yml file will be generated. Please refer to the Configuration page for more information about this file.

The googlecompute builder exists, but not all images will build nor is there deployment support for it at this time.

Building images with Packer

Once the project has been configured the wombat command can be used to build images using packer.

$ wombat build [-o BUILDER] TEMPLATE [TEMPLATE2]

Code Listing 1: Build image from one or more templates

$ wombat build [-o BUILDER]

Code Listing 2: Build all images sequentially

$ wombat build [-o BUILDER] --parallel

Code Listing 3: Build all images in parallel

The supported builders that can be specified in this command are:

  • amazon-ebs
  • azure-arm

If no builder is given then amazon-ebs will be used.

For Cloud specific instructions please refer to the following:

Clone this wiki locally