mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
GNS3 devices registry
2ce4fafcf4
Upgrade to Juniper 15 since the 12 is no longer available to download |
||
---|---|---|
appliances | ||
packer | ||
schemas | ||
symbols | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
check_urls.py | ||
check.py | ||
LICENSE | ||
new_appliance.py | ||
patch_appliance.py | ||
prettify_appliances.py | ||
README.rst | ||
requirements.txt |
GNS3-registry
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.