Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alerta/packer-templates
- Owner: alerta
- Created: 2014-01-16T22:53:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T07:52:00.000Z (over 6 years ago)
- Last Synced: 2024-05-21T04:15:39.152Z (7 months ago)
- Topics: alerta, packer-template
- Language: Shell
- Homepage: http://alerta.io
- Size: 26.4 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.