mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +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.
|
||||
|
||||
**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`
|
||||
|
@@ -26,8 +26,9 @@ sim:
|
||||
driver: asav
|
||||
disk_driver: virtio
|
||||
ram: 2048
|
||||
cpus: 2
|
||||
cpus: 1
|
||||
nic_driver: virtio
|
||||
cpu_limit: 100
|
||||
boot:
|
||||
timeout: 300
|
||||
completed:
|
||||
@@ -38,11 +39,13 @@ inherited:
|
||||
cpus: true
|
||||
data_volume: false
|
||||
boot_disk_size: false
|
||||
cpu_limit: true
|
||||
node:
|
||||
ram: true
|
||||
cpus: true
|
||||
data_volume: false
|
||||
boot_disk_size: false
|
||||
cpu_limit: true
|
||||
configuration:
|
||||
generator:
|
||||
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:
|
||||
|
||||
`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`
|
||||
|
||||
|
Reference in New Issue
Block a user