Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/remove rocky 9.1 #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,18 @@ ubuntu-ovf-20: manifests/ovf/d2iq-base-Ubuntu-20.04$(NAME_POSTFIX).ovf
ubuntu-ovf-22: manifests/ovf/d2iq-base-Ubuntu-22.04$(NAME_POSTFIX).ovf
ubuntu-ovf: ubuntu-ovf-20 ubuntu-ovf-22

rocky: manifests/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX).json manifests/d2iq-base-RockyLinux-9.1$(NAME_POSTFIX).json manifests/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).json
rocky: manifests/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX).json manifests/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).json
rocky-test-87: manifests/tests/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX).json.clean
rocky-test-87-clean: rocky-test-87 manifests/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX).json.clean
rocky-test-91: manifests/tests/d2iq-base-RockyLinux-9.1$(NAME_POSTFIX).json.clean
rocky-test-91-clean: rocky-test-91 manifests/d2iq-base-RockyLinux-9.1$(NAME_POSTFIX).json.clean
rocky-test-95: manifests/tests/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).json.clean
rocky-test-95-clean: rocky-test-91 manifests/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).json.clean
rocky-test: rocky-test-87-clean rocky-test-91-clean rocky-test-95-clean
rocky-test-95-clean: manifests/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).json.clean
rocky-test: rocky-test-87-clean rocky-test-95-clean
rocky-release-87: rocky-test-87 release/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX)
rocky-release-91: rocky-test-91 release/d2iq-base-RockyLinux-9.1$(NAME_POSTFIX)
rocky-release-95: rocky-test-95 release/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX)
rocky-release: rocky-release-87 rocky-release-91 rocky-release-95
rocky-release: rocky-release-87 rocky-release-95
rocky-ovf-87: manifests/ovf/d2iq-base-RockyLinux-8.7$(NAME_POSTFIX).ovf
rocky-ovf-91: manifests/ovf/d2iq-base-RockyLinux-9.1$(NAME_POSTFIX).ovf
rocky-ovf-95: manifests/ovf/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).ovf
rocky-ovf: rocky-ovf-87 rocky-ovf-91 rocky-ovf-95
rocky-ovf: rocky-ovf-87 rocky-ovf-95

centos: manifests/d2iq-base-CentOS-7.9$(NAME_POSTFIX).json
centos-test-79: manifests/tests/d2iq-base-CentOS-7.9$(NAME_POSTFIX).json.clean
Expand Down
4 changes: 0 additions & 4 deletions images/base-RockyLinux-9.1.pkrvar.hcl

This file was deleted.

1 change: 0 additions & 1 deletion vsphere.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ locals {
"RHEL" = "${path.root}/bootfiles/rhel/rhel8.ks"
"RockyLinux" = "${path.root}/bootfiles/rocky/rocky.ks"
"RockyLinux-8.7" = "${path.root}/bootfiles/rocky/rocky-vault.ks"
"RockyLinux-9.1" = "${path.root}/bootfiles/rocky/rocky-vault.ks"
"RockyLinux-9.5" = "${path.root}/bootfiles/rocky/rocky-vault.ks"
"CentOS" = "${path.root}/bootfiles/centos/centos7.ks"
"OracleLinux" = "${path.root}/bootfiles/oraclelinux/oraclelinux9.ks"
Expand Down
Loading