GNS3 devices registry
Go to file
2022-12-20 11:52:48 +00:00
appliances Fixed MD5 hash for FAZ_VM64_KVM-v7.0.5-build0365-FORTINET.out.kvm.qcow2 2022-12-19 20:06:38 -05:00
cloud-init New appliance: Debian 2022-01-01 14:58:46 +01:00
docker Force default location pidfiles to be created at DB creation time, so utils like ovs-appctl can find the PID. 2022-07-12 15:26:16 -03:00
packer Merge pull request #701 from giangi/frr-alpine-update 2022-12-18 13:08:53 +05:45
schemas "appliance_id" is now required and check for duplicate appliance UUID 2021-10-22 14:59:59 +10:30
symbols Added Alpine Linux (virt kernel) 2022-09-28 02:46:00 +02:00
.gitignore gitignore 2022-07-19 18:22:16 +05:30
.travis.yml Add libgnutls28-dev for Travis builds 2019-08-16 11:38:56 +08:00
.whitesource Add .whitesource configuration file 2022-12-20 11:52:48 +00:00
AUTHORS Generate a website with devices 2015-07-16 15:24:20 +02:00
check_urls.py check_urls: 'images' property is now optional, handle Ctrl-C 2016-05-12 22:48:30 +02:00
check.py "appliance_id" is now required and check for duplicate appliance UUID 2021-10-22 14:59:59 +10:30
LICENSE Initial version allowing to install a basic image 2015-05-21 16:42:26 +02:00
new_appliance.py "appliance_id" is now required and check for duplicate appliance UUID 2021-10-22 14:59:59 +10:30
patch_appliance.py Add appliance_id to every appliance 2021-10-11 11:47:58 +10:30
picture.py Fix for #416 2019-04-17 07:46:58 +02:00
prettify_appliances.py Prettify appliances 2020-08-19 12:11:52 +02:00
PULL_REQUEST_TEMPLATE.md New vSRX releases 2017-12-31 16:00:44 +01:00
README.rst Add policy about new appliance containing image links. Fixes #618 2021-10-22 15:26:22 +10:30
requirements.txt Update dependencies 2021-10-16 22:25:59 +10:30

GNS3-registry

image

This is the GNS3 registry where user can share appliances configurations and symbols.

Policy for new appliances

We welcome pull requests for new appliances.

Regarding images / disks referenced in new appliance files, we accept links that point to well-known vendor websites or other trusted source websites.

For new contribution, we accept links depending on multiple criteria: the kind of appliance, who submits it and especially if scripts to build the images(s) are provided (packer scripts are recommended for Qemu appliances). Then we will build on our side, verify and upload the image(s) on the GNS3 Sourceforge account.

For Docker appliances, please provide a Dockerfile.

Add a new symbol

Look for examples in the symbols directory.

Add a new appliance

Two way to create a new appliance:
  • Copy paste a JSON from the appliances directory
  • Use the new_appliance.py

After that you can send us a pull request on Github.

In schemas/appliance.json you have a JSON with a schema for controlling the file and can be use as documentation for each fields.

Docker container

This repository contain also the source of Docker container publish by the GNS3 team and that can be used as appliance in GNS3.

Tools

All tools require python3 and the installation of dependencies via:

pip3 install -r requirements.txt

Check appliance files

python3 check.py
python3 check_urls.py

If imagemagick is installed, it will be used to check the symbol properties. Otherwise an (experimental) internal function will do that.

Create a new appliance

python3 new_appliance.py

Prettify appliances JSON

This will indent the JSON of all appliance and sort the key in same order as the JSON schema.