aarch64-test: up memory to 4gb instead of 2gb, move one back to f29
This commit is contained in:
parent
97f49e7e89
commit
3240d41f18
2 changed files with 5 additions and 2 deletions
|
@ -8,3 +8,6 @@ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
|||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
|
|
@ -4,6 +4,6 @@ eth0_ip: 38.145.48.50
|
|||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-30-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/development/30/Server/aarch64/os/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/development/29/Server/aarch64/os/
|
||||
volgroup: /dev/rhel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue