Skip to content

Commit b1c1c05

Browse files
committed
Sync appliances
1 parent 2bb2607 commit b1c1c05

10 files changed

+41
-13
lines changed

gns3server/appliances/juniper-junos-space.gns3a

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@
1212
"status": "stable",
1313
"maintainer": "GNS3 Team",
1414
"maintainer_email": "[email protected]",
15-
"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",
15+
"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",
1616
"symbol": "juniper-vqfx.svg",
1717
"port_name_format": "em{0}",
1818
"qemu": {
1919
"adapter_type": "e1000",
2020
"adapters": 4,
2121
"ram": 16384,
22+
"cpus": 4,
2223
"hda_disk_interface": "ide",
2324
"arch": "x86_64",
2425
"console_type": "telnet",
2526
"kvm": "require",
26-
"options": "-smp 4 -nographic"
27+
"options": "-nographic -machine q35,smbios-entry-point-type=32"
2728
},
2829
"images": [
2930
{

gns3server/appliances/juniper-vmx-legacy.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"arch": "x86_64",
3535
"console_type": "telnet",
3636
"kvm": "require",
37-
"options": "-nographic"
37+
"options": "-nographic -machine q35,smbios-entry-point-type=32"
3838
},
3939
"images": [
4040
{

gns3server/appliances/juniper-vmx-vcp.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"arch": "x86_64",
2727
"console_type": "telnet",
2828
"kvm": "require",
29-
"options": "-nographic -enable-kvm"
29+
"options": "-nographic -enable-kvm -machine q35,smbios-entry-point-type=32"
3030
},
3131
"images": [
3232
{

gns3server/appliances/juniper-vmx-vfp.gns3a

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
"adapter_type": "virtio-net-pci",
2121
"adapters": 13,
2222
"ram": 4096,
23+
"cpus": 4,
2324
"hda_disk_interface": "ide",
2425
"arch": "x86_64",
2526
"console_type": "telnet",
2627
"kvm": "require",
27-
"options": "-nographic -enable-kvm -smp cpus=3"
28+
"options": "-nographic -enable-kvm -machine q35,smbios-entry-point-type=32"
2829
},
2930
"images": [
3031
{

gns3server/appliances/juniper-vqfx-pfe.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"arch": "x86_64",
2424
"console_type": "vnc",
2525
"kvm": "require",
26-
"options": "-nographic"
26+
"options": "-nographic -machine q35,smbios-entry-point-type=32"
2727
},
2828
"images": [
2929
{

gns3server/appliances/juniper-vqfx-re.gns3a

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
"adapter_type": "virtio-net-pci",
2020
"adapters": 12,
2121
"ram": 1024,
22+
"cpus": 2,
2223
"hda_disk_interface": "ide",
2324
"arch": "x86_64",
2425
"console_type": "telnet",
2526
"kvm": "require",
26-
"options": "-nographic -smp 2"
27+
"options": "-nographic -machine q35,smbios-entry-point-type=32"
2728
},
2829
"images": [
2930
{

gns3server/appliances/juniper-vrr.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"arch": "x86_64",
2626
"console_type": "telnet",
2727
"kvm": "require",
28-
"options": "-nographic -enable-kvm"
28+
"options": "-nographic -enable-kvm -machine q35,smbios-entry-point-type=32"
2929
},
3030
"images": [
3131
{

gns3server/appliances/juniper-vsrx.gns3a

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
"adapter_type": "vmxnet3",
2020
"adapters": 6,
2121
"ram": 4096,
22+
"cpus": 2,
2223
"hda_disk_interface": "ide",
2324
"arch": "x86_64",
2425
"console_type": "telnet",
2526
"kvm": "require",
26-
"options": "-smp 2"
27+
"options": "-machine q35,smbios-entry-point-type=32"
2728
},
2829
"images": [
2930
{

gns3server/appliances/security-onion.gns3a

+27-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,27 @@
1313
"status": "stable",
1414
"maintainer": "Brent Stewart",
1515
"maintainer_email": "[email protected]",
16-
"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.",
16+
"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.",
1717
"symbol": "securityonion-logo.png",
1818
"qemu": {
1919
"adapter_type": "e1000",
2020
"adapters": 2,
21-
"ram": 3072,
21+
"ram": 4096,
2222
"hda_disk_interface": "ide",
2323
"arch": "x86_64",
2424
"console_type": "vnc",
25-
"kvm": "allow"
25+
"kvm": "allow",
26+
"options": "-cpu host"
2627
},
2728
"images": [
29+
{
30+
"filename": "securityonion-2.4.80-20240624.iso",
31+
"version": "2.4.80-20240624",
32+
"md5sum": "139f9762e926f9cb3c4a9528a3752c31",
33+
"filesize": 12391022592,
34+
"download_url": "https://github.com/Security-Onion-Solutions/securityonion/blob/2.4/main/DOWNLOAD_AND_VERIFY_ISO.md",
35+
"direct_download_url": "https://download.securityonion.net/file/securityonion/securityonion-2.4.80-20240624.iso"
36+
},
2837
{
2938
"filename": "securityonion-16.04.7.1.iso",
3039
"version": "16.04.7.1",
@@ -49,6 +58,14 @@
4958
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
5059
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso"
5160
},
61+
{
62+
"filename": "empty100G.qcow2",
63+
"version": "1.0",
64+
"md5sum": "5d9fec18a980f13002028491259f158d",
65+
"filesize": 198656,
66+
"download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3",
67+
"direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2"
68+
},
5269
{
5370
"filename": "empty30G.qcow2",
5471
"version": "1.0",
@@ -59,6 +76,13 @@
5976
}
6077
],
6178
"versions": [
79+
{
80+
"name": "2.4.80-20240624",
81+
"images": {
82+
"hda_disk_image": "empty100G.qcow2",
83+
"cdrom_image": "securityonion-2.4.80-20240624.iso"
84+
}
85+
},
6286
{
6387
"name": "16.04.7.1",
6488
"images": {

gns3server/appliances/ubuntu-docker.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"symbol": "linux_guest.svg",
1515
"docker": {
1616
"adapters": 1,
17-
"image": "gns3/ubuntu:focal",
17+
"image": "gns3/ubuntu:noble",
1818
"console_type": "telnet"
1919
}
2020
}

0 commit comments

Comments
 (0)