From e8769a4e2345ffc2bf949e980b93eafd7466757c Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Wed, 6 Jul 2022 10:08:21 -0700 Subject: [PATCH] add install_package_set_* tests only to package-set flavor --- templates.fif.json | 44 ++++---------------------------------------- 1 file changed, 4 insertions(+), 40 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index fc170a83..a517392f 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -624,13 +624,6 @@ }, "install_package_set_minimal": { "profiles": { - "rocky-boot-iso-x86_64-*-64bit": 10, - "rocky-boot-iso-x86_64-*-uefi": 11, - "rocky-dvd-iso-x86_64-*-64bit": 11, - "rocky-dvd-iso-x86_64-*-uefi": 11, - "rocky-minimal-iso-x86_64-*-64bit": 10, - "rocky-universal-aarch64-*-aarch64": 30, - "rocky-universal-x86_64-*-64bit": 30, "rocky-package-set-x86_64-*-64bit": 30 }, "settings": { @@ -640,12 +633,6 @@ }, "install_package_set_server": { "profiles": { - "rocky-boot-iso-x86_64-*-64bit": 10, - "rocky-boot-iso-x86_64-*-uefi": 11, - "rocky-dvd-iso-x86_64-*-64bit": 11, - "rocky-dvd-iso-x86_64-*-uefi": 11, - "rocky-minimal-iso-x86_64-*-64bit": 10, - "rocky-universal-aarch64-*-aarch64": 30, "rocky-package-set-x86_64-*-64bit": 30 }, "settings": { @@ -655,52 +642,29 @@ }, "install_package_set_graphical-server": { "profiles": { - "rocky-boot-iso-x86_64-*-64bit": 10, - "rocky-boot-iso-x86_64-*-uefi": 11, - "rocky-dvd-iso-x86_64-*-64bit": 11, - "rocky-dvd-iso-x86_64-*-uefi": 11, - "rocky-universal-aarch64-*-aarch64": 30, "rocky-package-set-x86_64-*-64bit": 30 }, "settings": { "DESKTOP": "gnome", - "ENCRYPT_PASSWORD": "weakpassword", - "PACKAGE_SET": "graphical-server", - "POSTINSTALL": "_console_login", - "ROOT_PASSWORD": "weakpassword", - "USER_LOGIN": "qwerty" + "PACKAGE_SET": "graphical-server" } }, "install_package_set_workstation": { "profiles": { - "rocky-boot-iso-x86_64-*-64bit": 10, - "rocky-boot-iso-x86_64-*-uefi": 11, - "rocky-dvd-iso-x86_64-*-64bit": 11, - "rocky-dvd-iso-x86_64-*-uefi": 11, - "rocky-universal-aarch64-*-aarch64": 30, "rocky-package-set-x86_64-*-64bit": 30 }, "settings": { "DESKTOP": "gnome", - "ENCRYPT_PASSWORD": "weakpassword", - "PACKAGE_SET": "workstation", - "POSTINSTALL": "_console_login", - "ROOT_PASSWORD": "weakpassword", - "USER_LOGIN": "qwerty" + "PACKAGE_SET": "workstation" } }, "install_package_set_virtualization-host": { "profiles": { - "rocky-boot-iso-x86_64-*-64bit": 10, - "rocky-boot-iso-x86_64-*-uefi": 11, - "rocky-dvd-iso-x86_64-*-64bit": 11, - "rocky-dvd-iso-x86_64-*-uefi": 11, - "rocky-universal-aarch64-*-aarch64": 30, "rocky-package-set-x86_64-*-64bit": 30 }, "settings": { - "PACKAGE_SET": "virtualization-host", - "POSTINSTALL": "_console_login" + "DESKTOP": "false", + "PACKAGE_SET": "virtualization-host" } }, "install_pxeboot": {