From 5ffd90edbad2e6072d68bd03fd966f1ff21b4bc8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jun 2020 10:51:00 -0700 Subject: [PATCH] iad2: arm buildvms: use the correct install command Signed-off-by: Kevin Fenzi --- inventory/host_vars/buildvm-a32-01.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-02.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-03.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-04.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-05.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-06.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-07.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-08.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a32-09.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-03.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-04.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-05.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-06.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-07.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-08.iad2.fedoraproject.org | 2 +- inventory/host_vars/buildvm-a64-09.iad2.fedoraproject.org | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/inventory/host_vars/buildvm-a32-01.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-01.iad2.fedoraproject.org index d45f3ce76c..05af8137fd 100644 --- a/inventory/host_vars/buildvm-a32-01.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-01.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.61 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-02.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-02.iad2.fedoraproject.org index 01d1b04075..aa9a4a99a9 100644 --- a/inventory/host_vars/buildvm-a32-02.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-02.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.62 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-03.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-03.iad2.fedoraproject.org index 82625607e3..fafa7fef31 100644 --- a/inventory/host_vars/buildvm-a32-03.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-03.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.63 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-04.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-04.iad2.fedoraproject.org index c4dcc7b024..36b8d5b3a9 100644 --- a/inventory/host_vars/buildvm-a32-04.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-04.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.64 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-05.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-05.iad2.fedoraproject.org index 6775460889..7dab457e25 100644 --- a/inventory/host_vars/buildvm-a32-05.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-05.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.65 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-06.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-06.iad2.fedoraproject.org index 372a340706..6a1aeec390 100644 --- a/inventory/host_vars/buildvm-a32-06.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-06.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.66 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-07.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-07.iad2.fedoraproject.org index 884cfc49ca..365456ad79 100644 --- a/inventory/host_vars/buildvm-a32-07.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-07.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.67 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-08.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-08.iad2.fedoraproject.org index 3b3ed207ff..082708c9c6 100644 --- a/inventory/host_vars/buildvm-a32-08.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-08.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.68 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a32-09.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-09.iad2.fedoraproject.org index 54cc827222..4dfe485fb9 100644 --- a/inventory/host_vars/buildvm-a32-09.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-09.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.69 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org index 3212c8a068..db813a5722 100644 --- a/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.91 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org index a26f02c394..dbc0fb1fca 100644 --- a/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.92 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-03.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-03.iad2.fedoraproject.org index b238d4cd0a..262f39c9f7 100644 --- a/inventory/host_vars/buildvm-a64-03.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-03.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.93 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-04.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-04.iad2.fedoraproject.org index e021e7fb4b..84b83c6031 100644 --- a/inventory/host_vars/buildvm-a64-04.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-04.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.94 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-05.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-05.iad2.fedoraproject.org index 374e36434e..5cea7149e1 100644 --- a/inventory/host_vars/buildvm-a64-05.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-05.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.95 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-06.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-06.iad2.fedoraproject.org index 0ab0bc9565..0e4741df58 100644 --- a/inventory/host_vars/buildvm-a64-06.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-06.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.96 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-07.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-07.iad2.fedoraproject.org index b26cc13ed4..040e7cb2a3 100644 --- a/inventory/host_vars/buildvm-a64-07.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-07.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.97 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-08.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-08.iad2.fedoraproject.org index f44c2a556d..c1dd2bba17 100644 --- a/inventory/host_vars/buildvm-a64-08.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-08.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.98 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-a64-09.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-09.iad2.fedoraproject.org index d165999b03..27457bebb7 100644 --- a/inventory/host_vars/buildvm-a64-09.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-09.iad2.fedoraproject.org @@ -4,5 +4,5 @@ eth0_ip: 10.3.170.99 ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2 resolvconf: "resolv.conf/iad2" -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" +virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}" ipa_server: ipa01.iad2.fedoraproject.org