Skip to content

Commit eecdcdd

Browse files
authored
Merge pull request #1477 from giantswarm/ova-support-image-name
Support setting image_name user var for OVA image name output
2 parents 49d9e2a + 079ea99 commit eecdcdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/capi/packer/ova/packer-node.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"http_port_min": "{{user `http_port_min`}}",
1111
"name": "vmware-vmx",
1212
"output_directory": "{{user `output_dir`}}",
13+
"output_filename": "{{user `image_name`}}",
1314
"remote_datastore": "{{user `remote_datastore`}}",
1415
"remote_host": "{{user `remote_host`}}",
1516
"remote_password": "{{user `remote_password`}}",
@@ -485,6 +486,7 @@
485486
"http_port_max": "",
486487
"http_port_min": "",
487488
"ib_version": "{{env `IB_VERSION`}}",
489+
"image_name": "",
488490
"ip_settle_timeout": "5s",
489491
"ip_wait_timeout": "30m",
490492
"kubernetes_cni_deb_version": null,

0 commit comments

Comments
 (0)