GNS3 devices registry
Go to file
2017-03-06 15:41:02 +01:00
appliances Update informatiosn 2017-03-06 15:40:29 +01:00
docker snmpsimulator container 2016-11-15 10:52:23 +01:00
packer update ostinato to v0.8 2016-06-30 16:02:25 +02:00
schemas Avaibility can't be a required property otherwise it's broke old appliance 2017-03-06 15:41:02 +01:00
symbols Fix invalid properties in linux_guest.svg 2017-02-22 15:09:29 +01:00
.gitignore Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
.travis.yml Turn off check urls because too much external failures .... 2016-01-04 09:23:28 +01: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 Docker container support 2016-04-27 16:08:24 +02:00
LICENSE Initial version allowing to install a basic image 2015-05-21 16:42:26 +02:00
new_appliance.py The appliance should use the gns3a extension 2015-10-05 15:29:06 +02:00
patch_appliance.py Cleanup unbreakable space 2016-05-18 17:11:58 +02:00
prettify_appliances.py Cleanup unbreakable space 2016-05-18 17:11:58 +02:00
README.rst Move all docker container to the registry 2016-04-07 10:21:15 +02:00
requirements.txt Use berhnard is check urls 2016-02-04 13:48:25 +01:00

GNS3-registry

image

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

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

You need to install imagemagick before running check.py.

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.