buildvm-aarch64-03: try moving this over to new hardware.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1e516e71b5
commit
94c75a098a
2 changed files with 4 additions and 2 deletions
|
@ -117,7 +117,7 @@ virt_install_command_aarch64_one_nic: virt-install -n {{ inventory_hostname }}
|
|||
|
||||
virt_install_command_aarch64_two_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe,io=threads
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }}
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
vmhost: aarch64-c03n1.arm.fedoraproject.org
|
||||
vmhost: buildvmhost-aarch64-10.arm.fedoraproject.org
|
||||
eth0_ip: 10.5.129.153
|
||||
eth1_ip: 10.5.127.34
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-aarch64
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/31/Server/aarch64/os/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue