From 14f18966372e366e1a9bca313e51c42ef888a8b0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 11 Dec 2021 11:40:22 -0800 Subject: [PATCH] buildvm-x86: set eth0_ipv4_gw Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/buildvm b/inventory/group_vars/buildvm index 440be713d7..f87fd604e0 100644 --- a/inventory/group_vars/buildvm +++ b/inventory/group_vars/buildvm @@ -10,7 +10,7 @@ csi_relationship: | csi_security_category: High dns: 10.3.163.33 docker_registry: "candidate-registry.fedoraproject.org" -gw: 10.5.125.254 +eth0_ipv4_gw: 10.3.169.254 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file host_group: kojibuilder