From 487cd3b4836c3f5936825de24a1e37cf0cb05775 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 Mar 2020 15:43:32 +0000 Subject: [PATCH] aarch64-test01/02: just use the ip address here and avoid dns issues. Signed-off-by: Kevin Fenzi --- inventory/host_vars/aarch64-test01.fedorainfracloud.org | 4 ++-- inventory/host_vars/aarch64-test02.fedorainfracloud.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/host_vars/aarch64-test01.fedorainfracloud.org b/inventory/host_vars/aarch64-test01.fedorainfracloud.org index cb0a54f178..cae38072e4 100644 --- a/inventory/host_vars/aarch64-test01.fedorainfracloud.org +++ b/inventory/host_vars/aarch64-test01.fedorainfracloud.org @@ -4,8 +4,8 @@ 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://209.132.181.6/repo/rhel/ks/kvm-fedora-31-ext-aarch64 +ks_repo: http://209.132.181.6/pub/fedora/linux/releases/31/Server/aarch64/os/ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} --memory={{ mem_size }},maxmemory={{ max_mem_size }} diff --git a/inventory/host_vars/aarch64-test02.fedorainfracloud.org b/inventory/host_vars/aarch64-test02.fedorainfracloud.org index d4ddfa9695..93b24426b4 100644 --- a/inventory/host_vars/aarch64-test02.fedorainfracloud.org +++ b/inventory/host_vars/aarch64-test02.fedorainfracloud.org @@ -4,8 +4,8 @@ eth0_ip: 38.145.48.51 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://209.132.181.6/repo/rhel/ks/kvm-fedora-31-ext-aarch64 +ks_repo: http://209.132.181.6/pub/fedora/linux/releases/31/Server/aarch64/os/ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} --memory={{ mem_size }},maxmemory={{ max_mem_size }}