Skip to content

Commit

Permalink
ci: use vsphere base templates from d2iq-base-templates vsphere folder (
Browse files Browse the repository at this point in the history
#870)

* ci: use base d2iq templates

* ci: set vsphere base templates from d2iq-base-templates directory
  • Loading branch information
Shalin Patel authored and mkarroqe committed Sep 8, 2023
1 parent 795cd49 commit eb91a39
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/ova/rhel-79.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer:
insecure_connection: "false"
network: ""
resource_pool: ""
template: "os-qualification-templates/d2iq-base-RHEL-79"
template: "d2iq-base-templates/d2iq-base-RHEL-79"
vsphere_guest_os_type: "rhel7_64Guest"
guest_os_type: "rhel7-64"
# goss params
Expand Down
2 changes: 1 addition & 1 deletion images/ova/rhel-84.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer:
insecure_connection: "false"
network: ""
resource_pool: ""
template: "os-qualification-templates/d2iq-base-RHEL-84" # change default value with your base template name
template: "d2iq-base-templates/d2iq-base-RHEL-84" # change default value with your base template name
vsphere_guest_os_type: "rhel8_64Guest"
guest_os_type: "rhel8-64"
# goss params
Expand Down
2 changes: 1 addition & 1 deletion images/ova/rhel-86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer:
insecure_connection: "false"
network: ""
resource_pool: ""
template: "os-qualification-templates/d2iq-base-RHEL-86" # change default value with your base template name
template: "d2iq-base-templates/d2iq-base-RHEL-86" # change default value with your base template name
vsphere_guest_os_type: "rhel8_64Guest"
guest_os_type: "rhel8-64"
# goss params
Expand Down
2 changes: 1 addition & 1 deletion images/ova/rocky-91.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer:
insecure_connection: "false"
network: ""
resource_pool: ""
template: "os-qualification-templates/d2iq-base-RockyLinux-9.1" # change default value with your base template name
template: "d2iq-base-templates/d2iq-base-RockyLinux-9.1" # change default value with your base template name
vsphere_guest_os_type: "other4xLinux64Guest"
guest_os_type: "rocky9-64"
# goss params
Expand Down
2 changes: 1 addition & 1 deletion images/ova/ubuntu-2004.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer:
insecure_connection: "false"
network: ""
resource_pool: ""
template: "os-qualification-templates/d2iq-base-Ubuntu-20.04" # change default value with your base template name
template: "d2iq-base-templates/d2iq-base-Ubuntu-20.04" # change default value with your base template name
vsphere_guest_os_type: "other4xLinux64Guest"
guest_os_type: "ubuntu2004-64"
# goss params
Expand Down
4 changes: 1 addition & 3 deletions test/infra/vsphere/packer-vsphere-airgap.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ packer:
folder: "cluster-api"
network: "Airgapped"
resource_pool: "Users"
# ssh authentication with base template VM.
ssh_username: "builder"
ssh_agent_auth: true
ssh_username: "kib"

0 comments on commit eb91a39

Please sign in to comment.