gns3-registry/packer
2016-06-30 16:02:25 +02:00
..
alpine-linux Cleanup unbreakable space 2016-05-18 17:11:58 +02:00
openbsd OpenBSD 5.8 2015-12-08 17:17:23 +01:00
tinycore-linux update ostinato to v0.8 2016-06-30 16:02:25 +02:00
compress_qcow2.sh Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
README.rst Alpine linux image build and appliance file 2015-10-05 15:03:19 +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

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