Skip to content

Commit

Permalink
Merge pull request #1477 from giantswarm/ova-support-image-name
Browse files Browse the repository at this point in the history
Support setting image_name user var for OVA image name output
  • Loading branch information
k8s-ci-robot committed May 28, 2024
2 parents 49d9e2a + 079ea99 commit eecdcdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/capi/packer/ova/packer-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"http_port_min": "{{user `http_port_min`}}",
"name": "vmware-vmx",
"output_directory": "{{user `output_dir`}}",
"output_filename": "{{user `image_name`}}",
"remote_datastore": "{{user `remote_datastore`}}",
"remote_host": "{{user `remote_host`}}",
"remote_password": "{{user `remote_password`}}",
Expand Down Expand Up @@ -485,6 +486,7 @@
"http_port_max": "",
"http_port_min": "",
"ib_version": "{{env `IB_VERSION`}}",
"image_name": "",
"ip_settle_timeout": "5s",
"ip_wait_timeout": "30m",
"kubernetes_cni_deb_version": null,
Expand Down

0 comments on commit eecdcdd

Please sign in to comment.