I have no idea how I got it to work earlier by mistake

This commit is contained in:
Stephen Smoogen 2018-09-13 19:26:37 +00:00
parent ae536323b2
commit bab2147b9a
2 changed files with 0 additions and 15 deletions

View file

@ -107,13 +107,6 @@ virt_install_command_aarch64_one_nic: virt-install -n {{ inventory_hostname }}
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
--autostart --noautoconsole --rng /dev/random
virt_install_command_aarch64_pxe: virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} --pxe
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
--autostart --noautoconsole --rng /dev/random
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 }}

View file

@ -19,11 +19,3 @@ mem_size: 16384
max_mem_size: 16384
num_cpus: 4
install_noc: noc01.phx2.fedoraproject.org
install_mac: 52:54:00:e0:ac:42
# Inside this, expect /vmlinuz and /initrd.img
install_binpath: /uefi/aarch64/f28
install_ks: http://10.5.126.23/repo/rhel/ks/kvm-fedora-28-aarch64-osbs
install_repo: http://10.5.126.23/pub/fedora/linux/releases/28/Server/aarch64/os/
virt_install_command: " {{ virt_install_command_aarch64_pxe }} "