gns3-registry/packer
Jeremy Grossmann 4bd7510056
Merge pull request #701 from giangi/frr-alpine-update
packer/alpine-linux update to 3.16
2022-12-18 13:08:53 +05:45
..
alpine-linux packer/alpine-linux: remove iso_checksum_type and packer version requirement 2022-11-21 23:51:01 +01:00
alpine-linux-virt Update download link for Alpine Virt appliance 2022-10-03 22:07:44 +02:00
debian Debian packer template: Improvements 2022-12-10 11:44:34 +01:00
openbsd OpenBSD 5.8 2015-12-08 17:17:23 +01:00
tinycore-linux Remove Ostinato related packer files 2021-09-10 17:34:52 +05:30
compress_qcow2.sh Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
README.rst Add note about packer version dependency, fixes #584 2021-05-07 10:19:52 +02:00

Packer GNS3 appliance

This directory contain the packer build script used for some appliance in the GNS3 registry.

For building an appliance please install packer: https://packer.io/

And after run:

packer build template.json

If you want logs:

PACKER_LOG=1 packer build template.json

Packer versions 1.6.0 or later do not accept templates that use the iso_checksum_type attribute. To use these newer versions, you must delete the line containing iso_checksum_type from the template.json.

Conventions

User should be gns3 or root. Password should be gns3.

Note for OSX users

You need qemu with VNC support. If you are using homebrew you need to install it with:

brew install qemu --with-sdl