Skip to content

boedy/packer-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer Templates

This repository contains configurations and scripts to build templates to be used in AuroraCompute.

These are Linux or *BSD based templates which can be generated using Packer.io.

Packer version >= 0.8.5 is required

Usage

Run ./build.sh -h to get the usage info.

All templates can be found in templates/ directory.

Examples

To build a single template:

$ ./build.sh -t ubuntu1404

To build all templates:

$ ./build.sh -a

Requirements

Make sure that packer, qemu-img and qemu-system are installed. Packer can be obtained from Packer.io. Unzip and place in /usr/local/sbin or ~/sbin.

If you want to use the functionality to upload to S3 you will need to have s3cmd installed and configured.

License

Apache License. Please see License File for more information.

About

The packer templates we use to create our Virtual Machine templates for AuroraCompute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.1%
  • Python 8.9%