Skip to content

alerta/packer-templates

Repository files navigation

Packer Templates for Alerta

These Packer templates can be used to build virtual machine images for alerta.

Set-up

To build an Amazon AMI check the base AMI image is correct for your region and then validate the template:

$ packer validate amazon-ami.json

To build a VMWare or VirtualBox 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.

About

Packer templates used to build virtual machine images for alerta

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages