Skip to content

Commit

Permalink
Merge pull request #1566 from andybotting/main
Browse files Browse the repository at this point in the history
Add vnc_bind_address var to QEMU builder
  • Loading branch information
k8s-ci-robot authored Sep 19, 2024
2 parents fd876ef + 474c304 commit ed30bc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/capi/packer/qemu/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"ssh_timeout": "2h",
"ssh_username": "{{user `ssh_username`}}",
"type": "qemu",
"vm_name": "{{user `vm_name`}}"
"vm_name": "{{user `vm_name`}}",
"vnc_bind_address": "{{user `vnc_bind_address`}}"
}
],
"post-processors": [
Expand Down Expand Up @@ -202,6 +203,7 @@
"qemu_binary": "qemu-system-x86_64",
"ssh_password": "builder",
"ssh_username": "builder",
"vm_name": "{{user `build_name`}}-kube-{{user `kubernetes_semver`}}"
"vm_name": "{{user `build_name`}}-kube-{{user `kubernetes_semver`}}",
"vnc_bind_address": "127.0.0.1"
}
}

0 comments on commit ed30bc3

Please sign in to comment.