Skip to content

Commit

Permalink
fix: remove extra "release" keyword from vsphere template name (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalin Patel authored May 12, 2022
1 parent d1bfff8 commit a14f6ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/ova/rhel-79.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
download_images: true
build_name: "vsphere-rhel-79"
build_name: "rhel-79"
packer_builder_type: "vsphere"
guestinfo_datasource_slug: "https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo"
guestinfo_datasource_ref: "v1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion images/ova/rhel-84.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
download_images: true
build_name: "vsphere-rhel-84"
build_name: "rhel-84"
packer_builder_type: "vsphere"
guestinfo_datasource_slug: "https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo"
guestinfo_datasource_ref: "v1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/packer/manifests/vsphere/packer.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"variables": {
"ansible_extra_vars": "",
"build_timestamp": "{{timestamp}}",
"vm_name": "konvoy-ova-{{user `build_name`}}{{user `build_name_extra`}}-{{user `kubernetes_full_version` }}-{{user `build_timestamp`}}",
"vm_name": "konvoy-{{user `build_name`}}-{{user `kubernetes_full_version` }}-{{user `build_timestamp`}}",
"cluster": "",
"datastore": "",
"folder": "",
Expand Down

0 comments on commit a14f6ef

Please sign in to comment.