-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2440 from GNS3/release/v2.2.51
release/v2.2.51
- Loading branch information
Showing
13 changed files
with
128 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"appliance_id": "00714342-14b2-4281-aa20-9043ca8dc26e", | ||
"name": "NixOS", | ||
"category": "guest", | ||
"description": "NixOS QEMU Appliance for images created with nixos-generator. Automatically sets hostname based on vmname.", | ||
"vendor_name": "NixOS", | ||
"vendor_url": "https://nixos.org/", | ||
"vendor_logo_url": "https://avatars.githubusercontent.com/u/487568", | ||
"documentation_url": "https://github.com/ob7/gns3-nixos-appliance", | ||
"product_name": "NixOS", | ||
"product_url": "https://github.com/NixOS/nixpkgs", | ||
"registry_version": 4, | ||
"status": "experimental", | ||
"availability": "free", | ||
"maintainer": "ob7dev", | ||
"maintainer_email": "[email protected]", | ||
"usage": "For custom NixOS images, create qcow2 VM with: nixos-generate -f qcow -c ./server.nix Import it into GNS3 as image. VM name is passed into QEMU guest with Advanced Options field entry: -fw_cfg name=opt/vm_hostname,string=%vm-name%", | ||
"symbol": ":/symbols/affinity/circle/gray/template.svg", | ||
"first_port_name": "eth0", | ||
"port_name_format": "eth{0}", | ||
"qemu": { | ||
"adapter_type": "e1000", | ||
"adapters": 4, | ||
"ram": 256, | ||
"cpus": 1, | ||
"hda_disk_interface": "ide", | ||
"arch": "x86_64", | ||
"console_type": "telnet", | ||
"kvm": "allow", | ||
"options": "-fw_cfg name=opt/vm_hostname,string=%vm-name%", | ||
"on_close": "power_off" | ||
}, | ||
"images": [ | ||
{ | ||
"filename": "nixos-24-11.qcow2", | ||
"version": "24.11", | ||
"md5sum": "2459f05136836dd430402d75cba0f205", | ||
"download_url": "https://github.com/nix-community/nixos-generators", | ||
"filesize": 1749483520, | ||
"download_url": "https://f.ob7.us/gns3/", | ||
"direct_download_url": "http://ob7.us/nixos-24-11.qcow2" | ||
} | ||
], | ||
"versions": [ | ||
{ | ||
"name": "24.11", | ||
"images": { | ||
"hda_disk_image": "nixos-24-11.qcow2" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
jsonschema>=4.23,<4.24 | ||
aiohttp>=3.10.3,<3.11 | ||
aiohttp>=3.10.10,<3.11 | ||
aiohttp-cors>=0.7.0,<0.8 | ||
aiofiles>=24.1.0,<25.0 | ||
Jinja2>=3.1.4,<3.2 | ||
sentry-sdk==2.12,<2.13 # optional dependency | ||
psutil==6.0.0 | ||
sentry-sdk>=2.17,<2.18 # optional dependency | ||
psutil>=6.1.0 | ||
async-timeout>=4.0.3,<4.1 | ||
distro>=1.9.0 | ||
py-cpuinfo>=9.0.0,<10.0 | ||
platformdirs>=2.4.0 | ||
importlib-resources>=1.3; python_version < '3.9' | ||
truststore>=0.9.1; python_version >= '3.10' | ||
truststore>=0.10.0; python_version >= '3.10' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.