-
Notifications
You must be signed in to change notification settings - Fork 264
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 #2409 from GNS3/2.2
Release v2.2.49
- Loading branch information
Showing
21 changed files
with
66 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-rrequirements.txt | ||
|
||
pytest==7.2.0 | ||
flake8==5.0.4 | ||
pytest-timeout==2.1.0 | ||
pytest-aiohttp==1.0.4 | ||
pytest==8.3.2 | ||
flake8==7.1.0 | ||
pytest-timeout==2.3.1 | ||
pytest-aiohttp==1.0.5 |
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 |
---|---|---|
|
@@ -12,18 +12,19 @@ | |
"status": "stable", | ||
"maintainer": "GNS3 Team", | ||
"maintainer_email": "[email protected]", | ||
"usage": "16 GB RAM is the bare minimum; you should use 32/64 GB in production deplyments.\nDefault credentials:\n- CLI: admin / abc123\n- WebUI: super / juniper123", | ||
"usage": "16 GB RAM is the bare minimum; you should use 32/64 GB in production deployments.\nDefault credentials:\n- CLI: admin / abc123\n- WebUI: super / juniper123", | ||
"symbol": "juniper-vqfx.svg", | ||
"port_name_format": "em{0}", | ||
"qemu": { | ||
"adapter_type": "e1000", | ||
"adapters": 4, | ||
"ram": 16384, | ||
"cpus": 4, | ||
"hda_disk_interface": "ide", | ||
"arch": "x86_64", | ||
"console_type": "telnet", | ||
"kvm": "require", | ||
"options": "-smp 4 -nographic" | ||
"options": "-nographic -machine q35,smbios-entry-point-type=32" | ||
}, | ||
"images": [ | ||
{ | ||
|
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
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 |
---|---|---|
|
@@ -13,18 +13,27 @@ | |
"status": "stable", | ||
"maintainer": "Brent Stewart", | ||
"maintainer_email": "[email protected]", | ||
"usage": "Your default account will have sudo priviledges. Squil and Squert username and password are configured in the Setup wizard. MySQL root is set to null. For more info see https://github.com/Security-Onion-Solutions/security-onion/wiki/Passwords.", | ||
"usage": "Your default account will have sudo privileges. Squil and Squert username and password are configured in the Setup wizard. MySQL root is set to null. For more info see https://github.com/Security-Onion-Solutions/security-onion/wiki/Passwords.", | ||
"symbol": "securityonion-logo.png", | ||
"qemu": { | ||
"adapter_type": "e1000", | ||
"adapters": 2, | ||
"ram": 3072, | ||
"ram": 4096, | ||
"hda_disk_interface": "ide", | ||
"arch": "x86_64", | ||
"console_type": "vnc", | ||
"kvm": "allow" | ||
"kvm": "allow", | ||
"options": "-cpu host" | ||
}, | ||
"images": [ | ||
{ | ||
"filename": "securityonion-2.4.80-20240624.iso", | ||
"version": "2.4.80-20240624", | ||
"md5sum": "139f9762e926f9cb3c4a9528a3752c31", | ||
"filesize": 12391022592, | ||
"download_url": "https://github.com/Security-Onion-Solutions/securityonion/blob/2.4/main/DOWNLOAD_AND_VERIFY_ISO.md", | ||
"direct_download_url": "https://download.securityonion.net/file/securityonion/securityonion-2.4.80-20240624.iso" | ||
}, | ||
{ | ||
"filename": "securityonion-16.04.7.1.iso", | ||
"version": "16.04.7.1", | ||
|
@@ -49,6 +58,14 @@ | |
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/", | ||
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso" | ||
}, | ||
{ | ||
"filename": "empty100G.qcow2", | ||
"version": "1.0", | ||
"md5sum": "5d9fec18a980f13002028491259f158d", | ||
"filesize": 198656, | ||
"download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3", | ||
"direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2" | ||
}, | ||
{ | ||
"filename": "empty30G.qcow2", | ||
"version": "1.0", | ||
|
@@ -59,6 +76,13 @@ | |
} | ||
], | ||
"versions": [ | ||
{ | ||
"name": "2.4.80-20240624", | ||
"images": { | ||
"hda_disk_image": "empty100G.qcow2", | ||
"cdrom_image": "securityonion-2.4.80-20240624.iso" | ||
} | ||
}, | ||
{ | ||
"name": "16.04.7.1", | ||
"images": { | ||
|
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
2 changes: 1 addition & 1 deletion
2
...tatic/web-ui/main.a1204c9aa64b1cc15d28.js → ...tatic/web-ui/main.99a70a8d013fc974361c.js
Large diffs are not rendered by default.
Oops, something went wrong.
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