Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alerta/packer-templates

Packer templates used to build virtual machine images for alerta
https://github.com/alerta/packer-templates

alerta packer-template

Last synced: about 1 month ago
JSON representation

Packer templates used to build virtual machine images for alerta

Awesome Lists containing this project

README

        

Packer Templates for Alerta
===========================

These [Packer](https://packer.io) templates can be used to build virtual machine images for [alerta](http://alerta.io/).

Set-up
------
To build an [Amazon AMI](https://www.packer.io/docs/builders/amazon-ebs.html) check the base AMI image is correct for your region and then validate the template:

$ packer validate amazon-ami.json

To build a [VMWare](https://www.packer.io/docs/builders/vmware-iso.html) or [VirtualBox](https://www.packer.io/docs/builders/virtualbox-iso.html) image ensure that the virtualisation software is locally installed and then validate the template:

$ packer validate vm-images.json

Build Images
------------
To build an Amazon AMI run:

$ packer-build-ami.sh VERSION RELEASE

To build a VMWare Image and a VirtualBox image run:

$ packer-build-vm.sh VERSION RELEASE

License
-------
Copyright (c) 2015 Nick Satterly. Available under the MIT License.