From 80073c57f9fb58b872baa10acee593841ebfe4f3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 Mar 2020 00:22:37 +0000 Subject: [PATCH] armv7-test01/02: use correct kickstart and install commands Signed-off-by: Kevin Fenzi --- .../host_vars/armv7-test01.fedorainfracloud.org | 14 +++----------- .../host_vars/armv7-test02.fedorainfracloud.org | 14 +++----------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/inventory/host_vars/armv7-test01.fedorainfracloud.org b/inventory/host_vars/armv7-test01.fedorainfracloud.org index 79ef8f12d1..5c696c86bc 100644 --- a/inventory/host_vars/armv7-test01.fedorainfracloud.org +++ b/inventory/host_vars/armv7-test01.fedorainfracloud.org @@ -4,18 +4,10 @@ eth0_ip: 38.145.48.52 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-31-ext-aarch64 -ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/aarch64/os/ +ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-31-ext-armv7 +ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/armv7/os/ -virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} - --memory={{ mem_size }},maxmemory={{ max_mem_size }} - --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} - --vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x - 'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0 - hostname={{ inventory_hostname }} nameserver={{ dns }} - ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none' - --network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }} - --autostart --noautoconsole --rng /dev/random +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" volgroup: /dev/vg_guests lvm_size: 140000 diff --git a/inventory/host_vars/armv7-test02.fedorainfracloud.org b/inventory/host_vars/armv7-test02.fedorainfracloud.org index cb0a54f178..70c52cb5a7 100644 --- a/inventory/host_vars/armv7-test02.fedorainfracloud.org +++ b/inventory/host_vars/armv7-test02.fedorainfracloud.org @@ -4,18 +4,10 @@ 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-31-ext-aarch64 -ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/aarch64/os/ +ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-31-ext-armv7 +ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/armv7/os/ -virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} - --memory={{ mem_size }},maxmemory={{ max_mem_size }} - --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} - --vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x - 'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0 - hostname={{ inventory_hostname }} nameserver={{ dns }} - ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none' - --network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }} - --autostart --noautoconsole --rng /dev/random +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" volgroup: /dev/vg_guests lvm_size: 140000