Julien Duponchelle 8bd7c8ff5f Proposal of a loab balancer icon.
It's based on the firewall and gateway symbol from GNS3.
2016-01-21 11:06:22 +01:00
2016-01-21 11:06:22 +01:00
2015-07-16 15:24:20 +02:00
2015-11-11 10:51:11 +01:00
2015-11-11 10:43:47 +01:00
2016-01-18 12:19:33 +01:00
2016-01-18 15:49:05 +01:00
2015-09-23 10:04:17 +02: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.

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.

Description
GNS3 devices registry
Readme GPL-3.0
Languages
Shell 44.6%
Python 42%
Dockerfile 12.6%
HTML 0.8%