File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
templates/provider/libvirt Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Configuration files for Virtualbox and KVM/libvirt environments specify the numb
133133| Cumulus Linux | cumulus | 2 | 1024 | virtio |
134134| Cumulus Linux 5.x (NVUE) | cumulus_nvue | 2 | 1024 | virtio |
135135| Dell OS10 | dellos10 | 2 | 2048 | e1000 |
136- | Fortinet FortiOS | fortios | 1 | 1024 | virtio |
136+ | Fortinet FortiOS | fortios | 1 | 2048 | virtio |
137137| FRR | frr | 1 | 1024 | virtio |
138138| Generic Linux host | linux | 1 | 1024 | virtio |
139139| Juniper vSRX 3.0 | vsrx | 2 | 4096 | virtio |
Original file line number Diff line number Diff line change 11<domain type =' kvm' >
22 <name >vm_box</name >
3- <memory unit =' MiB' >1024 </memory >
4- <currentMemory unit =' MiB' >1024 </currentMemory >
3+ <memory unit =' MiB' >2048 </memory >
4+ <currentMemory unit =' MiB' >2048 </currentMemory >
55 <vcpu placement =' static' >1</vcpu >
66 <resource >
77 <partition >/machine</partition >
Original file line number Diff line number Diff line change 44 {{ name }}.vm.provider :libvirt do |domain|
55 domain.disk_bus = 'ide'
66 domain.cpus = 1
7- domain.memory = 1024
7+ domain.memory = 2048
88 end
You can’t perform that action at this time.
0 commit comments