From ba23745ab86860dcccf0b90cf2c7c38c58108472 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 11 Dec 2021 11:41:59 -0800 Subject: [PATCH] buildvm-x86: set eth0_ipv4_nm Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/buildvm b/inventory/group_vars/buildvm index f87fd604e0..078d2f9080 100644 --- a/inventory/group_vars/buildvm +++ b/inventory/group_vars/buildvm @@ -11,6 +11,7 @@ csi_security_category: High dns: 10.3.163.33 docker_registry: "candidate-registry.fedoraproject.org" eth0_ipv4_gw: 10.3.169.254 +eth0_ipv4_nm: 255.255.2555.0 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file host_group: kojibuilder