Skip to content

Commit da305f8

Browse files
authored
Merge pull request #905 from GNS3/use-32bit-smbios-juniper-devices
Use 32-bit SMBIOS in all Juniper appliances
2 parents f29bfb2 + 121f6d9 commit da305f8

8 files changed

+13
-9
lines changed

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
{

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
{

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
{

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
{

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
{

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
{

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
{

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
{

0 commit comments

Comments
 (0)