diff --git a/inventory/group_vars/all b/inventory/group_vars/all index cac68d387e..659c7e0870 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -127,6 +127,16 @@ virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }} --network bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }} --autostart --noautoconsole --watchdog default --rng /dev/random +virt_install_command_ppc64le_one_nic_unsafe: virt-install -n {{ inventory_hostname }} + --memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio + --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 }} console=tty0 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 --watchdog default --rng /dev/random + virt_install_command_ppc64le_two_nic_unsafe: virt-install -n {{ inventory_hostname }} --memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe,io=threads diff --git a/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org index eed184ecbb..c52dc48417 100644 --- a/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org index bb64894a5b..50e8db8111 100644 --- a/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org index 897680ed0b..7e5704b5de 100644 --- a/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org index b38fd5bed1..9fa5101583 100644 --- a/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org index 287450c90c..fbc60e41a2 100644 --- a/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org index 8d05432500..3fb7946906 100644 --- a/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org index c437f2da48..c5f10ac4c0 100644 --- a/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org index 571293dff9..2c7894cd17 100644 --- a/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org index f2494e0b5d..546d1aff95 100644 --- a/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org index c565bca633..cb8771c596 100644 --- a/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org index 05ca30a06c..31ae53b814 100644 --- a/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org index 1b37b5c8a9..08738d2242 100644 --- a/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org index 512e90fa22..e22f6ea69e 100644 --- a/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org index 7bc945185a..288d6f9209 100644 --- a/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org index e8a1c70453..fee4fc7577 100644 --- a/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org index 9b60adc8da..5c19ac653d 100644 --- a/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org index 413137fdf7..51bf9acc16 100644 --- a/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org index 47c9a48c74..630283d3ec 100644 --- a/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org index 6c76f20eec..2e61e79767 100644 --- a/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org index 0840113c3b..3f310d2988 100644 --- a/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org index 2d2f2a56d8..0e8270cc2e 100644 --- a/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org index 38a36baf34..74101a5e2b 100644 --- a/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org index ea85d0ca31..346308772e 100644 --- a/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org index f2a5050db5..e3cd00baa4 100644 --- a/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org index ab4393d8bf..1102504464 100644 --- a/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org index d039881fac..ca4d279fab 100644 --- a/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org index d50a18b0d8..39af902602 100644 --- a/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org index 99f64e399b..58a4ce096a 100644 --- a/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org index c9983915e0..87178d1144 100644 --- a/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org index 7e79c8d98e..2b565142e5 100644 --- a/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org index 6744b53fc5..e2eef3d4f4 100644 --- a/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org index eda4b6a559..36aa879cb7 100644 --- a/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org index 037a69f763..92db5175dd 100644 --- a/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org index a062ab802a..80f4c14a38 100644 --- a/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org index 41badd87bb..0f2148120d 100644 --- a/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org index c99c02e3bf..2c37db953d 100644 --- a/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org index 779bea4df7..a791b67fbf 100644 --- a/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org index bd26d0ece6..03dc67b9ec 100644 --- a/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org index a4ca50c7fc..a34ebab5e8 100644 --- a/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org index e8dd3a8fb1..1e6e8647c7 100644 --- a/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org @@ -7,4 +7,4 @@ max_mem_size: 12288 num_cpus: 6 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/ppc64le/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}"