From bab2147b9aa7d909fc749e9a48fae674bc471055 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 13 Sep 2018 19:26:37 +0000 Subject: [PATCH] I have no idea how I got it to work earlier by mistake --- inventory/group_vars/all | 7 ------- .../osbs-aarch64-master01.stg.arm.fedoraproject.org | 8 -------- 2 files changed, 15 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 7e177dda5a..ccb6072d6c 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -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 }} diff --git a/inventory/host_vars/osbs-aarch64-master01.stg.arm.fedoraproject.org b/inventory/host_vars/osbs-aarch64-master01.stg.arm.fedoraproject.org index 8f91ef7638..7eeae5a9e2 100644 --- a/inventory/host_vars/osbs-aarch64-master01.stg.arm.fedoraproject.org +++ b/inventory/host_vars/osbs-aarch64-master01.stg.arm.fedoraproject.org @@ -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 }} "