Skip to content

Commit

Permalink
feat: build rocky-9.5 base template
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Jan 15, 2025
1 parent 48beb5a commit 4a1c167
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,22 @@ 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
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-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: rocky-test-87-clean rocky-test-91-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-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: rocky-release-87 rocky-release-91
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-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: rocky-ovf-87 rocky-ovf-91
rocky-ovf-95: manifests/ovf/d2iq-base-RockyLinux-9.5$(NAME_POSTFIX).ovf
rocky-ovf: rocky-ovf-87 rocky-ovf-91 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: 4 additions & 0 deletions images/base-RockyLinux-9.5.pkrvar.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
distribution="RockyLinux"
distribution_version="9.5"
iso_url="https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-minimal.iso"
iso_checksum="eedbdc2875c32c7f00e70fc861edef48587c7cbfd106885af80bdf434543820b"
1 change: 1 addition & 0 deletions vsphere.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ locals {
"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"
"Ubuntu" = "${path.root}/bootfiles/ubuntu/autoinstall.yaml"
Expand Down

0 comments on commit 4a1c167

Please sign in to comment.