buildvm / aarch64/armv7: simplify host vars, drop armv7 special tasks in create, set group vars for f33 on all arm buildvms
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b6415b23cb
commit
babf36a356
69 changed files with 13 additions and 593 deletions
|
@ -6,14 +6,13 @@ mem_size: 40960
|
||||||
max_mem_size: "{{ mem_size }}"
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 5
|
num_cpus: 5
|
||||||
max_cpu: "{{ num_cpus }}"
|
max_cpu: "{{ num_cpus }}"
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-aarch64
|
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/31/Server/aarch64/os/
|
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/aarch64/os/
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.129.254
|
gw: 10.3.170.254
|
||||||
dns: 10.5.126.21
|
dns: 10.3.163.33
|
||||||
main_bridge: br0
|
|
||||||
nfs_bridge: br1
|
virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}"
|
||||||
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
|
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
|
@ -2,21 +2,20 @@
|
||||||
# common items for the buildvm-aarmv7* koji builders
|
# common items for the buildvm-aarmv7* koji builders
|
||||||
volgroup: /dev/vg_guests
|
volgroup: /dev/vg_guests
|
||||||
lvm_size: 140000
|
lvm_size: 140000
|
||||||
mem_size: 24000
|
mem_size: 40960
|
||||||
max_mem_size: "{{ mem_size }}"
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 5
|
num_cpus: 5
|
||||||
max_cpu: "{{ num_cpus }}"
|
max_cpu: "{{ num_cpus }}"
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-armv7
|
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/31/Server/armhfp/os/
|
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/armhfp/os/
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.129.254
|
gw: 10.3.170.254
|
||||||
dns: 10.5.126.21
|
dns: 10.3.163.33
|
||||||
|
|
||||||
# This is reverted so that eth1 gets br0 and eth0 gets br1
|
# This is reverted so that eth1 gets br0 and eth0 gets br1
|
||||||
# This seems some kind of bug where in the guest kernel the devices are swapped around
|
# This seems some kind of bug where in the guest kernel the devices are swapped around
|
||||||
# when compared to the host.
|
# when compared to the host.
|
||||||
main_bridge: br0
|
virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}"
|
||||||
nfs_bridge: br1
|
|
||||||
virt_install_command: "{{ virt_install_command_armv7_one_nic }}"
|
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.61
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.62
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.63
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.64
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.65
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.66
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.67
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.68
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.69
|
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.70
|
eth0_ip: 10.3.170.70
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.71
|
eth0_ip: 10.3.170.71
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.72
|
eth0_ip: 10.3.170.72
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.73
|
eth0_ip: 10.3.170.73
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.74
|
eth0_ip: 10.3.170.74
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.75
|
eth0_ip: 10.3.170.75
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.76
|
eth0_ip: 10.3.170.76
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.77
|
eth0_ip: 10.3.170.77
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.78
|
eth0_ip: 10.3.170.78
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.79
|
eth0_ip: 10.3.170.79
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.80
|
eth0_ip: 10.3.170.80
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.81
|
eth0_ip: 10.3.170.81
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.82
|
eth0_ip: 10.3.170.82
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.83
|
eth0_ip: 10.3.170.83
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.84
|
eth0_ip: 10.3.170.84
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.85
|
eth0_ip: 10.3.170.85
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.86
|
eth0_ip: 10.3.170.86
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.87
|
eth0_ip: 10.3.170.87
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.88
|
eth0_ip: 10.3.170.88
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.89
|
eth0_ip: 10.3.170.89
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.90
|
eth0_ip: 10.3.170.90
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.144
|
eth0_ip: 10.3.170.144
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.145
|
eth0_ip: 10.3.170.145
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.146
|
eth0_ip: 10.3.170.146
|
||||||
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_armv7_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.91
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.92
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-01.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.93
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.94
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.95
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-02.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.96
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.97
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.98
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-03.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.99
|
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.100
|
eth0_ip: 10.3.170.100
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.101
|
eth0_ip: 10.3.170.101
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-04.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.102
|
eth0_ip: 10.3.170.102
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.103
|
eth0_ip: 10.3.170.103
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.104
|
eth0_ip: 10.3.170.104
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-05.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.105
|
eth0_ip: 10.3.170.105
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.106
|
eth0_ip: 10.3.170.106
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.107
|
eth0_ip: 10.3.170.107
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-06.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.108
|
eth0_ip: 10.3.170.108
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.109
|
eth0_ip: 10.3.170.109
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.110
|
eth0_ip: 10.3.170.110
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-07.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.111
|
eth0_ip: 10.3.170.111
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.112
|
eth0_ip: 10.3.170.112
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.113
|
eth0_ip: 10.3.170.113
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-08.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.114
|
eth0_ip: 10.3.170.114
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.115
|
eth0_ip: 10.3.170.115
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.116
|
eth0_ip: 10.3.170.116
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-09.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.117
|
eth0_ip: 10.3.170.117
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.118
|
eth0_ip: 10.3.170.118
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.119
|
eth0_ip: 10.3.170.119
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-10.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.120
|
eth0_ip: 10.3.170.120
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.141
|
eth0_ip: 10.3.170.141
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.142
|
eth0_ip: 10.3.170.142
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
vmhost: bvmhost-a64-11.iad2.fedoraproject.org
|
||||||
eth0_ip: 10.3.170.143
|
eth0_ip: 10.3.170.143
|
||||||
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_aarch64_one_nic_unsafe }}"
|
|
||||||
ipa_server: ipa01.iad2.fedoraproject.org
|
|
||||||
gw: 10.3.170.254
|
|
||||||
dns: 10.3.163.33
|
|
||||||
datacenter: iad2
|
|
||||||
|
|
|
@ -35,61 +35,11 @@
|
||||||
delay: 20
|
delay: 20
|
||||||
when: inventory_hostname not in result.list_vms
|
when: inventory_hostname not in result.list_vms
|
||||||
|
|
||||||
- name: ARMv7 copy the kernel out
|
|
||||||
shell: "virt-builder --get-kernel {{ volgroup }}/{{ inventory_hostname }} --output /var/lib/libvirt/images/ | awk -F/ '{print $NF}' > /var/lib/libvirt/images/{{ inventory_hostname }}-details.txt"
|
|
||||||
delegate_to: "{{ vmhost}}"
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: ARMv7 extract the kernel details
|
|
||||||
command: "head -n1 /var/lib/libvirt/images/{{ inventory_hostname }}-details.txt"
|
|
||||||
delegate_to: "{{ vmhost}}"
|
|
||||||
register: host_armv7kernel
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: ARMv7 extract the initrd details
|
|
||||||
command: "tail -n1 /var/lib/libvirt/images/{{ inventory_hostname }}-details.txt"
|
|
||||||
delegate_to: "{{ vmhost}}"
|
|
||||||
register: host_armv7initrd
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: ARMv7 copy the cmdline out
|
|
||||||
shell: "virt-cat -a {{ volgroup }}/{{ inventory_hostname }} /boot/extlinux/extlinux.conf | grep -m1 append | sed -e 's/append //'"
|
|
||||||
delegate_to: "{{ vmhost}}"
|
|
||||||
register: host_cmdline
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: ARMv7 update the virt parameters
|
|
||||||
vars:
|
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
|
||||||
virt_boot: domain={{ inventory_hostname }} kernel=/var/lib/libvirt/images/{{ host_armv7kernel.stdout }} initrd=/var/lib/libvirt/images/{{ host_armv7initrd.stdout }} cmdline={{ host_cmdline.stdout }}
|
|
||||||
delegate_to: "{{ vmhost }}"
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: when armv7kernelupdate is set we are done
|
|
||||||
fail: msg="armv7kernelupdate was set, so kernel has been updated and target booted up"
|
|
||||||
when: env != 'staging' and armv7kernelupdate is defined
|
|
||||||
|
|
||||||
- name: start the vm up and set it to autostart
|
- name: start the vm up and set it to autostart
|
||||||
virt: state=running name={{ inventory_hostname }} autostart=True
|
virt: state=running name={{ inventory_hostname }} autostart=True
|
||||||
delegate_to: "{{ vmhost }}"
|
delegate_to: "{{ vmhost }}"
|
||||||
when: inventory_hostname not in result.list_vms
|
when: inventory_hostname not in result.list_vms
|
||||||
|
|
||||||
- name: ARMv7 pause while VM updates
|
|
||||||
pause: seconds=5
|
|
||||||
when: env != 'staging' and inventory_hostname.startswith(('buildvm-a32', 'buildvm-armv7','armv7-test')) and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
|
||||||
tags:
|
|
||||||
- armv7-kernel
|
|
||||||
|
|
||||||
- name: make sure there is no old ssh host key for the host still around
|
- name: make sure there is no old ssh host key for the host still around
|
||||||
local_action: known_hosts path={{item}} host={{ inventory_hostname }} state=absent
|
local_action: known_hosts path={{item}} host={{ inventory_hostname }} state=absent
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue