From afef6737746d3eae2b95874f03d56b02e415a7f2 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 17 Oct 2024 16:58:23 +0200 Subject: [PATCH] Add to templates. --- templates.fif.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 0a827c8a..55317b76 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2517,20 +2517,20 @@ }, "remote_desktop_server": { "profiles": { - "fedora-Workstation-live-iso-x86_64-*-64bit": 40 + "fedora-Workstation-live-iso-x86_64-*-64bit": 35 }, "settings": { "BOOTFROM": "c", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "NICTYPE": "tap", "POSTINSTALL": "remote_desktop_server", - "POST_STATIC": "172.16.2.107 rdpserver.openqa.fedoraproject.org", + "POST_STATIC": "172.16.2.107 king.test.openqa.fedoraproject.org", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%", "WORKER_CLASS": "tap" } }, - "remote_desktop_client": { + "remote_desktop_freerdp": { "profiles": { "fedora-Workstation-live-iso-x86_64-*-64bit": 40 }, @@ -2540,7 +2540,7 @@ "NICTYPE": "tap", "POSTINSTALL": "remote_desktop_client", "PARALLEL_WITH": "remote_desktop_server", - "POST_STATIC": "172.16.2.108 rdpclient.openqa.fedoraproject.org", + "POST_STATIC": "172.16.2.108 pawn.test.openqa.fedoraproject.org", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%", "WORKER_CLASS": "tap"