From 3d695e58b36abc699d8d58005afb9ba6170e982e Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 24 Mar 2025 15:13:35 -0400 Subject: [PATCH] Turn on nftables for all of staging. Signed-off-by: James Antill --- inventory/group_vars/staging | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 1022f624c3..3e20b7a21e 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -41,6 +41,8 @@ network_connections: name: eth0 type: ethernet mtu: 9000 +# Do we want to use nftables instead of iptables +nftables: true ocp_wildcard_cert_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.cert # This is the openshift wildcard cert for ocp stg ocp_wildcard_cert_name: wildcard-2024.apps.ocp.stg.fedoraproject.org