mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-28 18:43:31 +00:00
Merge pull request #7 from theCiscoGeek/update-opnsense
Update opnsense
This commit is contained in:
@@ -2,6 +2,4 @@
|
|||||||
|
|
||||||
Here you will find collections of OPNsense node definitions.
|
Here you will find collections of OPNsense node definitions.
|
||||||
|
|
||||||
**NOTE:** There seems to be an odd ACPI issue that prevents OPNsense from booting within CML when using a single CPU. Setting the CPU count to two resolved the issue.
|
|
||||||
|
|
||||||
Default credentials are `root:opnsense`
|
Default credentials are `root:opnsense`
|
||||||
|
|||||||
@@ -26,8 +26,9 @@ sim:
|
|||||||
driver: asav
|
driver: asav
|
||||||
disk_driver: virtio
|
disk_driver: virtio
|
||||||
ram: 2048
|
ram: 2048
|
||||||
cpus: 2
|
cpus: 1
|
||||||
nic_driver: virtio
|
nic_driver: virtio
|
||||||
|
cpu_limit: 100
|
||||||
boot:
|
boot:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
completed:
|
completed:
|
||||||
@@ -38,11 +39,13 @@ inherited:
|
|||||||
cpus: true
|
cpus: true
|
||||||
data_volume: false
|
data_volume: false
|
||||||
boot_disk_size: false
|
boot_disk_size: false
|
||||||
|
cpu_limit: true
|
||||||
node:
|
node:
|
||||||
ram: true
|
ram: true
|
||||||
cpus: true
|
cpus: true
|
||||||
data_volume: false
|
data_volume: false
|
||||||
boot_disk_size: false
|
boot_disk_size: false
|
||||||
|
cpu_limit: true
|
||||||
configuration:
|
configuration:
|
||||||
generator:
|
generator:
|
||||||
driver: null
|
driver: null
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Once you have the image archive, unarchive it, convert the image to qcow2, and t
|
|||||||
|
|
||||||
Here is an example of how I did it:
|
Here is an example of how I did it:
|
||||||
|
|
||||||
`bzip2 -d OPNsense-20.7-OpenSSL-nano-amd64.img`
|
`bzip2 -d OPNsense-20.7-OpenSSL-nano-amd64.img.bz2`
|
||||||
|
|
||||||
`qemu-img convert -f raw -O qcow2 OPNsense-20.7-OpenSSL-nano-amd64.img OPNsense-20.7-OpenSSL-nano-amd64.qcow2`
|
`qemu-img convert -f raw -O qcow2 OPNsense-20.7-OpenSSL-nano-amd64.img OPNsense-20.7-OpenSSL-nano-amd64.qcow2`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user