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

[release-2.2] ci: use vsphere base templates from d2iq-base-templates vsphere folder #871

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
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"
Loading