Skip to content

Commit

Permalink
feat: adds rhel 8.10 vsphere support (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq authored Oct 30, 2024
1 parent 8479654 commit c5bf9eb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-vsphere-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
buildConfig: "offline"
- os: "redhat 8.8"
buildConfig: "offline-fips"
- os: "redhat 8.10"
buildConfig: "offline"
- os: "redhat 8.10"
buildConfig: "offline-fips"
- os: "ubuntu 20.04"
buildConfig: "basic"
- os: "ubuntu 22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vsphere-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
buildConfig: "offline"
- os: "redhat 8.8"
buildConfig: "offline-fips"
- os: "redhat 8.10"
buildConfig: "offline"
- os: "redhat 8.10"
buildConfig: "offline-fips"
- os: "ubuntu 20.04"
buildConfig: "offline"
- os: "ubuntu 20.04"
Expand Down
25 changes: 25 additions & 0 deletions images/ova/rhel-810.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
build_name: "rhel-810"
packer_builder_type: "vsphere"
guestinfo_datasource_slug: "https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo"
guestinfo_datasource_ref: "v1.4.0"
guestinfo_datasource_script: "{{guestinfo_datasource_slug}}/{{guestinfo_datasource_ref}}/install.sh"
packer:
cluster: ""
datacenter: ""
datastore: ""
folder: ""
insecure_connection: "false"
network: ""
resource_pool: ""
template: "d2iq-base-templates/d2iq-base-RHEL-810" # change default value with your base template name
vsphere_guest_os_type: "rhel8_64Guest"
guest_os_type: "rhel8-64"
# goss params
distribution: "RHEL"
distribution_version: "8.10"
# Use following overrides to select the authentication method that can be used with base template
# ssh_username: "" # can be exported as environment variable 'SSH_USERNAME'
# ssh_password: "" # can be exported as environment variable 'SSH_PASSWORD'
# ssh_private_key_file = "" # can be exported as environment variable 'SSH_PRIVATE_KEY_FILE'
# ssh_agent_auth: false # is set to true, ssh_password and ssh_private_key will be ignored

0 comments on commit c5bf9eb

Please sign in to comment.