GNS3 devices registry
Go to file
2015-09-17 15:44:41 +02:00
appliances Add usage instructions 2015-09-17 15:44:41 +02:00
schemas Document port segment size 2015-09-03 10:49:05 +02:00
.gitignore Generate a website with devices 2015-07-16 15:24:20 +02:00
AUTHORS Generate a website with devices 2015-07-16 15:24:20 +02:00
check.py Add a JSON schema to the registry 2015-09-02 11:21:50 +02:00
LICENSE Initial version allowing to install a basic image 2015-05-21 16:42:26 +02:00
new_appliance.py Add a script for helping people to create a new appliance 2015-09-03 10:28:38 +02:00
README.rst .json => gns3a 2015-09-11 14:42:01 +02:00
requirements.txt .json => gns3a 2015-09-11 14:42:01 +02:00

GNS3-registry

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

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

Create a new appliance

python3 new_appliance.py