From e659530e3a38747e38e6c5acc12bae9613c0f5be Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Fri, 18 Feb 2022 19:10:14 -0800 Subject: [PATCH] use domain configured for dnsmasq in support server --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index ea3743e2..b6ecd918 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1348,7 +1348,7 @@ "NUMDISKS": "2", "PARALLEL_CANCEL_WHOLE_CLUSTER": "0", "POSTINSTALL": "_support_server", - "POST_STATIC": "172.16.2.110 support.test.openqa.fedoraproject.org", + "POST_STATIC": "172.16.2.110 support.test.openqa.rockylinux.org", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "NONE", "USER_LOGIN": "false",